X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ChangeLog;h=22ecbc470e4cad9f7b240e2c291abd96f9e0756a;hb=3e8c0de97d5eb9a1520d5d8eb40cce91c65e6cef;hp=b992968dfc27c28b1f3cf5a9866347edc0df5b5d;hpb=b60815ca26a806295facb9d47bc0657ed39eb9b2;p=vlc diff --git a/ChangeLog b/ChangeLog index b992968dfc..22ecbc470e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3265 +1,15107 @@ -#===================# -# ChangeLog for vlc # -#===================# - -HEAD - - * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c, - ./plugins/dvdread/input_dvdread.c: updated outdated variable names. - * ./src/playlist/playlist.c, src/input/input.c: added safety checks to - prevent crashes on next file. - * ./src/misc/objects.c: commented all functions. - * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE). - * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach. - * ALL: got rid of p_object->p_this which is now useless. - * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes. - * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does - not include CVS Id lines in automatically created files. - * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c, - src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix. - * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c, - ./plugins/directx/vout_events.c: the DirectX notification and event threads - now use the vlc_thread_create / vlc_thread_ready scheme. Untested. - * ./configure.in: added a check for inttypes.h and sys/int_types.h. - * ./configure.in: fixed the HTTP plugin compilation under BeOS. - * ./plugins/network/ipv6.c: reactivated IPv6 module. - * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable. - * ./include/main.h: replaced p_sys with explicit variables because it's - really much simpler this way. - * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the - vlc_thread_create / vlc_thread_ready scheme to signal readiness. - * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t. - * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which - belongs to plugins/mpeg_vdec. - * ALL: the first libvlc commit. - -0.4.1 -Not released yet - - * ./plugins/macosx: rewrote the net panel for OS X - * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer - which caused subtitles to appear slanted in odd width windows. - * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate - popup menus when no stream is being played, even in network mode. - * ./src/input/mpeg_system.c: removed unnecessarily verbose message. - * ./src/video_output/video_output.c: fixed the "picture has invalid status" - bug which might have been the cause of crashes. - * ./plugins/filter/crop.c: attempt at an automatic border cropping filter, - using "--filter crop --autocrop". - * ./vlc.spec: added missing filters to the RPM generation. - * ./plugins/macosx/*: channel change support on Mac OS X. - * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Benjamin - Mironer . - * ./plugins/filter/crop.c: crop filter. Usage examples: - --filter crop --crop-geometry 640x480 - --filter crop --crop-geometry 320x200+10+10 - * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug in the chapter handling. - * ./plugins/macosx/vout_vlc_wrapper.m: more keystrokes. - * ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test - under BeOS and QNX. - * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the - MacOS X interface, courtesy of Watanabe Go . - * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by - Rudolf Cornelissen. - * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32 - mode, courtesy of Pascal Levesque. - * ./plugins/beos/InterfaceWindow.h: stopped more than one playlist being - opened. - * ./plugins/beos/InterfaceWindow.cpp: fixed segfault on exit with playlist - open. - * ./plugins/beos/vout_beos.cpp: corrected size of output window. - * ./plugins/a52/a52.c, ./plugins/satellite/satellite_tools.c: compilation - fixes for Solaris. - * ./plugins/sdl/aout_sdl.c: fixed an endianness issue created by a - brain-dead developer :p - * ./plugins/win32/mainframe.cpp: the "Eject" button is enabled only after we - played a dvd or vcd. - * ./plugins/win32/mainframe.cpp: the toolbar is now flat and less cubist. - * ./plugins/win32/mainframe.cpp: got rid of the ugly slider with some winXP - skins. - * ./plugins/win32/messages.cpp: added a config option to limit the number of - messages in the log window (default is set to 500). - * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null - pointer. - * ./plugins/gtk/gnome.c: compilation fix. - * ./src/misc/netutils.c: removed the obsolete artificial delay when switching - channels. - * ./src/interface/intf_eject.c: added ejection code for Win32. - * ./plugins/win32/*: enabled the "Eject" button (thanks Ipkiss). - * ./include/configuration.h: changed ADD_BOOL and ADD_BOOL_WITH_SHORT config - macros to accept a default value as an argument. - * ./src/misc/configuration.c: modified the command line parsing to accept - --foo and --no-foo when a "foo" boolean config option is defined. - * ./src/interface/main.c: modified the help menu to indicate whether the - option is enabled or disabled by default. - * ./src/video_output/video_output.c: when the video output hasn't received - a new picture for a while, it redisplays the last displayed one. This will - be useful for DVD menus, but also solves the "picture becomes black when - vlc is paused" issue. - * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config. - * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine - to avoid a flickering during the switch. - * ./plugins/filters/*: fixed inconsistencies. - * ./plugins/win32/mainframe.dfm: new icons for the toolbar buttons. - * ./plugins/win32/network.cpp: URL can now start with "http://" in the - Network dialog box. - * ./plugins/win32/about.dfm: updated the About dialog box. - * ./include/video.h: added a b_force flag to picture_t so that we can force - the display of an image even if it is late. - * ./plugins/filter/*: filters are now configurable through the configuration - system. Patch from Sigmund Augdal . - * ./po/vlc.pot: updated potfile. - * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec - . - * ./debian/control: updated Debian package descriptions. - * ./plugins/aa/aa.c: removed all palette code as it was unused. - * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to - vout_Render. - * ./plugins/aa/aa.c: added support for resizing and right-click menu. - * ./src/input/mpeg_system.c: in order to make ac3 working in avi file, moved - some code from ac3 decoder to mpeg_system.c. (skip 3 bytes is now done in - mpeg_system.c and no longer in ac3 audio decoder). - * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:' - instead of testing 'E: ' and 'I: ' (to simplify miniVLCS). - * ./plugins/avi/avi.c, ./plugins/avi/libioRIFF.c: added more safety tests. - * ./include/inpu_ext-dec.h: added a check to fifo->b_die after the call - to BitstreamNextDataPacket() in GetChunk(). - -0.4.0 -Thu, 23 May 2002 01:27:05 +0200 - - * ./plugins/access/http.c: fixed HTTP input under Win32 - * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma - transformations, with the help of Pascal Levesque. - * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If - we don't do this, trying to use the class when the plugin is reloaded will - cause a segfault. - * win32: replaced TUpDown components by TCSpinEdit ones, which allow - values greater than 32767. It fixes the audio bug ocurring when a - configuration file is saved under the win32 interface - * ./plugins/win32/mainframe.cpp: Added some extra space between - statusbar and toolbar when nothing is displayed. - * ./plugins/text/logger.c: on win32 the logger interface shows up a dos - command box. - * ./plugins/gtk/gnome.c: fixed uninitialized variable - * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList() - * ./plugins/beos/vout_beos.cpp: changes to reduce segfaults on exit, - and also allow only one Playlist window. - * ./include/modules_inner.h: fixed a crash when reopening a hidden - module - * ./plugins/dvd/dvd_access.c: on Win32 the DVD access plugin has to be - explicitly requested. This avoids crashes when the input thread tries - to open files as dvds. - * ./plugins/dvd/dvd_access.c: fixed a side-effect bug causing crashes - on DVD title change - * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422 - packed chroma transformations. - * ./src/input/input.c: fixed a bug with the input remaining stuck when no - network data was present. - * win32: fixed a stupid bug in the Network dialog. - * ./src/interface/main.c: fixed a little memleak. - * ./src/input/input_dec.c: removed useless code. - * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized - variables. - * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value. - * ./configure.in: tried to fix the -lavcodec detection. - * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen. - * ./plugins/network/ipv6.c: experimental support for Windows IPv6 - * ./plugins/a52/a52.c: added an option to disable the dynamic range - compression. - * ./Makefile.opts.in: removed configuration stuff which does not need to - rebuild anything to Makefile.config, so that editing it will not cause - a complete rebuild. - * ./plugins/beos/VideoWindow.h, ./plugins/beos/vout_beos.cpp: improved - Overlay and Bitmap output modes. - * ./plugins/macosx/aout_macosx.m, ./plugins/macosx/aout_macosx.m: removed - unused headers. - * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto - the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have - any effect, so you'll have to hold down command-option when dropping until - this is resolved. - * ./src/video_output/video_output.c: removed previous patch to the video - output since it causes problems for some people. - * ./plugins/macosx/*: worked around a bug in seeking. - * ./include/threads_func.h: OS X port now uses real-time threads. - * ./configure.in: fixes for ffmpeg and mad. - * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: OS X intf - is now more consistent with Apple guidelines. - * ./plugins/gtk/gtk_preferences.c: fixed a segfault I introduced lately in - gtk_preferences. - * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is - a disc to eject. - * ./plugins/macosx/intf_vlc_wrapper.m: fixed a segfault in the Mac OS X - interface. - * ./plugins/satellite/input_satellite.c: cosmetic changes in error messages. - * ./plugins/gtk/*: gtk and gnome interfaces now use frequency and symbol - rate default values. - * ./BUGS: removed fixed entries. - * ./plugins/spudec/spu_decoder.c: initialize p_spudec->p_vout to NULL to - prevent segfaults if InitThread does not complete. - * ./plugins/text/rc.c: on win32 the rc plugin opens a new console. - * ./plugins/filters/*: filters were using memalign but freeing p_data instead - of p_data_orig. - * ./extras/Win32_msvc/vlc.dsp: updated MSVC++ project. - * ./src/interface/main.c: small corrections to the LONGTEXT descriptions in - main.c. - * ./AUTHORS: a few additions. - * ./vlc.spec: updates, courtesy of Yves Duret . - * ./configure.in: new --with-ffmpeg option for standard installations. - * ./src/interface/main.c: updated long descriptions. - * ./plugins/dummy/intf_dummy.c: on win32 the dummy interface plugin will - open a dos command box. With this fix, vlc should never fail silently and - leave a ghost process running in the background when there isn't any - working GUI plugin. - * ./include/config.h: on win32 DVD/VCD_DEVICE defaults to to D:. - * ./src/interface/main.c: added a few *_LONGTEXT descriptions. - * ./plugins/mpeg_vdec/video_parser.c: moved the mpeg-motion and mpeg-idct - options to the mpeg_vdec plugin. - * ./plugins/spudec/spu_decoder.c: mark subpictures destroyed when we end - spudec thread. - * ./src/audio_output/aout_pcm.c: desperate attempt to improve audio output. - * ./doc/vlc-howto.sgml, ./doc/vlc.1, ./README.MacOSX.rtf: updated - documentation. - * ./INSTALL.win32: updated INSTALL.win32. - * ./plguins/directx/vout_directx.c, ./plugins/directx/vout_events.c: a little - bit of clean-up in the directx video output plugin - * ./plugins/macosx/*: fixed Mac OS X resizing. - * ./src/misc/configuration.c: warning levels are no longer additive, patch - courtesy of Arnaud de Bossoreille de Ribou . - * ALL: changed __inline__ with inline (autoconf does the job for us anyway, - and mipspro doesn't know about __inline__). - * ./src/audio_output/aout_pcm.c, ./src/audio_output/aout_ext-dec.c: fixed - deadlock in NextFrame() in aout_pcm.c. - * ./plugins/directx/vout_directx.c, ./plugins/directx/vout_events.c: fixed - a bug in the directx window creation function. We register a window - class once per process so we must be careful not to free the associated - resources. - * ./extras/Win32_msvc/vlc.dsp: updated the MSVC++ project files and added - support for dirent (vlc compiled with msvc can now load plugins - even - compiled with mingw). - * ALL: small portability fixes. - * ./plugins/macosx/*: menu item to maximize the volume in Mac OS X. - * ALL: dropped dependancy on autoconf 2.52. - * ./plugins/directx/vout_directx.c: modified the directx video plugin to try - to create an YUV surface before falling back to an RGB surface when it's - not possible to use overlays. Some graphic cards can do the YUV->RGB - conversion in hardware during the blitting stage. - * ./plugins/directx/vout_directx.c: in the directx video plugin, we now - request that the RGB surface be created in video memory. The reasoning - behind this is that usually surfaces in video memory benefit from more - hardware acceleration (like for instance hw rescaling, hw blitting, etc.). - * ./plugins/directx/directx.c: added two options to the directx video plugin - to disable the above features (mainly because my video driver is buggy and - doesn't handle them well). - * ./src/misc/configuration.c: small cosmetic changes to the generation of - the config file. - * ./src/misc/configuration.c: fix for config_GetHomeDir() on win32. - SHGetFolderPath() is located in shfolder.dll not shell32.dll. - * ./plugins/gtk/gtk_preferences.c: fix for the gtk preferences dialog box. To - be sure that an int or float value is actually changed we call - gtk_spin_button_update() in the GtkInt/FloatChanged() event handler. - * ./debian/control: made the Build-Depends: entry a one-liner (Closes - Debian bug #147103). - * ./src/audio_output/aout_spdif.c: a lock was not released. - * ./plugins/text/rc.c: added a safety lock. - * ./plugins/gtk/*: new Network dialog box for Gtk and Gnome interfaces. - * ./plugins/mpeg_system/mpeg_audio.c: you can now force the mpeg_audio demux - module. - * ./plugins/mpeg_vdec/vpar_headers.c: update reference in case of sequence - end code. - * ./src/input/input_clock.c: don't keep the control lock during the pause. - * ./plugins/ac3_spdif/ac3_spdif.c, ./src/audio_output/aout_spdif.c: check for - b_die and b_error in all loops so that we don't remain stuck waiting for - data whereas the vlc has tried to quit. - * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh). - * ./plugins/avi/avi.c : it will not segfault with broken avi with an unknown - stream. - * ./src/misc/mtime.c: removed usage of usleep (not thread safe) (by Meuuh). - * ./src/video_output/video_output.c: video output patch to improve handling - of late pictures (by Meuuh). - * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled - calls to realloc(_,0) in a similar way to input_programs.c. - * ./plugins/dvd/dvd_seek.c: fix random segfaults on title change (i_cell - should be tested _before_ we access the structures). - * ./src/input/input_programs.c: fixed memory corruption by setting a few - pointers to NULL after they have been free()ed. - * ./src/input/input_programs.c: removed now useless ASSERTs. - * ./plugins/beos/*: improved overlay and bitmap support, not tested on nVidia - cards. Lower CPU usage and no thread created per frame. - * ./plugins/dvd/dvd_summary.c: added a sanity check. - * ./plugins/vcd/*: vcd access plugin now uses mpeg_ps demux instead of its - own one. - * ./plugins/macosx/vout_qdview.m: attempt to fix the video output with - QuickTime 6. - * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing - audio track" problems by zeroing the p_ac3dec structure. - * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached" - crash. - * ./src/input/input_dec.c, ./src/input/input_programs.c: check size to avoid - realloc(0). - * ./plugins/win32/network.*: new Network dialog box. - * ./src/input/input.c, ./plugins/access/http.c, ./plugins/access/udp.c: added - the input_FDNetworkClose() function to be called when closing a networking - stream instead of input_FDClose(). - * ./src/misc/netutils.c: use closesocket() instead of close() at the end - of the network_ChannelJoin() for WIN32. - * ./src/misc/configuration.c: fixed an issue with long options from - modules where option arguments and playlist entries were mixed. - * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors - should be OK now. - * ./plugins/satellite/input_satellite.c: fixed a compilation warning. - * ./configure.in: added libdvbpsi version check. - * ./include/modules_inner.h: fixed a bug in module reinitialization, - which should fix crashes after a long pause. - * ./src/input/*: fixed a bug (glitch/segfault) when seeking. - * ./src/input/mpeg_system.c: we handle PCR even if they are not attached - to a PMT. - * ./configure.in: new --with-mad-tree configure option. - * ./BUGS: updated BUGS file. - * ./src/input/mpeg_system.c: it should now be possible to quit when reading - a bogus file. - * ./src/misc/iso-639.def, ./include/iso_lang.h, ./src/misc/iso_lang.c: - iso-839-[12] tools. - * ./plugins/dvd/dvd_es.c, ./plugins/dvd/dvd_summary.c, - ./plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new - behaviour. - * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling. - * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy - of Yves Duret and other Mandrakesoft guys I don't know. - * ./plugins/macosx/intf_vlc_wrapper.m: do not eject when we're reading from - the disc... - * ./src/misc/modules.c: if a module has a zero-scored capability, we don't - try to use it, unless it was explicitely requested (--vout for example). - * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh). - * ./src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you - Meuuh. - * ./plugins/mpeg_system/mpeg_audio.c: to avoid problem with PS, test only the - first 4 bytes for mpeg header so some broken files, and all web radio will - not work. You can change this by changing value of MPEGAUDIO_MAXTESTPOS. - * ./doc/vlc-howto.sgml: spelling mistakes, small updates, harmonization with - other documentations (thank you Alexis). - * ./plugins/satellite/*: some fixes in options parsing (thank you Sam). - * ./extras/MacOSX/Resources/vlc.icns: new OS X icon, courtesy of Joeri van - Dooren . - * ./plugins/mpeg_vdec/video_decoder.c: Mac OS X fix. - * ./plugins/mpeg_system/mpeg_audio.c: you should again be able to play PS - streams (I hope it will be enough). Sorry. - * ./plugins/ffmpeg/ffmpeg.c: CVS version of ffmpeg can now decode - msmpeg4 v1 v2, so I added support for this. But you can always use - the old ffmpeg library without any problem (I hope ;). - * ./include/video.h : added new fourcc codes for avi. - * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates - display. To duplicate 12 times, use `--filter clone:12'. - * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to - force the XVimage format used. - * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf. - * ./plugins/mpeg_system/mpeg_audio.c: we don't use any more U32_AT. - * ./plugins/macosx/*: disabled auto-hiding of mouse cursor since it doesn't - work when browsing menus; instead, click in the video window - * ./plugins/macosx/*: fixed a major bug in the spu decoder. - * ./plugins/macosx/*: Objective-C files are now .m. - * ./plugins/macosx/*: fixed menus. - * ./plugins/macosx/*: menus for Program/Title/Chapter/Languages. - * ./plugins/avi/avi.c: we use input_ClockManageRef to do synchro. - * ./include/common.h, ./include/input_ext-plugins.h: exported - input_ClockGetTS for plugins. - * ./plugins/mpeg_system/mpeg_audio.c: a demux for mpeg audio stream (file, - web radio ...) - * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any - reason, user just needs to hit Ctrl-C again 1 second later and we'll - exit disgustingly instead of freezing. - * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes. - * ./plugins/macosx/*: fixed Mac OS X VOUT_SIZE_CHANGE signal. - * ./plugins/ffmpeg/ffmpeg.c: corrected some bad lock/unlock. - * ./plugins/avi/avi.c: can now use --novideo. - * ./plugins/macosx/*: improvements of the OS X GUI. - * ./plugins/mad/*: added mad plugin downscale config option for selecting - downscaling routine. Choices are: fast, mpg321. Default the fast version - is used. The downscale option mpg321 uses an algorithm that adapts to - dither errors. This routine is borrowed from MPG321 code. - * ./plugins/mad/*.c: mono audio streams get now duplicated on the right - channel instead of silencing the right channel (untested). - * ./plugins/avi/avi.c, ./plugins/ffmpeg/ffmpeg.c: improvements. - * ./src/video_output/video_output.c: video plugins that don't handle - rescaling themselves have to let the video_output thread know about - resizing events (with VOUT_SIZE_CHANGE event). (this part needs some - clean-up but it is basically working for the X11 and SDL plugins). - * ./plugins/sdl/vout_sdl.c: fixed fullscreen for the SDL plugin. - * ./plugins/sdl/vout_sdl.c, ./plugins/mga/xmga.c: xmga and sdl now switch to - fullscreen on double-click. - * ./plugins/avi/avi.c: try to not freeze when reaching end file. - * ./plugins/x11/xcommon.c, ./src/video_output.c: fixed the resizing and - scaling of the X11 video output. - * ./plugins/x11/xcommon.c: clicking on the video doesn't pause it anymore - (use spacebar for this), but double-clicking will now switch between - fullscreen and window mode. - * ./plugins/gtk/gtk_preferences.c: the Apply button in the preferences menu - is grayed out unless there's a change to apply. - * ./plugins/gtk/gtk_preferences.c: GtkConfigApply() now clears the list of - config changes before returning. - * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX. - * ./configure.in: deactivated ipv6.so under QNX for now. - * ./plugins/macosx/aout_macosx.c: more stable audio output with more output - buffering. - * ./BUGS: no text in the status bar with gtk intf, no window title in gtk - intf on some machines, correct title on another. - * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface - autoshrink when toolbar text isn't displayed. - * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*: - callbacks for the hide tooltips and toolbar text options. - * ./plugins/mad/*: aout fifo adapts it size according to the length of the - first frame. The change is needed for MPEG1/2 layer III, because the size - of output pcm from mad_decoder is different. - * ./include/modules_inner.h, ./src/misc/configuration.c: support for config - options callbacks. - * ./configure.in: we check support for variadic macros (screw Borland!). - * ./plugins/gtk/gnome.c: new option lets you hide the text of the - GNOME interface toolbar. - * ./FAQ: small FAQ update. Please note that everyone can update this FAQ if - they want, it is not my property :-). - * ./AUTHORS: added quite a few missing names. - * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API, - courtesy of Pascal Levesque . - * ./plugins/avi/avi.c: you can now use slow and fast reading. After seeking, - audio and video synchro is better. - * ./plugins/macosx/aout_macosx.c: misc sound fixes. - * ./configure.in: fixed VCD double detection. - * ./src/misc/configuration.c, ./plugins/text/logger.c: the configuration file - and the log file are opened in text mode. This mode should only have a - meaning on Win32 and isn't supposed to break any other platform. If does - give you any trouble then shout. - * ./configure.in: added a --with-a52-tree option to the configure script. - * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia - overlay) courtesy of Rudolf Cornelissen . - * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy - of Sigmund Augdal . - * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc - behaviour with inline assembly (seems to be BeOS-specific). If anyone has - a better idea than the huge "memory" constraint, please have a look at - the MMX_CALL() macro! - * ./plugins/avi/avi.c: corrected a bug with broken avi files. - * ./src/misc/modules_plugin.h: added config_Get/PutFloatVariable to - p_sysmbols. Thanks to Sigmund Augdal for pointing this bug out. - * ./src/audio_output/aout_pcm.c: on Win32 the aout_pcm thread is given a high - priority. This avoids lots of audio underruns, especially when moving - around the video window. - * plugins/avi/avi.c : changed in order to read more avi files, Meuuh - you can now read your file ;) (but audio is awful, perhaps because of mad - plugin ?). Fix a bug for audio with some avi files. - * ./plugins/satellite/satellite.c: fixed a compilation issue in satellite - input. It now uses common or libdvbpsi ts demux. Untested cause I can't - get our Nova Card work again. - * ./src/video_output/vout_pictures.c: restored vout_CopyPicture(). It is - needed by the directx plugin damnit ;-) - * ./include/config.h: restored AOUT_BUFFER_DURATION to its old value. It - should solve quite a few underrun problems. - * ./plugins/directx/vout_directx.c: a little bit of DirectX plugin clean-up. - * ./ipkg/control: added more information in ipkg control file. - * ./include/modules_inner.h: the module name is now a default shortcut, for - it, no need to manually add it. - * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen - mode, the Esc key does not quit immediately, but first escapes from - fullscreen mode. User-requested feature. - * ./include/os_specific.h: fixed a C++ compilation issue. - * ./include/videolan/vlc.h: removed the main() declaration because SDL - defines it as a macro. - * ./plugins/avi/avi.c: with some broken avi files, will not freeze, and - try to detect end of file. - * ./include/threads_func.h: moved the function definitions from threads.h - into threads_funcs.h. This allows us to move p_main_sys into p_main - (p_main->p_sys). - * ./configure.in: fixed the --with-gtk-config-path and --with-sdl-config-path - options. - * ./plugins/avi/avi.c: seek is faster. - * ./configure.in: fixed a typo in libdvbpsi handling. - * ./plugins/vcd/cdrom_tools: FreeBSD 4.5 port of the vcd input. - * ./INSTALL.win32: updated win32 compilation instructions. - * ./plugins/mpeg_system/mpeg_ts.c: fixed --program option. - * ./include/common.h: fixed vlc_memalign. - * ./plugins/avi/avi.c: now it can play broken files with seek enabled but - it's very slow (will be fixed soon). - * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-) - * ./src/input/input_programs.c: a video divx ES will no longer be considered - as an audio ES (thanks sam). - * ./src/misc/darwin_specific.c: added system_Configure(). - * ./plugins/macosx/vout_macosx.c: cleaned up QTScaleMatrix(). - * ./plugins/macosx/*: A/V sync should be much more precise. - * ./plugins/macosx/vout_qdview.c: borders in fullscreen mode are now black - and the movie is centered. - * ./extras/MacOSX/vlc.pbproj/project.pbxproj: new creator ID: VLC#. - * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir. - * ./include/video.h: moved vout_CopyPicture out of the way, an inline - function did not make sense here. - * ./include/video.h: moved vout_ChromaCmp out of the way. - * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into - video.h. - * ./include/os_specific.h: this file is now always included. - * ./include/debug.h: removed this file which was almost useless, and moved - ASSERT to common.h. - * ./include/common.h: fixed vlc_memalign and changed its prototype to - follow posix_memalign's. - * ./configure.in: dropped usage of $withval and $enableval in favor of the - safer variants $with_foo and $enable_foo. - * ./plugins/avi/avi.c: will not segfault when no audio is found/supported. - * ./plugins/ffmpeg/ffmpeg.c: with empty frame(data_packet) it won't segfault. - * ./plugins/avi/avi.c: use KeyFrame to seek, so video will not be bad as - before. - * ./plugins/mpeg_system/mpeg_ts.c: moved Program Specific Information - decoder to the ts demux module. - * ./plugins/mpeg_system/Makefile: added a mpeg_ts_dvbpsi module tha uses - libdvbpsi to decode PSIs. It is used by default if the lib is found. It - shares much code with mpeg_ts. - * ./plugins/directx/vout_events.c: fixed typo. You have to double click on - the video window to switch to fullscreen. - * ./src/misc/configuration.c: on Win32 the config file is now stored under - the "Application Data" folder belonging to the user. (this works if at - least IE4 is installed, otherwise the old method is used to get the - config directory) - * ./configure.in: fixed MacOS X module linking problem. - * ./src/interface/main.c: we no longer segfault if argc == 0. - * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries - defining it. Grmbl. - * ./src/input/input_ext-plugins.c: cosmetic change. - * ./plugins/ac3_adec/*: use of _M to avoid conflict with libavcodec.a. - * ./plugins/avi/*: a light AVI demux. - * ./plugins/ffmpeg/*: a video decoder for divx v3 and opendivx. - * ./plugins/win32/preferences.cpp: fixed a compilation bug - * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's - upcoming work. - * ./plugins/spudec/spu_decoder.c: fixed the spu decoder to take the pitch - of the destination picture into account when rendering the subtitles - (Implemented only for the YUV modes). - * ./plugins/directx/vout_events.c: fixed the mouse autohidding feature in - the DirectX plugin (at least partially). - * ./plugins/directx/vout_directx.c: fixed the DirectX video output for - non-overlay modes. It was only working in RGB16 before. - * ./plugins/directx/vout_directx.c: DirectX video output plugin now uses - triple buffering for YUV overlay. This improves the video quality a lot - (no tearing) without affecting performance. (I knew double buffering - sucked but I just discovered why triple buffering is better: you don't - have to wait for the vsync to flip the buffers). - * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix - to avoid retrieving the spu palette from a network stream as if it was - a DVD. - * ./src/interface/main.c: tidied the help output code. - * ALL: removed underscores from option names and made a few options more - self-explanatory, for instance --input_channel becomes --audio-channel; - run vlc -H to see what has changed. - * ALL: replaced many occurences of "plugin" with the word "module". - * ./src/interface/main.c: moved all satellite-specific configuration options - to the satellite plugin. - * ./po/*: updated translations. - * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma - transformations. They're now PIC-friendly as well. - * ./plugins/macosx/intf_open.c: added Open disc and network panels. - * ./plugins/macosx/intf_controller.c: some changes to the control layout. - * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted - verbose messages. - * ./po/en_GB.po: British translation. - * ./src/interface/main.c, ./src/misc/configuration.c: fixed the warning_level - handling: "-v" and "--warning" are now working as they should and they also - are cumulative (using -vv --warning=3 you end up with i_warning_level=5). - * ./src/misc/configuration.c: support for short options. -V, -A, -I - are back, and we also have -4 and -6 for IPv4/IPv6. - * ./src/misc/configuration.c: added config_GetFloatVariable() and - config_PutFloatVariable() to the config module. - * ./src/video_output/video_output.c: added a --zoom config option. - * ./plugins/idct/idct_sparse.c: added a call to RestoreCPUState() in - InitIDCT() so that the FPU is still available after a call to InitIDCT(). - * ./plugins/text/logger.c: deactivated stream buffering when logging to a - file. - * ./po/*: re-ran make update-po, fixed a few translations. - * ./po/fr.po: completed the french translation. - * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few - strings between the Gtk+ and GNOME modules to avoid duplicate translations. - * ./po/de.po: updated german translation. Many thanks to Thomas Graf. - * ./doc/vlc-howto.sgml: URL & mailing-lists corrections. - * ./plugins/gtk/gtk_preferences.c: the last category from the config options - wasn't displayed. - * po/nl.po: updated Netherlands translation of interface. - * po/fr.po: completed french translations. - * ALL: internationalized all configuration strings. - * ./src/interface/main.c: we now set LC_CTYPE to get the right charset. - * ./src/misc/configuration.c: lots of simplifications in the code. - * ./po/vlc/pot: updated translations. - -0.3.1 -Thu, 18 Apr 2002 06:43:42 +0200 - - * ./vlc.spec: fixed build dependencies. - * ./configure.in: when -lintl is available, we now also link plugins with it. - * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh. - * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support. - * ./configure.in: switched version to 0.3.1. - * ./vlc.spec: imported Mandrakesoft's latest enhancements. - * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc - extension gethostbyname2(), thanks to Thomas Graf. - * ./plugins/macosx/vout_macosx.c: finally fixed MacOS X aspect ratio. If you - know how to center the picture in the screen, and make the remaining space - black instead of white, PLEASE drop me a mail! - * ./src/input/mpeg_system.c: in TS demux, a program is selected only if a - PMT for it was found. This should fix the problem that occured when reading - a file directly extracted from a satellite card. - * ./plugins/access/udp.c: UDP access plugin uses input_SetProgram. - * ./AUTHORS: added people locations, just for fun. - * ./configure.in: disabled SSE plugins when using mingw32. - * ./src/misc/configuration.c: disabled the AltiVec warning message on the - PowerPC platform because it was misleading. - * ./plugins/dvdread/dvdread.c: have dvdread plug-in respond to dvd: URLs. - * ./plugins/macosx/intf_macosx.c: MacOS X interface shouldn't take as much - CPU as it used to. - * ./plugins/motion/motionaltivec.c: fixed a bug in AltiVec-enabled MC (thanks - walken). - * ./plugins/memcpy/memcpyaltivec.c: fixed a case of segfault in AltiVec- - enabled memcpy. - * ./doc/vlc-howto.sgml: big update of Henri's howto. - * ./plugins/mpeg_vdec/*: support for pictures with a pitch different from - the picture width, inspired by Gildas Bazin. - * ./plugins/satellite/input_satellite.c: fixed a typo in satellite input. - * ./src/interface/main.c: added options to configure antenna (sat_lnb_lof1, - sat_lnb_lof2, sat_lnb_slof and sat_diseqc). They only appear if satellite - input is compiled. - * ./plugins/satellite/input_satellite.c: fixed a few bugs in satellite - input (device was not closed in every failure case, symbol rate limits - in gnome interface were wrong). - * ./plugins/gtk/*: added FEC choice in command line, gtk and gnome - interfaces. Command line is now satellite:, - ,, - * ./plugins/beos/vout_beos.cpp: implemented a fix for nVidia overlays - thanks to Bertil. - * ./Makefile: fixed the Win32 interface under Win2k/XP. - * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper - for the Win32 API. - * ./plugins/mpeg_system/mpeg_ps.c: fixed another bug in PS demux: the first - program added was at the same time declared as the current program and as - a new program, which made the ES be selected two times. - * ./src/input/input_programs.c: fixed a bug in input_SetProgram, that made - the ps file input launch without video. - * ./plugins/beos/vout_beos.cpp: fixed code to close vout window, does not - segfault anymore. - * ./po/fr.po: french translation update - * ./configure.in: fixed a bug in the libdvdread detection. - * ./configure.in: fixed plugin compilation under Win32. - * ./vlc.spec: imported MandrakeSoft's enhancements. - * ./doc/developer/decoders.xml: fixed a typo preventing compilation. - * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable. - * ./plugins/aa/aa.c: a few simplifications in the code. - * ./src/input/input.c: made file access plugin use input_SetProgram so that - we may change program when reading a file. - * ./src/input/input_programs.c: fixed a bug in input_SetProgram. - * ./src/interface/main.c: added --input_program option, to choose the - program from the command line. - * ./plugins/memcpy/memcpyaltivec.c: fixed AltiVec-enabled version of - fastmemcpy. - * ./src/interface/main.c: fixed --memcpy switch. - * ./Makefile: changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are - great ideas :p) - * ./README - Mac OS X.rtf: new README file for MacOS X. - * ./Makefile: fixed the Win32 interface under Win2k/XP. - * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper - for the Win32 API. - * ./configure.in: wrote a better test for libdvdread detection. - * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes - a segfault in the Gtk+ popup menu when toggling the interface. - * ./plugins/motion/motion.c: fixed a compilation issue on compilers which - do not accept empty macro arguments. - -0.3.0 -Sat, 6 Apr 2002 04:27:50 +0200 - - * ./doc/release-howto.txt: updated documentation. - * ./vlc.spec: added missing plugin filenames to the build process. - * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips. - * ./Makefile: fixed make dist and make distclean. - * ./plugins/dvd/dvd.c: compilation fix. - * ./plugins/gtk/gtk_callbacks.c: fixed ejection code. - * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin. - * ./vlc.spec: updated specfile. - * ./Makefile, ./configure.in: misc BeOS build fixes. - * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working. - * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package - anymore, the package is now 700k instead of 4MB. - * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with - foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a - lot of stuff from Makefile.opts.in back to configure.in. - * ./install-win32: updated script for NSIS 1.96. - * ./configure.in: added --enable-intfwin to enable the win32 interface and - --with-bcbuilder to tell make where to find Borland C++ Builder. - * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place. - * ./plugins/win32/Makefile: intfwin.so can be built using commandline. - * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h - file isn't needed for the intfwin plugin anymore. - * ./INSTALL.win32: updated compilation instructions for the intfwin plugin. - * ./AUTHORS: added ipkiss. - * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu - item, not yet implemented. - * ./plugins/win32/about.dfm: replaced the outdated author list with a - "VideoLAN Team" entry. - * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp: - replaced the outdated author list with a "VideoLAN Team" entry. - * ./debian/rules, ./debian/control: deactivated the vlc-kde package because - it does not work, and removed the vlc-a52 package because liba52 is - statically linked into vlc. - * ./debian/control: added more helpful package descriptions. - * ALL: changed version to 0.3.0. Yeah, it's coming. - * ./Makefile: fixed make dist. - * ./src/video_output/video_output.c: fixed a vout4 image starvation bug. - * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1. - * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz. - * ./Makefile: renamed the `snapshot' rule to `dist'. - * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore. - * ./Makefile.modules: modules now depend on Makefile.opts. - * ./configure.in: added (hopefully) explicit messages on how to get - libdvdcss and link vlc with it. - * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h. - * ./plugins/win32/*: Added management for secondary config dialogs - * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a - contributor is currently working on. - * ALL: removed libdvdcss from the vlc tree. - * ALL: removed libdvdread from the vlc tree. - * ./acconfig.h: removed this file. - * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c. - * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file. - * ./plugins/gtk/gtk_callbacks.c: use the dvd_device config option. - * ./po/ja.po: added Japanese translation from Fumio Nakayama - . - * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code. - * ./include/threads.h: new pthread implementation for WinNT/2K/XP. This - implementation shouldn't be subject to race conditions as it is using - SignalObjectAndWait() from the Win32 API. As this should be somehow slower - than the old method (still used on Win9x), you can specify that you want - to use the old method with the "fast_pthread" config option. - * ./include/videolan/vlc.h: added a new p_main_sys global variable. This - variable is a pointer to an OS specific structure which is defined in - *_specific.h. This structure can be filled by the already existing - System_Init() function and is a nice way to avoid too many #ifdefs. - * ./include/defs.h.in: got rid of the DVD_DEVICE macro. We now use the - dvd_device config option. This creates a small memory leak as we don't free - the string obtained from config_GetPszVariable, but I think we can live - with it for now. - * ./configure.in: the SSE plugins are disabled on the mingw32 build as they - don't work (because memalign is not implemented on win32, and malloc only - aligns on an 8 bytes boundary). - * ./INSTALL.win32: fixed a small mistake. - * ./include/config.h: fixed config directory name for windows. - * ./plugins/win32: the network dialog now respects the preferences settings. - * ./src/input/input_ext-plugins.c: compilation fix. :-ppppp - * ./plugins/memcpy/fastmemcpy.h: AltiVec-enabled version of fastmemcpy. - * ./plugins/macosx/vout_macosx.c: use ImageBuffer instead of ScreenBuffer in - OS X video output (should be faster). - * ./src/interface/main.c: check that channels have been created before - the call to network_ChannelJoin. - * ./plugins/win32/*: fixed a few bugs in the preferences. - * ./plugins/win32/*: better auto-resizing of the main window. - * ./plugins/win32/*: the disc dialog now respects the preferences settings. - * ./src/misc/configuration.c: small compilation fix. - * ./plugins/beos/vout_beos.cpp: added a test for the nooverlay option. - * ./include/config.h: changed directory of the config file for BeOS to be - consistant with OS standard. - * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes. - * ./plugins/dvd/dvd_access.c: removed a warning. - * ./src/misc/configuration.c: Solaris fixes by Meuuh. - * ./FAQ: removed outdated stuff. - * ./plugins/directx/vout_events.c: fixed yet another bug related to the event - thread creation. - * ./plugins/directx/vout_events.c: removed a few debug messages. - * ./extras/Win32_msvc/*: Microsoft Visual Studio C++ 6 project files. This - is useful mainly for debugging as the hardware accelerated plugins can't - be compiled with msvc. - * ./plugins/downmix/ac3_downmix_sse.c, ./plugins/downmix/ac3_downmix_3dn.c: - Win32 compilation fixes when downmixsse and downmix3dn are declared as - plugins. - * ./plugins/directx/vout_events.c: fixed the waiting on the event thread - creation in the directx plugin. - * ./Makefile: updated the "package-win32" rule. - * ./install-win32: all txt files are now converted to dos format (CRLF). - * ./doc/win32/Cross-Compile-Howto.txt: VLC-Win32 Cross-Compile Howto, - courtesy of Bill Eldridge. - * ./plugins/beos/vout_beos.cpp: improved overlay detection, default colour - space selection. - * ./plugins/gtk/gtk_preferences.c: allow the user to resize the configuration - windows. - * ./plugins/gtk/gtk_preferences.c: moved config_GetIntVariable out of the - loop. - * ./plugins/gtk/gtk_preferences.c: you can now set a maximum height for the - configuration windows in the gtk and gnome plugins. This patch _doesn't - change_ the look of the interface unless this interface tries to use more - space than allowed, in which case scrollbars are added to make the - navigation easy. Note that this setting only affects the default size the - interface will use, the user is then free to change the size of the window - as he wants. - * ./plugins/gtk/gtk_preferences.c: tooltips are now triggered only in - specific places. This is a lot less intrusive and annoying for the users. - * ./plugins/win32: fixed the bug on exiting the vout pressing 'q'. - * ./plugins/beos/*: implemented an "always-on-top" feature for the interface - window, RGB16 Overlay supported again, resizing is now implemented - consistantly. - * ./plugins/win32: subtitles should work, now. - * ./plugins/access/udp.c: disabled the server argument in udpstream: because - it confuses users and is not of any practical use. - * ./src/interface/main.c: fix for sparc. - * ./plugins/dvd/dvd_access.c: don't try to stat() the dvd drive letter on - win32. - * ./plugins/directx/vout_directx.c: disabled YUV overlay double buffering for - now, as it seems to actually be slower. - * ./include/threads.h: temporary fix in vlc_cond_signal() for win32 (I really - should use SignalObjectAndWait() on WinNT so we can avoid race conditions - in the pthread code). This fixes a problem noticed on WinXP where vlc would - freeze regularly and eat-up all the CPU (fun no?). - * ./src/input/input_programs.c: when unselecting an ES, we must ged rid of - p_es->p_pes so that it is regererated when we select this ES again. It made - vlc segfault when switching from some stream to another, or when switching - program in satellite input. - * ./plugins/access/udp.c: UDP access plug-in can now receive MPTS (Multiple - Program TS) and switch programs. - * ./plugins/macosx/*: audio and video output go to time-constrained - scheduling [OS X port]. - * ./plugins/gtk/gtk_preferences.c: some dirty ifdefs for a nicer gnome - interface (gnome buttons, gnome dialogs). - * ./po/nl.po: translation of user interface messages to Netherlands. - * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c: new options "gtk_hide_toltips" - or "gnome_hide_tooltips". Tooltips are enabled by default. This option is - only considered on module initialization. - * ./configure.in: GNU make detection. - * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib: deleted - non-working fullscreen menu item [OS X]. - * ./plugins/access/http.c, ./plugins/access/udp.c: udp and http no longer - modify p_input->psz_name. - * ALL: various little portability fixes. - * ./src/misc/configuration.c: changed the behaviour of the config file: - now all the config options are saved. config options which have - no default value are also saved in the config file but as an empty string, - and config_LoadConfigFile will ignore empty config options, which also - means we cannot pass an empty string as a config option. (this - shouldn't matter anyway). - * ./plugins/gtk/gtk_preferences.c: modified the gtk interface to save an - empty option as a NULL pointer. - * ./src/misc/configuration.c: modified config_LoadConfigFile to consider an - empty option as a NULL pointer. - * ./plugins/gtk/gtk_preferences.c: save button (inadvertently suppressed). - * ./plugins/win32: added toolbar icons (thanks xav), we can no longer edit - plugin names in the preferences :) - * ./plugins/win32: the tool button for playlist is now a toggle button. - * ./plugins/beos/InterfaceWindow.cpp: disabled controls if the playlist was - empty. - * ./plugins/win32/*: added a win32 interface plugin, developed with Borland - C++ Builder. To build the plugin, follow the instructions in - INSTALL-win32.txt. - * ./plugins/gtk/gtk_preferences.c: fixed an ugly structure, the tabs are not - verticaly expanded as they were, small enhancements. - * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_common.h: new - Tooltips structure. - * ./plugins/gtk/gtk_preferences.c: modifications of some widgets, the - structure, cosmetic changes. - * ./src/interface/main.c: typos, a couple of new descriptions. - * ./src/interface/main.c: moved the "display" option from main to the - relevant plugins. ( We now have the x11_display, xvideo_display, - xmga_display and ggi_display options ). - * ./INSTALL-win32.txt: fixed a little omission. - * ./src/plugins/gtk/*: fixed a bug that made vlc segfault when choosing a - program, change to another and come back to the first one. - * ./src/plugins/gtk/*: added gtk and gnome interfaces for satellite input. We - should find a way to hide the button if satellite support is not compiled. - * ./plugins/beos/vout_beos.cpp: implemented correct scaling and used new - window size variables. Beta always on top for the interface window. New - cursor handling. - * ./plugins/macosx/aout_macosx.c: fixed a problem in the MacOS X aout which - caused the previously played audio frames to be played when there were no - new frames available. - * ./plugins/macosx/vout_macosx.c: MacOS X vout now uses the height/width - calculated in video_output.c. - * ./configure.in: Win32 fix. - * ./configure.in: miscellaneous fixes for the OS X port. - * ./src/video_output/video_output.c: the calculation for the initial video - window dimensions is now done in video_output.c and made available into - p_vout->i_window_height/width. This allows to get rid of duplicated code - and unify the behaviour of the video output plugins. (not all the plugins - have been modified because I didn't want to break anything). - * ./src/misc/configuration.c: moved GetConfigurationFromCmdLine() into - configuration.c and renamed it to config_LoadCmdLine(). - * ./src/misc/configuration.c: config_GetHomeDir doesn't use getpwuid_r - anymore as this was creating some problems on solaris. This function now - uses getpwuid and is called only once to store the home directory into the - p_main structure. - * ./plugins/satellite/*: added satellite input. It works with WinTV Nova - card, and siemens 0.9.4 drivers from www.linuxtv.org. - * ./src/interface/intf_msg.c: fixed stupid bug in stupid - ConvertPrintfFormatString() function. - * ./plugins/win32/waveout.c: fixed the "waveout not closing" bug. We need to - reset the waveout device before closing it. - * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc. - * ./plugins/sdl/vout_sdl.c: Win32 and Solaris compilation fix. - * ./plugins/beos/vout_beos.cpp: improved scaling, correct aspect ratio even - in full screen mode, duplicate code reduces and framework for Overlay and - OpenGL modes in place. - * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be - compiled as a plugin. Please test. - * ./include/modules.h: fixed a C++ warning. - * ./plugins/vcd/input_vcd.c: VCD raw device fix, courtesy of Steven Schultz. - * ./configure.in: better IPv6 detection. IPv6 is disabled under MacOS X (no - inet_pton call). - * ./src/input/input_programs.c: fixed some bugs in program management: - selected ESs must be attached to the selected program. - * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal. - * ./configure.in: fixed a few bashisms. - * ./src/misc/configuration.c: fixed build under Solaris. - * ./TODO: updated todo list. - * ./plugins/dvd/dvd_access.c: fixed a memory leak. - * ./plugins/mpeg_vdec/vpar_pool.c: fixed a memory leak. - * plugins/win32/waveout.c: fixed typo. - * ./configure.in: BeOS compilation fixes. - * ./debian/rules: activated (broken) KDE interface. - * ./plugins/access/http.c: fixed a segfault. - * ./plugins/alsa/aout_alsa.c: fixed a segfault. - * ./include/common.h: fixed the compilation fix for Borland C++ :) - * ./include/common.h: compilation fix for Borland C++. - * ./plugins/macosx/aout_macosx.c: MacOS X aout now uses AudioConverter for - int->float. - * ./plugins/macosx/*: Various MacOS X intf improvements and bug fixes. - * ./plugins/chroma/i420_rgb8.c: fixed a warning. - * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing. - * ./plugins/kde/kde.cpp: the KDE interface compiles again. - * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today. - * ./plugins/network/ipv4.c: cosmetic fix. - * ./src/interface/main.c: fixed a typo in the --help output. - * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still - unstable but solving other bugs won't do any good without rewriting the - whole playlist code. Which I'm doing right now. - * ./configure.in: MacOS X compile fixes. - * ./src/input/input.c: skip "//" if we find "://" in a resource we have to - play : this allows us touse the syntax udpstream://host. - * ./extras/MacOSX_dvdioctl: removed outdated files. - * ./plugins/fx/scope.c: fixed an infinite loop error. - * ./plugins: fixed segfaults in various demux plugins. - * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the - command line; try "--vout sdl:aalib" - * ./configure.in: fixed linking of the ipv4 plugin. - * ./configure.in: DirectX plugin is now correctly detected and configured. - * ./BUGS: updated bug list. - * ./configure.in: ./configure --help should be a lot clearer now. - * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation. - * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations. - * ./plugins/ggi/ggi.c: support for 8 bpp displays. - * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays. - * ./plugins/x11/xcommon.c: support for 8 bpp displays. - * ./src/video_output/video_output.c: fixed a segfault. - * ./plugins/x11/xcommon.c: added an alternate fullscreen method. With this - method, _nothing_ is allowed to be displayed on top of the video - (especially not taskbars, etc...). Of course this can also be annoying - sometimes, this is why it's an option. - * ./src/misc/configuration.c: small fix for the config file. The parser - assumes that the config file is divided into sections (a section is the - config data for a plugin and begins with something like [foo]), so the - comment for the beginning of the section must be after the section marker - and not before. - * ./plugins/beos/vout_beos.cpp: tidied code and prevented curruption on - window not containing the video. Video window now returns to correct size - and position after toggling full screen. - * ./configure.in: more modules are plugins. - * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc, - and a few cosmetic changes (sorry Gildas for the butchery). - * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma. - * ./src/misc/configuration.c: this the last piece of the new configuration - module. You can now save your configuration options (only from the - gtk/gnome interface for now). The config file will be saved as - ~/.VideoLan/vlc. - * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image - data to find the border color and the inner colors when there was - no way to find the palette data (network stream). - * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday. - * ./Makefile: fixed OS X vlc.app compilation dependencies. - * ./configure.in: fixed the endianness check under Solaris. - * ./src/input/input.c: strings are now initialized to "" instead of NULL. - * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle - palette information we get from the DVD. Subtitles rox ! - * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines - and put them into spu_decoder.c. - * ./plugins/audio_output/aout_spdif.c: removed an ugly loop. - * ./plugins/audio_output/aout_spdif.c: moved iec958/spdif encapsulation from - ac3_spdif to aout_spdif. It will eventually allows to use ac3_adec or a52 - for spdif output. - * ./plugins/dvd/dvd_access.c: fixed chapter selection at startup. - * ./src/input/input_dec.c: p_es->p_demux_data is available in - p_config->p_demux_data so that the input can pass information directly to - the decoder. First application: aspect ratio for DVD is read from the ifo - (should fix the buf with aspect ratio in anamorphic DVDs). - * ./plugins/dvd/dvd_es.c: the DVD plugin also copies the spu yuv palette in - p_demux_data so that the spudec can display subtitle with the right color - (sam !). - * ./plugins/gtk/gtk_menu.c: removed duplicate code and useless lock in gtk. - * ./plugins/vcd/input_vcd.c: fixed EOF and Stop segfault in VCD input: - input_BuffersEnd was being called twice. - * ./AUTHORS: updated Tony Castley's e-mail. - * ./plugins/beos/vout_beos.cpp: new resizing and scaling code. More in line - with BeOS standards. - * ./plugins/a52/a52.c: a52 plugin updated to use liba52-0.7.3 (which is now - available in debian :) - * ./src/interface/main.c: new configuration option to choose audio output - format at runtime. It allows to select spdif pass-through decoder with - --ac3_adec and to remove the ugly b_ac3 in main.h. As a consequence --spdif - doesn't work anymore: you should use --ac3_adec pass. - * ./src/interface/main.c: return the option name in error message for - unknown option intead of the argument. - * ./plugins/gtk/gtk_preferences.c: gtk config interface modified so you can - only have one instance of a plugin config dialog box displayed at one time. - * ./plugins/gtk/gtk_preferences.c: new GTK configuration interface. This - interface is generated dynamically at run-time from the configuration data - contained in each plugin. - * ./src/misc/configuration.c: config_PutPszVariable and config_GetPszVariable - are now thread safe. - * ./src/misc/configuration.c: few modifications/optimizations to the config - module. - * ./include/config.h: got rid of all the _VAR macros in config.h. - * ./plugins/vcd/input_vcd.c: added missing include (MacOS X port). - * ./plugins/dvd/*: fixed EOF segfault at end of DVD. - * ./src/input/input.c: buffer manager is renintialised at area change. - * ./plugins/dvd/dvd_access.c, ./plugins/vcd/input_vcd.c: we now exit more - cleanly on initialization error. - * ./plugins/dvd/*: rewrote most functions in DVD plugin. Some old bugs might - have been solved in the operation. The plugin some be more readable now, - and should produce fewaer segfaults (I hope so :p) - * ./plugins/vcd/input_vcd.c: added some tests in open. - * ./plugins/alsa/aout_alsa.c: spdif support in the ALSA plugin. - * ./plugins/vcd/input_vcd.c: when reaching the end of a track, moves to the - following one. - * ./src/interface/main.c: disabled the GNOME segfault dialog in debug - mode. We want nice, clean segfaults, with huge core files and a lot - of rattle noise. - * ./plugins/dvd/dvd.c: I hope you liked this bug: DVD demux was always used. - * ./plugins/dvd/dvd_demux.c: fixed demux plugin selection. - * ./plugins/vcd/input_vcd.c: take the lock on stream in VCDInit. Please - test, as I don't have any VCD to do it. - * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose. - * ./src/interface/interface.c: fixed a deadlock when seeking the - stream using the keyboard arrows. - * ./plugins/gtk/gtk_display.c: removed an occurance of former angle item in - gtk. - * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: fixed a bug - in ES management introduced lately in DVD/DvdRead. - * ./plugins/dvd/*: beginning of reorganisation in DVD plugin source files, - in order to try to make it easier to understand. There is some work left - though :p. - * ./plugins/vcd/vcd.c: decreased the score for VCD plugin, as the VCD demuxer - was used even for DVD :p. It should make autodetection work. - * ./plugins/vcd/input_vcd.c: modified vcd input for the new input III. Still - have problems with end of tracks. - * ./plugins/vcd/vcd.c: modified the command line, as stef did for the DVD. - * ./plugins/dvd/input_dvd.c: DVD demux was no longer selected under win32. - * ./plugins/dvd/dvd_summary.c, ./plugins/dvdread/input_dvdread.c: DVD angle - is now handled through a program structure, so that the interface needs - nothing specific to change angle. - * ./src/input/input_clock.c: fixed a bug in clock management where ES without - a program couldn't get timestamped. - * ./plugins/gtk/*: fixed program management in gnome/gtk. Program now also - appears in popup. - * ./plugins/gtk/gtk_menu.c: in interface, only display ES associated with - the selected program, or with no program at all. - * ./src/input/input.c: fixed typo in the win32 change to the input parser. - * ./plugins/dvd/input_dvd.c, ./plugins/dvdread/input_dvdread.c: more complete - command line parsing for DVD, hopefully working this time. - * ./plugins/network/ipv6.c: IPv6 network module, courtesy of Alexis Guillard - , for BT. - * ./src/interface/main.c: --6 and --4 options to force IPv6 or IPv4 (FIXME: - it should be -6 and -4 but I don't know how to do it with the new - configuration module). - * ./src/misc/netutils.c: channel manager now uses a socket from the network - plug-in and is more portable (and probably broken, too :) - * ./plugins/mpeg_system/mpeg_ps.c, ./plugins/mpeg_system/mpeg_ts.c: - input_ReadPS and input_ReadTS are now in mpeg_system.c to be more easily - reused by plug-ins other than mpeg_ps and mpeg_ts. - * ./src/audio_output/audio_output.c: we now make sure the aout plugin buffers - always contain between AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 - worth of audio. This should solve the audio buffer underruns. - * ./src/input/input.c: fix for the bug in input when filename contains a '@' - character. - * ./src/input/input.c: simplified the win32 specific changes to the input - parser. (I think we can safely assume that no access plugin name will have - a length of one character). - * ./plugins/dvd/dvd.c: DVD access plugin is only called if specified under - windows (no automatic detection). - * ./plugins/dvd/input_dvd.c: replaced setenv with putenv. - * ./plugins/gtk/gtk_open.c: fixed a bug in gtk. - * ./plugins/dvd/input_dvd.c: new command line for DVD, to get rid of global - options input_title or so. - * ./Makefile: added network to the list of the plugins directories. - * ./plugins/dvd/input_dvd.c: fixed DVD input under Win32. - * ./src/input/input.c: fixed input parser under win32, which couldn't - understand that c:\windows\bureau is a valid file and doesn't need to be - accessed with the plugin 'C' :-) - * ./AUTHORS: added xav. - * ./include/videolan/vlc.h: got rid of int_types.h and did a few changes - Ipkiss will need. Hope I did not break other platforms. - * ./include/common.h: fixed compilation problem related to ssize_t. - * ./include/common.h: various Win32 compilation fixes. - * ./include/input_ext-plugins.h: DVD compiles, but doesn't work yet. - * ./plugins/network/ipv4.c: fixed some typos in my previous Win32 multicast +------------------------------------------------------------------------ +r15550 | damienf | 2006-05-06 12:36:58 +0200 (Sat, 06 May 2006) | 2 lines +Changed paths: + M /trunk/vlc.win32.nsi.in + +vlc.win32.nsi.in: i need holidays + +------------------------------------------------------------------------ +r15549 | littlejohn | 2006-05-06 12:04:34 +0200 (Sat, 06 May 2006) | 6 lines +Changed paths: + A /trunk/bindings/java/FAQ + M /trunk/bindings/java/Makefile.am + D /trunk/bindings/java/SWTUglyPlayer.java + M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java + M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java + M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java + M /trunk/bindings/java/org/videolan/jvlc/Playlist.java + M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java + D /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java + M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java + M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java + M /trunk/bindings/java/vlc-libvlc-jni.cc + +Java bindings updated to latest jvlc version. +SWT components removed until we are able to configure and check for swt-*.jar +presence. + + + +------------------------------------------------------------------------ +r15548 | damienf | 2006-05-06 01:41:55 +0200 (Sat, 06 May 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + M /trunk/vlc.win32.nsi.in + +- vlc.win32.nsi.in: second attempt + +------------------------------------------------------------------------ +r15547 | damienf | 2006-05-06 01:09:43 +0200 (Sat, 06 May 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + M /trunk/vlc.win32.nsi.in + +vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well. + +------------------------------------------------------------------------ +r15546 | dionoea | 2006-05-05 22:38:58 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/shout.c + +Add "shoutcast" as an alias for "shout". + +------------------------------------------------------------------------ +r15545 | dionoea | 2006-05-05 22:35:43 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/THANKS + +see previous commit + +------------------------------------------------------------------------ +r15544 | dionoea | 2006-05-05 22:34:42 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/modules/control/rc.c + M /trunk/modules/video_filter/mosaic.c + +"[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks. + +------------------------------------------------------------------------ +r15541 | xtophe | 2006-05-05 19:12:15 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/po/zh_CN.po + +Update chinese l10n by Wei Mingzhi + +------------------------------------------------------------------------ +r15538 | courmisch | 2006-05-05 17:49:54 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/svg.c + +We need to include "config.h" somehow before we can use the HAVE_* defines + +------------------------------------------------------------------------ +r15537 | xtophe | 2006-05-05 14:02:55 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Hope it really fix it + +------------------------------------------------------------------------ +r15536 | xtophe | 2006-05-05 00:36:31 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Fix. + +------------------------------------------------------------------------ +r15535 | xtophe | 2006-05-05 00:00:42 +0200 (Fri, 05 May 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +configure.ac: test a bit more for contribs + +------------------------------------------------------------------------ +r15534 | damienf | 2006-05-04 23:58:37 +0200 (Thu, 04 May 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.c + +libvlc.c: removed debug + +------------------------------------------------------------------------ +r15532 | dionoea | 2006-05-04 23:25:07 +0200 (Thu, 04 May 2006) | 2 lines +Changed paths: + M /trunk/modules/control/rc.c + +Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 ) + +------------------------------------------------------------------------ +r15530 | dionoea | 2006-05-02 22:17:33 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dshow/dshow.cpp + +This should now at least compile + +------------------------------------------------------------------------ +r15528 | bigben | 2006-05-02 22:07:59 +0200 (Tue, 02 May 2006) | 4 lines +Changed paths: + M /trunk/modules/stream_out/es.c + +* Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit +* (Well, es is deprecated anyway) + + +------------------------------------------------------------------------ +r15527 | dionoea | 2006-05-02 21:54:29 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dshow/dshow.cpp + +Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 ) + +------------------------------------------------------------------------ +r15525 | bigben | 2006-05-02 21:20:28 +0200 (Tue, 02 May 2006) | 3 lines +Changed paths: + M /trunk/modules/video_output/x11/xcommon.c + +* Really fix the color depth specification + + +------------------------------------------------------------------------ +r15524 | courmisch | 2006-05-02 17:23:39 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Hopefully fix linking of the mosaic plugin + +------------------------------------------------------------------------ +r15523 | damienf | 2006-05-02 17:13:28 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/voutqt.m + +voutqt.m: use kYUVSPixelFormat for MacIntel CPUs + +------------------------------------------------------------------------ +r15522 | courmisch | 2006-05-02 16:54:32 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/mozilla/Makefile.am + +Mozilla libtool fix from Pavlov Konstantin + +------------------------------------------------------------------------ +r15520 | damienf | 2006-05-02 11:23:06 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Makefile.am: fixed EXTRA_DIST for MacOS X plugin + +------------------------------------------------------------------------ +r15519 | damienf | 2006-05-02 10:50:18 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +- added support for 64 bit version of mozilla SDK, thanks to thresh for the patch + +------------------------------------------------------------------------ +r15518 | courmisch | 2006-05-02 08:57:46 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Avoid code duplication + +------------------------------------------------------------------------ +r15517 | ipkiss | 2006-05-02 08:50:30 +0200 (Tue, 02 May 2006) | 2 lines +Changed paths: + M /trunk/share/skins2/default/theme.xml + + * forwardport of [15426] and [15516] + +------------------------------------------------------------------------ +r15515 | fox | 2006-05-02 00:06:57 +0200 (Tue, 02 May 2006) | 5 lines +Changed paths: + M /trunk/configure.ac + M /trunk/modules/demux/Modules.am + A /trunk/modules/demux/gme.cpp + +First rough demux2 implementation for game music files using Game_Music_Emu +(Super Nintendo (SPC), Nintendo NES (NSF), Nintendo Game Boy (GBS), +Sega Genesis/Mega Drive (VGM/VGZ/GYM), and Sega Master System (VGM/VGZ)). + + +------------------------------------------------------------------------ +r15513 | fox | 2006-05-01 23:20:09 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/mod.c + + Use strrchr to extract the file's extension + +------------------------------------------------------------------------ +r15512 | dionoea | 2006-05-01 21:13:45 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution). + +------------------------------------------------------------------------ +r15511 | courmisch | 2006-05-01 17:18:01 +0200 (Mon, 01 May 2006) | 3 lines +Changed paths: + M /trunk/src/misc/unicode.c + +- Save one malloc() +- Return NULL in case of error + +------------------------------------------------------------------------ +r15510 | dionoea | 2006-05-01 16:47:24 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Hum + +------------------------------------------------------------------------ +r15509 | dionoea | 2006-05-01 16:25:07 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Add some more debug (this is easier than compiling at home). + +------------------------------------------------------------------------ +r15507 | ipkiss | 2006-05-01 15:28:07 +0200 (Mon, 01 May 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/skins2/src/generic_layout.cpp + + * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when + resizing + +------------------------------------------------------------------------ +r15506 | dionoea | 2006-05-01 15:18:11 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fix tabs and add some debug. + +------------------------------------------------------------------------ +r15505 | asmax | 2006-05-01 14:12:03 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/src/vlcproc.cpp + +* forward port of [15504] + +------------------------------------------------------------------------ +r15503 | fkuehne | 2006-05-01 13:47:19 +0200 (Mon, 01 May 2006) | 1 line +Changed paths: + M /trunk/Makefile.am + +* forward-port [15502] +------------------------------------------------------------------------ +r15501 | damienf | 2006-05-01 12:41:00 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +- unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though + +------------------------------------------------------------------------ +r15498 | zorglub | 2006-05-01 10:34:27 +0200 (Mon, 01 May 2006) | 2 lines +Changed paths: + M /trunk/modules/mux/mpeg/ts.c + +Forwardport [15492] + +------------------------------------------------------------------------ +r15494 | zorglub | 2006-05-01 00:34:50 +0200 (Mon, 01 May 2006) | 3 lines +Changed paths: + M /trunk/modules/audio_output/alsa.c + +Fix handling of buffer underruns in ALSA. Probably closes #461 +We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers. + +------------------------------------------------------------------------ +r15493 | hartman | 2006-05-01 00:08:18 +0200 (Mon, 01 May 2006) | 3 lines +Changed paths: + M /trunk/modules/misc/rtsp.c + +* Fix searching in aggregate mode for the RTSP VoD module. (fixes #655) + Pausing is still broken. + +------------------------------------------------------------------------ +r15490 | courmisch | 2006-04-30 23:01:54 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/httpd.c + +Rah forgot to commit this file + +------------------------------------------------------------------------ +r15488 | bigben | 2006-04-30 21:26:25 +0200 (Sun, 30 Apr 2006) | 5 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/gui/macosx/controls.h + M /trunk/modules/gui/macosx/controls.m + M /trunk/modules/gui/macosx/misc.m + +* Patch from Basil Achermann to handle esc and space keyboard events in VLCControl when the controller is active +* It seems that corrects a bug when the controller was the acrtive window in fullscreen (that shouldn't happen, but well...) +* Best thing to do would be to handle the keypresses from the vout here too, I guess... + + +------------------------------------------------------------------------ +r15487 | dionoea | 2006-04-30 21:16:39 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/modules/gui/skins2/controls/ctrl_text.cpp + M /trunk/modules/gui/skins2/controls/ctrl_text.hpp + M /trunk/modules/gui/skins2/parser/builder.cpp + M /trunk/modules/services_discovery/podcast.c + M /trunk/share/skins2/default/theme.xml + +Forward port [15485] and [15486]. + +------------------------------------------------------------------------ +r15480 | courmisch | 2006-04-30 19:51:34 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/mvar.c + +Fix segfault + +------------------------------------------------------------------------ +r15478 | damienf | 2006-04-30 19:40:34 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +- MacOS X: bundle 'VLC Internet Plug-In' package into a disk image for online distribution + +------------------------------------------------------------------------ +r15477 | zorglub | 2006-04-30 19:40:03 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/asf/asf.c + +Ditto + +------------------------------------------------------------------------ +r15476 | zorglub | 2006-04-30 19:39:28 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/mux/asf.c + M /trunk/modules/mux/avi.c + +Woops + +------------------------------------------------------------------------ +r15475 | zorglub | 2006-04-30 19:36:48 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/doc/fortunes.txt + M /trunk/modules/demux/asf/asf.c + M /trunk/modules/mux/asf.c + M /trunk/modules/mux/avi.c + +Fortune + +------------------------------------------------------------------------ +r15474 | courmisch | 2006-04-30 19:19:29 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/tcp.c + +Also set SO_REUSEADDR here + +------------------------------------------------------------------------ +r15473 | courmisch | 2006-04-30 19:16:32 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/httpd.c + +Set SO_REUSEADDR on client sockets + +------------------------------------------------------------------------ +r15472 | dionoea | 2006-04-30 19:12:50 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + D /trunk/share/skins2/default/main/Thumbs.db + D /trunk/share/skins2/default/playlist/Thumbs.db + +Remove the Thumbs.db files here too + +------------------------------------------------------------------------ +r15468 | courmisch | 2006-04-30 18:54:32 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fix memleak + +------------------------------------------------------------------------ +r15467 | dionoea | 2006-04-30 18:37:30 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/podcast.c + M /trunk/modules/services_discovery/podcast.c + +Forward port podcast fixes [15462] and [15465]. + +------------------------------------------------------------------------ +r15466 | fkuehne | 2006-04-30 18:31:38 +0200 (Sun, 30 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/playlist.m + +* forward-port [15464] and update the TODO-list at the top of the file +------------------------------------------------------------------------ +r15463 | damienf | 2006-04-30 18:08:32 +0200 (Sun, 30 Apr 2006) | 3 lines +Changed paths: + M /trunk/Makefile.am + A /trunk/extras/MacOSX/plugin/InstallerDescription.plist + A /trunk/extras/MacOSX/plugin/InstallerInfo.plist + M /trunk/mozilla/vlc.r + +- added installer for MacOSX VLC Plugin +- updated supported mime types in resource + +------------------------------------------------------------------------ +r15459 | dionoea | 2006-04-30 17:39:19 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/modules/gui/skins2/controls/ctrl_text.cpp + M /trunk/modules/gui/skins2/controls/ctrl_text.hpp + M /trunk/modules/gui/skins2/parser/builder.cpp + M /trunk/share/skins2/default/theme.xml + +Forward port [15458]. + +------------------------------------------------------------------------ +r15457 | titer | 2006-04-30 17:30:35 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_messages.h + +Build fix + +------------------------------------------------------------------------ +r15455 | dionoea | 2006-04-30 17:19:24 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp + +Fix statistics panel alignement + +------------------------------------------------------------------------ +r15454 | fkuehne | 2006-04-30 16:44:54 +0200 (Sun, 30 Apr 2006) | 1 line +Changed paths: + M /trunk/THANKS + +* forward-port [15453] +------------------------------------------------------------------------ +r15451 | asmax | 2006-04-30 15:44:20 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/src/generic_layout.cpp + M /trunk/modules/gui/skins2/src/generic_layout.hpp + +* generic_layout.cpp: don't draw controls of an invisible layout + +------------------------------------------------------------------------ +r15449 | zorglub | 2006-04-30 15:25:32 +0200 (Sun, 30 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/include/codecs.h + M /trunk/modules/codec/dmo/dmo.c + +Add support for Windows Media Audio 9 Speech (Closes:#606) + +------------------------------------------------------------------------ +r15447 | asmax | 2006-04-30 15:12:34 +0200 (Sun, 30 Apr 2006) | 3 lines +Changed paths: + M /trunk/share/Makefile.am + A /trunk/share/skins2/default/main/vol_bg.png + M /trunk/share/skins2/default/main/vol_slider.png + M /trunk/share/skins2/default/theme.xml + +* all: added a SliderBackground to the volume slider of the default skin + (fixes an incorrect behaviour when clicking on the white part of the slider) + +------------------------------------------------------------------------ +r15445 | bigben | 2006-04-29 22:48:44 +0200 (Sat, 29 Apr 2006) | 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/keyedobjects.nib + M /trunk/modules/gui/macosx/playlist.h + M /trunk/modules/gui/macosx/playlist.m + +* Support for saving xspf playlist files + + +------------------------------------------------------------------------ +r15444 | xtophe | 2006-04-29 22:18:21 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/debian/control + M /trunk/debian/rules + +Re-enables the XOSD plugin in debian nightlies + +------------------------------------------------------------------------ +r15442 | dionoea | 2006-04-29 20:33:44 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_text.cpp + +Forward port [15418] and [15420]. + +------------------------------------------------------------------------ +r15441 | courmisch | 2006-04-29 17:56:15 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/rpn.c + +Hmm 512 bytes to format a decimal integer sounds a little abusive + +------------------------------------------------------------------------ +r15440 | courmisch | 2006-04-29 17:46:36 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/mvar.c + +Another overflow + +------------------------------------------------------------------------ +r15439 | courmisch | 2006-04-29 17:34:09 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/mvar.c + +Fix likely stack buffer overflow + +------------------------------------------------------------------------ +r15438 | courmisch | 2006-04-29 17:15:30 +0200 (Sat, 29 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/control/http/macro.c + +- Don't nul-terminate after snprintf(), it does it already +- Use strlcpy() + +------------------------------------------------------------------------ +r15437 | courmisch | 2006-04-29 17:11:48 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/directory.c + +Clean up + +------------------------------------------------------------------------ +r15436 | courmisch | 2006-04-29 17:10:39 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/stream_out/rtp.c + +Use strlcpy + +------------------------------------------------------------------------ +r15434 | courmisch | 2006-04-29 16:38:39 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/input/subtitles.c + +Also use strlcpy() + +------------------------------------------------------------------------ +r15433 | courmisch | 2006-04-29 16:34:50 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/getaddrinfo.c + M /trunk/src/stream_output/sap.c + +Use strlcpy() + +------------------------------------------------------------------------ +r15432 | courmisch | 2006-04-29 16:30:49 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + M /trunk/include/vlc_common.h + M /trunk/include/vlc_symbols.h + M /trunk/modules/access/smb.c + M /trunk/src/extras/libc.c + +OpenBSDish strlcpy() + +------------------------------------------------------------------------ +r15430 | zorglub | 2006-04-29 16:23:44 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/po/ru.po + +Update ru.po from rosetta + +------------------------------------------------------------------------ +r15429 | zorglub | 2006-04-29 16:23:41 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/include/variables.h + M /trunk/include/vlc_messages.h + +Initialize variables + +------------------------------------------------------------------------ +r15428 | courmisch | 2006-04-29 16:23:00 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/file.c + +Win32 compile fix + +------------------------------------------------------------------------ +r15425 | courmisch | 2006-04-29 16:07:18 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + M /trunk/src/misc/threads.c + +Remove some unused configure checks + +------------------------------------------------------------------------ +r15424 | courmisch | 2006-04-29 15:59:07 +0200 (Sat, 29 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/access/smb.c + +Nul terminate + +Might be a better idea to implement strlcpy() + +------------------------------------------------------------------------ +r15422 | courmisch | 2006-04-29 15:55:07 +0200 (Sat, 29 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/access/file.c + +- Use poll() instead of select() so we don't depend on FD_SETSIZE +- Clean up + +------------------------------------------------------------------------ +r15421 | bigben | 2006-04-29 15:53:49 +0200 (Sat, 29 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/video_output/x11/xcommon.c + +* Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one + + +------------------------------------------------------------------------ +r15419 | courmisch | 2006-04-29 15:38:50 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/smb.c + +Use strncpy() rather than strncat() when the destination is empty + +------------------------------------------------------------------------ +r15415 | courmisch | 2006-04-29 15:32:36 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/mp4/mp4.c + +Don't use #ifdef + alloca() when we have something simpler + +------------------------------------------------------------------------ +r15414 | zorglub | 2006-04-29 15:31:39 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/skins2/vars/time.cpp + +Be sure to write correct time values + +------------------------------------------------------------------------ +r15413 | courmisch | 2006-04-29 15:30:39 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/mp4/drms.c + +Simplification assuming that sizeof(char) = 1 + +------------------------------------------------------------------------ +r15412 | courmisch | 2006-04-29 15:30:10 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/voc.c + M /trunk/modules/demux/xa.c + +Fix copyright + +------------------------------------------------------------------------ +r15411 | dionoea | 2006-04-29 15:12:29 +0200 (Sat, 29 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/skins2/default/theme.xml + +Forward port [15410] + +------------------------------------------------------------------------ +r15406 | zorglub | 2006-04-28 22:21:42 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/src/libvlc.h + +Set skip-frames to default enabled + +------------------------------------------------------------------------ +r15405 | courmisch | 2006-04-28 21:43:55 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/pvr/pvr.c + +Compile fix + +------------------------------------------------------------------------ +r15404 | courmisch | 2006-04-28 21:38:52 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dvb/access.c + +Another select() -> poll() + +------------------------------------------------------------------------ +r15403 | courmisch | 2006-04-28 21:31:26 +0200 (Fri, 28 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/access/pvr/pvr.c + +Use poll() instead of select() so we won't fall for the FD_SETSIZE trap +in any case (however unlikely we were to fall far it on Linux) + +------------------------------------------------------------------------ +r15401 | bigben | 2006-04-28 19:18:46 +0200 (Fri, 28 Apr 2006) | 5 lines +Changed paths: + M /trunk/src/interface/interface.c + M /trunk/src/libvlc.c + +* Revert 15357, as it would make vlc crash if you try to load a main interface that doesn't exist +* Instead, use "screensaver,none" when trying to load the screensaver interface +* Same fix for onther interfaces loaded by libvlc + + +------------------------------------------------------------------------ +r15399 | dionoea | 2006-04-28 18:32:00 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp + +Display file size instead of svn revision in update dialog + +------------------------------------------------------------------------ +r15397 | dionoea | 2006-04-28 17:19:10 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/vlc.win32.nsi.in + +Woops + +------------------------------------------------------------------------ +r15396 | dionoea | 2006-04-28 16:39:25 +0200 (Fri, 28 Apr 2006) | 3 lines +Changed paths: + M /trunk/vlc.win32.nsi.in + +Remove local copies of Mozilla plugin and ActiveX dlls +Fix #525 Fixes #525 + +------------------------------------------------------------------------ +r15395 | courmisch | 2006-04-28 14:30:39 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/tcp.c + +Another close-on-exec + +------------------------------------------------------------------------ +r15394 | courmisch | 2006-04-28 14:29:00 +0200 (Fri, 28 Apr 2006) | 4 lines +Changed paths: + M /trunk/src/network/httpd.c + +- Fix POSIX setting of non-blocking mode (we were clearing the R/W flags) +- Close-on-exec: Don't leak httpd client sockets into CGI scripts or + whatever child process we spawn. + +------------------------------------------------------------------------ +r15393 | courmisch | 2006-04-28 14:25:51 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/httpd.c + +Only check FD_SETSIZE limit on POSIX OSes. + +------------------------------------------------------------------------ +r15392 | courmisch | 2006-04-28 14:22:25 +0200 (Fri, 28 Apr 2006) | 11 lines +Changed paths: + M /trunk/src/network/io.c + +Hmm, damn stupid fd_set implementation by Winsock does of course not +work like any other one: it's actually thirty two times as big than the +POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n) +instead of O(1). But at least, the mingw implementations of FD_SET has +built-in overflow checks. + +Also, Winsock insists on returning big socket numbers, so we can't drop +those above FD_SETSIZE or we have no TCP/IP support at all, anyway. + + + +------------------------------------------------------------------------ +r15390 | dionoea | 2006-04-28 14:15:27 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/NEWS + +Shoutcast changed + +------------------------------------------------------------------------ +r15387 | dionoea | 2006-04-28 14:10:07 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/NEWS + M /trunk/THANKS + M /trunk/share/Makefile.am + A /trunk/share/skins2/default + A /trunk/share/skins2/default/credits.png + A /trunk/share/skins2/default/equalizer.png + A /trunk/share/skins2/default/font.otf + A /trunk/share/skins2/default/main + A /trunk/share/skins2/default/main/Thumbs.db + A /trunk/share/skins2/default/main/dvd_menu.png + A /trunk/share/skins2/default/main/dvd_nextchapter.png + A /trunk/share/skins2/default/main/dvd_nexttitle.png + A /trunk/share/skins2/default/main/dvd_prevchapter.png + A /trunk/share/skins2/default/main/dvd_prevtitle.png + A /trunk/share/skins2/default/main/main.png + A /trunk/share/skins2/default/main/main_down.png + A /trunk/share/skins2/default/main/main_over.png + A /trunk/share/skins2/default/main/main_up.png + A /trunk/share/skins2/default/main/pause_down.png + A /trunk/share/skins2/default/main/pause_over.png + A /trunk/share/skins2/default/main/pause_up.png + A /trunk/share/skins2/default/main/timeslider.png + A /trunk/share/skins2/default/main/vol_mask.png + A /trunk/share/skins2/default/main/vol_slider.png + A /trunk/share/skins2/default/minimal.png + A /trunk/share/skins2/default/playlist + A /trunk/share/skins2/default/playlist/Thumbs.db + A /trunk/share/skins2/default/playlist/playlist.png + A /trunk/share/skins2/default/playlist/playlist_down.png + A /trunk/share/skins2/default/playlist/playlist_over.png + A /trunk/share/skins2/default/playlist/playlist_up.png + A /trunk/share/skins2/default/playlist/playtreeglyphs.png + A /trunk/share/skins2/default/playlist/plscroller.png + A /trunk/share/skins2/default/switch.png + A /trunk/share/skins2/default/theme.xml + +New default skin by aLtgLasS. Many thanks for making one on such short notice. + +------------------------------------------------------------------------ +r15385 | dionoea | 2006-04-28 13:38:55 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + D /trunk/share/skins2/playtree + +Remove playtree skin + +------------------------------------------------------------------------ +r15384 | dionoea | 2006-04-28 13:37:38 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + D /trunk/share/skins2/default + M /trunk/share/skins2/playtree/theme.xml + +Remove old default skin + +------------------------------------------------------------------------ +r15383 | zorglub | 2006-04-28 09:58:18 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +HA HA ! (Refs:#658) + +------------------------------------------------------------------------ +r15382 | dionoea | 2006-04-28 00:31:16 +0200 (Fri, 28 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/shoutcast.c + +Ahem... + +------------------------------------------------------------------------ +r15381 | dionoea | 2006-04-27 23:23:34 +0200 (Thu, 27 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/playlist.c + M /trunk/modules/demux/playlist/shoutcast.c + +Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled. + +------------------------------------------------------------------------ +r15380 | jpsaman | 2006-04-27 23:15:18 +0200 (Thu, 27 Apr 2006) | 1 line +Changed paths: + M /trunk/THANKS + +Added Rob Casey to THANKS file. +------------------------------------------------------------------------ +r15379 | courmisch | 2006-04-27 22:18:14 +0200 (Thu, 27 Apr 2006) | 15 lines +Changed paths: + M /trunk/modules/access/file.c + M /trunk/src/network/httpd.c + M /trunk/src/network/io.c + M /trunk/src/network/tcp.c + +Whenever using select() companion macro FD_SET(), one must ensure that +the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE). +Registering a file descriptor above this limit is not defined (read: this is +a buffer overflow). + +This is not normally exploitable on Linux because FD_SETSIZE equals the +default limit for file descriptors per processes, but should work on BSDs. +Cygwin is also very prone to this problem (but right, we don't use it). As +for Windows, it will overflow if you try to select() more than 64 sockets at +a time (regardless of the total numbers of socket), but for the sake of +simplicity and portability, this patch actually prevent opening more than +64 sockets at all. + +There are still quite a bunch of plugins that needs fixing. + +------------------------------------------------------------------------ +r15378 | jpsaman | 2006-04-27 21:31:20 +0200 (Thu, 27 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/misc/rtsp.c + +Fix for VLM commands when 'new test vod mux mp2ts enabled' is used. +------------------------------------------------------------------------ +r15377 | jpsaman | 2006-04-27 21:13:42 +0200 (Thu, 27 Apr 2006) | 1 line +Changed paths: + M /trunk/include/vlc_httpd.h + M /trunk/modules/misc/rtsp.c + M /trunk/src/network/httpd.c + +Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au) +------------------------------------------------------------------------ +r15375 | damienf | 2006-04-27 17:47:53 +0200 (Thu, 27 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dshow/dshow.cpp + +- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29 + +------------------------------------------------------------------------ +r15372 | jpsaman | 2006-04-27 10:14:45 +0200 (Thu, 27 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/codec/x264.c + +Remove whitespace +------------------------------------------------------------------------ +r15371 | jpsaman | 2006-04-27 10:13:50 +0200 (Thu, 27 Apr 2006) | 1 line +Changed paths: + M /trunk/src/stream_output/stream_output.c + +Remove whitespace +------------------------------------------------------------------------ +r15369 | fkuehne | 2006-04-26 23:32:10 +0200 (Wed, 26 Apr 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj + +* forward-port [15368] +------------------------------------------------------------------------ +r15367 | dionoea | 2006-04-26 23:04:47 +0200 (Wed, 26 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/access_filter/timeshift.c + +Add option to force timeshift filter even if access can control pace or pause. +The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ... + +------------------------------------------------------------------------ +r15365 | ipkiss | 2006-04-26 19:59:29 +0200 (Wed, 26 Apr 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/modules/gui/skins2/Modules.am + A /trunk/modules/gui/skins2/commands/cmd_snapshot.cpp + A /trunk/modules/gui/skins2/commands/cmd_snapshot.hpp + M /trunk/modules/gui/skins2/parser/interpreter.cpp + + * skins2: Added the vlc.snapshot() action + +------------------------------------------------------------------------ +r15363 | dionoea | 2006-04-26 11:56:04 +0200 (Wed, 26 Apr 2006) | 2 lines +Changed paths: + M /trunk/vlc.win32.nsi.in + +Changes to the default selected options in the installer + +------------------------------------------------------------------------ +r15361 | zorglub | 2006-04-26 10:21:52 +0200 (Wed, 26 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp + +Oh look ! Bananas ! + +------------------------------------------------------------------------ +r15359 | asmax | 2006-04-25 19:25:02 +0200 (Tue, 25 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/src/top_window.cpp + +* top_window.cpp: stupid bug... + +------------------------------------------------------------------------ +r15357 | bigben | 2006-04-25 18:47:56 +0200 (Tue, 25 Apr 2006) | 5 lines +Changed paths: + M /trunk/configure.ac + M /trunk/modules/misc/screensaver.c + M /trunk/src/interface/interface.c + +* screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command +* interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available. + + + +------------------------------------------------------------------------ +r15355 | zorglub | 2006-04-25 12:17:57 +0200 (Tue, 25 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/Modules.am + A /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm + M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp + +Add edit button for VLM (Closes:#530) + +------------------------------------------------------------------------ +r15353 | ipkiss | 2006-04-24 23:57:04 +0200 (Mon, 24 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/parser/interpreter.cpp + + * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;" + +------------------------------------------------------------------------ +r15352 | fkuehne | 2006-04-24 23:04:54 +0200 (Mon, 24 Apr 2006) | 1 line +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* add --enable-pic to x264's configure on PPC as well and check out the latest revisions again +------------------------------------------------------------------------ +r15350 | dionoea | 2006-04-24 21:41:04 +0200 (Mon, 24 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/shoutcast.c + +Some more cleaning + +------------------------------------------------------------------------ +r15349 | xtophe | 2006-04-24 20:29:14 +0200 (Mon, 24 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/shoutcast.c + +shoutcast.c: Memleak hunt. + +------------------------------------------------------------------------ +r15348 | sam | 2006-04-24 10:53:26 +0200 (Mon, 24 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/video_output/caca.c + + * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1. + +------------------------------------------------------------------------ +r15347 | dionoea | 2006-04-24 02:25:25 +0200 (Mon, 24 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp + + * Handle submodules correctly in the prefs (so we can enable/disable them). + * Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout') + +------------------------------------------------------------------------ +r15346 | dionoea | 2006-04-24 00:53:40 +0200 (Mon, 24 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/shoutcast.c + M /trunk/modules/services_discovery/shout.c + +Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :) + +------------------------------------------------------------------------ +r15345 | dionoea | 2006-04-24 00:52:35 +0200 (Mon, 24 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces. + +------------------------------------------------------------------------ +r15344 | dionoea | 2006-04-23 23:17:51 +0200 (Sun, 23 Apr 2006) | 3 lines +Changed paths: + M /trunk/configure.ac + M /trunk/vlc.win32.nsi.in + +Don't remove files added by user when uninstalling +Fix #525 / Fixes #525 + +------------------------------------------------------------------------ +r15342 | bigben | 2006-04-23 22:31:06 +0200 (Sun, 23 Apr 2006) | 5 lines +Changed paths: + M /trunk/modules/misc/screensaver.c + +* Support for gnome-screensaver +* We should test if the command is in the path before trying to launch it +* Anyway, system is dirty, we should use dbus, at least for gnome-screensaver + + +------------------------------------------------------------------------ +r15341 | djc | 2006-04-23 22:11:23 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access_output/file.c + +Add %T modifier to filename refs: #561 + +------------------------------------------------------------------------ +r15336 | courmisch | 2006-04-23 17:56:41 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/po/ru.po + +Partially updated russian localization by Pavlov Konstantin + +------------------------------------------------------------------------ +r15334 | courmisch | 2006-04-23 16:41:48 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/tls.c + +Doxygenization + +------------------------------------------------------------------------ +r15333 | bigben | 2006-04-23 16:37:54 +0200 (Sun, 23 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/video_output/x11/xcommon.c + +* bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven't caught) +* Endianness fix for RV15 and RV16 (mostly used for x11) + + +------------------------------------------------------------------------ +r15332 | courmisch | 2006-04-23 16:34:44 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +Use Doxygen syntax for comments + +------------------------------------------------------------------------ +r15331 | courmisch | 2006-04-23 16:05:03 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/po/en_GB.po + +British translation l10n update + +------------------------------------------------------------------------ +r15330 | courmisch | 2006-04-23 16:00:23 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access_output/http.c + +Add missing white space + +------------------------------------------------------------------------ +r15329 | courmisch | 2006-04-23 15:59:33 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access_output/http.c + +Remove extra white space + +------------------------------------------------------------------------ +r15327 | courmisch | 2006-04-23 15:54:30 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +Fix a grammar mistake + +------------------------------------------------------------------------ +r15326 | bigben | 2006-04-23 15:51:04 +0200 (Sun, 23 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/video_output/opengl.c + +* Try to fix endianness in the opengl output on unixes +* RV32 works, I'm not sure of the masks for RV24 and RV16 + + +------------------------------------------------------------------------ +r15325 | sam | 2006-04-23 15:41:42 +0200 (Sun, 23 Apr 2006) | 3 lines +Changed paths: + M /trunk/src/video_output/video_output.c + + * src/video_output/video_output.c: 4th (and good) attempt at fixing mask + shifts. Thanks to bigben for testing. + +------------------------------------------------------------------------ +r15323 | sam | 2006-04-23 15:21:42 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/video_output/video_output.c + + * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on. + +------------------------------------------------------------------------ +r15322 | sam | 2006-04-23 15:15:12 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_video.h + + * Argh, I didn't mean to commit that. Fixed my previous commit (mask types). + +------------------------------------------------------------------------ +r15321 | sam | 2006-04-23 15:13:40 +0200 (Sun, 23 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_video.h + + * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions. + +------------------------------------------------------------------------ +r15316 | asmax | 2006-04-23 01:16:20 +0200 (Sun, 23 Apr 2006) | 6 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_video.cpp + M /trunk/modules/gui/skins2/controls/ctrl_video.hpp + M /trunk/modules/gui/skins2/src/generic_layout.cpp + M /trunk/modules/gui/skins2/src/generic_layout.hpp + M /trunk/modules/gui/skins2/src/top_window.cpp + M /trunk/modules/gui/skins2/src/top_window.hpp + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vout_window.cpp + +* all: new handling of vout controls to allow serveral layouts/windows + with a vout (if only one is visible at the same time) + A callback is now called when a layout becomes visible or hidden. + The vout window is still not reparented correctly if the layout + is changed while a video is being played... + +------------------------------------------------------------------------ +r15312 | fkuehne | 2006-04-23 00:06:39 +0200 (Sun, 23 Apr 2006) | 1 line +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* forward-port [15311] +------------------------------------------------------------------------ +r15309 | dionoea | 2006-04-22 23:06:41 +0200 (Sat, 22 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/demux/playlist/shoutcast.c + M /trunk/modules/services_discovery/shout.c + + * shout.c : change playlist layout (remove 1 node) + * shoutcast.c : remove "debug" printf + +------------------------------------------------------------------------ +r15301 | dionoea | 2006-04-22 18:39:04 +0200 (Sat, 22 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/demux/playlist/Modules.am + M /trunk/modules/demux/playlist/playlist.c + M /trunk/modules/demux/playlist/playlist.h + A /trunk/modules/demux/playlist/shoutcast.c + M /trunk/modules/services_discovery/shout.c + +Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon. + +Ref #640. + +------------------------------------------------------------------------ +r15300 | zorglub | 2006-04-22 13:28:39 +0200 (Sat, 22 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/doc/Doxyfile + +Use search engine + +------------------------------------------------------------------------ +r15297 | xtophe | 2006-04-22 01:48:53 +0200 (Sat, 22 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/httpd.c + +Fix error pages + +------------------------------------------------------------------------ +r15296 | xtophe | 2006-04-21 23:33:39 +0200 (Fri, 21 Apr 2006) | 2 lines +Changed paths: + M /trunk/debian/control + M /trunk/debian/rules + +debian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on the nightlies. feel free to revert. + +------------------------------------------------------------------------ +r15295 | xtophe | 2006-04-21 23:28:36 +0200 (Fri, 21 Apr 2006) | 2 lines +Changed paths: + M /trunk/debian/control + M /trunk/debian/rules + +debian/*: temporarely disable the xosd plugin + +------------------------------------------------------------------------ +r15292 | fkuehne | 2006-04-20 22:32:14 +0200 (Thu, 20 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/about.m + +* show the svn-revision only if it isn't 'exported' +------------------------------------------------------------------------ +r15291 | damienf | 2006-04-20 18:25:53 +0200 (Thu, 20 Apr 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +- fix for shared libvlc and unicows for win32 builds + +------------------------------------------------------------------------ +r15290 | courmisch | 2006-04-20 18:15:15 +0200 (Thu, 20 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fix overflow on UTF-16 strings with an odd characters length + +------------------------------------------------------------------------ +r15289 | dionoea | 2006-04-20 01:30:20 +0200 (Thu, 20 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/rpn.c + +Hackish fix for 'TITLE' vlc_meta_get + +------------------------------------------------------------------------ +r15287 | bigben | 2006-04-19 22:33:22 +0200 (Wed, 19 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/vout.m + +* Fix always on top when exiting fullscreen + + +------------------------------------------------------------------------ +r15286 | fkuehne | 2006-04-19 18:25:01 +0200 (Wed, 19 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/intf.m + +* quickly forward-port the previous commit so joneskoo can test it +------------------------------------------------------------------------ +r15279 | littlejohn | 2006-04-19 15:51:59 +0200 (Wed, 19 Apr 2006) | 3 lines +Changed paths: + M /trunk/src/control/playlist.c + +delete item added in playlist control + + +------------------------------------------------------------------------ +r15275 | damienf | 2006-04-19 12:13:07 +0200 (Wed, 19 Apr 2006) | 2 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/Makefile.am + +- added 'VLC Plugin.plugin' in MacOS X Disk image + +------------------------------------------------------------------------ +r15271 | zorglub | 2006-04-18 23:48:37 +0200 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/doc/skins/skins2-howto.xml + +Update skins doc + +------------------------------------------------------------------------ +r15270 | zorglub | 2006-04-18 23:48:34 +0200 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/skins2/parser/interpreter.cpp + +Add a dialogs.playlist() command + +------------------------------------------------------------------------ +r15269 | zorglub | 2006-04-18 23:24:43 +0200 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp + M /trunk/modules/gui/skins2/parser/interpreter.cpp + M /trunk/modules/gui/skins2/src/dialogs.cpp + M /trunk/modules/gui/skins2/src/dialogs.hpp + +Add dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands + +------------------------------------------------------------------------ +r15268 | zorglub | 2006-04-18 23:24:42 +0200 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vlcproc.hpp + +Add vlc.hasAudio variable + +------------------------------------------------------------------------ +r15267 | zorglub | 2006-04-18 23:24:38 +0200 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/wxwidgets/menus.cpp + +Fix refcount bug + +------------------------------------------------------------------------ +r15266 | zorglub | 2006-04-18 23:24:36 +0200 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java + M /trunk/include/vlc_interface.h + M /trunk/modules/gui/wxwidgets/dialogs.cpp + M /trunk/modules/gui/wxwidgets/interface.hpp + M /trunk/modules/gui/wxwidgets/menus.cpp + +Add separate audio and video popup menus + +------------------------------------------------------------------------ +r15265 | damienf | 2006-04-18 23:14:38 +0200 (Tue, 18 Apr 2006) | 4 lines +Changed paths: + M /trunk/configure.ac + M /trunk/mozilla/support/npunix.c + M /trunk/mozilla/vlcruntime.cpp + +- fix UNIX X11 build for plugin +- give myself some credit +- removed unnecessary PLUGIN_TO_HOST_GLUE macro + +------------------------------------------------------------------------ +r15264 | zorglub | 2006-04-18 19:50:42 +0200 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/skins2/parser/interpreter.cpp + +Make sure we hide the skins playlist + +------------------------------------------------------------------------ +r15263 | dionoea | 2006-04-18 00:52:57 +0200 (Tue, 18 Apr 2006) | 6 lines +Changed paths: + M /trunk/modules/control/http/rpn.c + +Add vlc_get_meta function. Argument can be: +'ARTIST' -> gets the artist +'TITLE' -> gets the title +'ALBUM' -> gets the album name +'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable. + +------------------------------------------------------------------------ +r15262 | zorglub | 2006-04-17 23:36:36 +0200 (Mon, 17 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/skins2/parser/interpreter.cpp + M /trunk/modules/gui/skins2/src/vlcproc.cpp + +Add todo + +------------------------------------------------------------------------ +r15261 | zorglub | 2006-04-17 23:28:30 +0200 (Mon, 17 Apr 2006) | 4 lines +Changed paths: + M /trunk + M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp + M /trunk/modules/gui/skins2/parser/interpreter.cpp + M /trunk/modules/gui/skins2/src/dialogs.cpp + M /trunk/modules/gui/skins2/src/dialogs.hpp + M /trunk/modules/gui/skins2/src/skin_main.cpp + +Add a (default enabled) skinned-playlist option + +It will show the dialogs provider playlist instead of the "playlist_window" window + +------------------------------------------------------------------------ +r15260 | fkuehne | 2006-04-17 19:15:43 +0200 (Mon, 17 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/open.cpp + +* revert 2 hacky compilation fixes which were accidentelly committed in [15259] +------------------------------------------------------------------------ +r15259 | fkuehne | 2006-04-17 19:10:12 +0200 (Mon, 17 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/open.cpp + +* mark some buggy strings as pointed out by Mathias C. Berens +------------------------------------------------------------------------ +r15257 | asmax | 2006-04-17 19:03:55 +0200 (Mon, 17 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/src/ini_file.cpp + M /trunk/share/skins2/winamp2.xml + +* all: convert keys in INI files to lower case, to fix buggy winamp2 skins + +------------------------------------------------------------------------ +r15255 | asmax | 2006-04-17 18:29:34 +0200 (Mon, 17 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/audio_output/jack.c + +* jack.c: fixed non-stereo audio streams + +------------------------------------------------------------------------ +r15253 | asmax | 2006-04-17 17:56:21 +0200 (Mon, 17 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp + +* ctrl_checkbox: fixed initial image of checkbox + +------------------------------------------------------------------------ +r15251 | ipkiss | 2006-04-17 17:26:53 +0200 (Mon, 17 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + + * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug + +------------------------------------------------------------------------ +r15250 | ipkiss | 2006-04-17 17:23:13 +0200 (Mon, 17 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + + * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using it... + This fixes random freezes when loading skins with a PlayTree control on Windows, and probably some crashes as well. + +------------------------------------------------------------------------ +r15248 | asmax | 2006-04-17 14:46:51 +0200 (Mon, 17 Apr 2006) | 9 lines +Changed paths: + M /trunk/modules/gui/skins2/Modules.am + M /trunk/modules/gui/skins2/parser/builder.cpp + M /trunk/modules/gui/skins2/parser/builder.hpp + M /trunk/modules/gui/skins2/parser/builder_data.def + M /trunk/modules/gui/skins2/parser/builder_data.hpp + M /trunk/modules/gui/skins2/parser/interpreter.cpp + M /trunk/modules/gui/skins2/parser/interpreter.hpp + M /trunk/modules/gui/skins2/parser/skin_parser.cpp + M /trunk/modules/gui/skins2/parser/skin_parser.hpp + M /trunk/modules/gui/skins2/src/file_bitmap.cpp + A /trunk/modules/gui/skins2/src/ini_file.cpp + A /trunk/modules/gui/skins2/src/ini_file.hpp + M /trunk/modules/gui/skins2/src/var_manager.cpp + M /trunk/modules/gui/skins2/src/var_manager.hpp + M /trunk/modules/gui/skins2/utils/var_text.cpp + M /trunk/modules/gui/skins2/utils/var_text.hpp + M /trunk/share/skins2/skin.dtd + M /trunk/share/skins2/winamp2.xml + +* all: added a INI file parser in skins2. For instance if the file + with id "pledit" (defined in the new tag "" contains: + [Text] + Normal=#FFFFFF + it will create a constant "pledit.Text.Normal" with value "#FFFFFF" +* winamp2.xml: use the "pledit.txt" file to have correct playlist colors + +is it ok to backport in 0.8.5 ? + +------------------------------------------------------------------------ +r15246 | fkuehne | 2006-04-16 17:59:33 +0200 (Sun, 16 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/sfilters.m + +* removed instability warning, which was introduced for the 0.8.5 betas +------------------------------------------------------------------------ +r15244 | dionoea | 2006-04-16 00:33:27 +0200 (Sun, 16 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/skins2/skin.dtd + +Fix dtd (a Layout can have more than one groups) + +------------------------------------------------------------------------ +r15243 | jpsaman | 2006-04-16 00:21:18 +0200 (Sun, 16 Apr 2006) | 1 line +Changed paths: + M /trunk/mozilla/support/npunix.c + +Fix compilation on FC3 linux for mozilla plugin. +------------------------------------------------------------------------ +r15240 | asmax | 2006-04-15 18:18:59 +0200 (Sat, 15 Apr 2006) | 4 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vlcproc.hpp + M /trunk/modules/gui/skins2/utils/var_text.cpp + M /trunk/share/skins2/winamp2.xml + M /trunk/src/input/es_out.c + M /trunk/src/input/input.c + +* all: added a new skin text variable "$S" to get the audio sample rate + (in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate. +* winamp2.xml: updated the winamp2 skin + +------------------------------------------------------------------------ +r15239 | dionoea | 2006-04-15 18:06:47 +0200 (Sat, 15 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/input + +Comment subtitles related stuff (since it isn't coded yet) + +------------------------------------------------------------------------ +r15237 | dionoea | 2006-04-15 17:58:24 +0200 (Sat, 15 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/http/requests/status.xml + +rpn magic to remove slashes from the playlist item's name + +------------------------------------------------------------------------ +r15236 | dionoea | 2006-04-15 17:48:44 +0200 (Sat, 15 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + +Fix interface in regards to [15116]. + +------------------------------------------------------------------------ +r15234 | courmisch | 2006-04-15 16:18:13 +0200 (Sat, 15 Apr 2006) | 4 lines +Changed paths: + M /trunk/src/libvlc.c + M /trunk/src/libvlc.h + +Do not provide a broken language option on Linux and similar OSes +where the user normally use LANG, LANGUAGE, etc to define his/her +language(s). It didn't work anyway (refs #638). + +------------------------------------------------------------------------ +r15233 | damienf | 2006-04-15 15:48:34 +0200 (Sat, 15 Apr 2006) | 2 lines +Changed paths: + M /trunk/mozilla/support/npunix.c + M /trunk/mozilla/support/npwin.cpp + +- added support for NPRuntime to win32 and unix version of mozilla + +------------------------------------------------------------------------ +r15232 | damienf | 2006-04-15 13:51:45 +0200 (Sat, 15 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings + M /trunk/extras/MacOSX/plugin/Info.plist + M /trunk/modules/gui/macosx/voutqt.m + M /trunk/mozilla/Makefile.am + M /trunk/mozilla/support/npmac.cpp + M /trunk/mozilla/vlc.r + M /trunk/mozilla/vlcpeer.h + M /trunk/mozilla/vlcplugin.cpp + M /trunk/mozilla/vlcplugin.h + A /trunk/mozilla/vlcruntime.cpp + A /trunk/mozilla/vlcruntime.h + M /trunk/mozilla/vlcshell.cpp + +- the resurected mozilla plugin for Safari/Firefox on MacOS X + +------------------------------------------------------------------------ +r15230 | dionoea | 2006-04-15 02:51:53 +0200 (Sat, 15 Apr 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + +Add missing itemimage attribute to playtree doc + +------------------------------------------------------------------------ +r15229 | hartman | 2006-04-15 02:07:09 +0200 (Sat, 15 Apr 2006) | 6 lines +Changed paths: + M /trunk/modules/demux/ts.c + +* Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large (1MB) header in front of it. + I tried adding the info in the header to meta, but the existing documention seems incorrect or at least incomplete. Instead we just accept the start of the header as identifying a MPEG-TS file, and skipping the header. + + BTW this header is again an example of very bad format design. It is using fixed length strings, for which the used buffers clearly are not null'ed before written with new information. As such i was able to determine which programs were running before this program was recorded :D + Also a PID printed to a field was clearly not printed to null'ed memory, causing an invalid (too high) PID number to be in the field. You'd think the least someone could do when designing something like this, would be to analyze a hexdump of your own custom header. + +------------------------------------------------------------------------ +r15228 | courmisch | 2006-04-14 19:37:06 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/avi/avi.c + +Fix missing #include + +------------------------------------------------------------------------ +r15227 | courmisch | 2006-04-14 19:31:27 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + +Same as previous commit (refs #581) + +------------------------------------------------------------------------ +r15226 | courmisch | 2006-04-14 19:28:24 +0200 (Fri, 14 Apr 2006) | 3 lines +Changed paths: + M /trunk/src/libvlc.c + +Do not alter LC_NUMERIC (refs #581). +*** NOT MEANT FOR BACKPORTING *** + +------------------------------------------------------------------------ +r15223 | dionoea | 2006-04-14 18:47:23 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/hotkeys.c + +Prevent some segfaults when using hotkeys with no vout + +------------------------------------------------------------------------ +r15222 | hartman | 2006-04-14 17:16:23 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/vout.m + +* Fix a crash in the MacOS X vout if p_real_vout isn't available yet. + +------------------------------------------------------------------------ +r15221 | zorglub | 2006-04-14 16:25:26 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/test/native/i18n.c + M /trunk/test/native/init.c + M /trunk/test/native/libvlc.c + M /trunk/test/native/stats.c + A /trunk/test/native/tests.h + M /trunk/test/native/url.c + M /trunk/test/setup.py + +Clean-up test + +------------------------------------------------------------------------ +r15220 | zorglub | 2006-04-14 16:16:46 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + A /trunk/test/NativeI18NTest.py + M /trunk/test/NativeLibvlcTest.py + M /trunk/test/NativeStatsTest.py + A /trunk/test/NativeURLTest.py + D /trunk/test/libvlc_sample.c + A /trunk/test/native/i18n.c + A /trunk/test/native/init.c + M /trunk/test/native/libvlc.c + M /trunk/test/native/stats.c + A /trunk/test/native/url.c + M /trunk/test/pyunit.h + M /trunk/test/setup.py + M /trunk/test/test.sh + +Add I18N and URL tests in test/ + +------------------------------------------------------------------------ +r15218 | bigben | 2006-04-14 15:22:44 +0200 (Fri, 14 Apr 2006) | 3 lines +Changed paths: + M /trunk/configure.ac + +* What is the point in having a detection for libvc1 if we don't have a libvc1 module ? Moreover, that prevents jlj's patch with the module from applying. + + +------------------------------------------------------------------------ +r15216 | massiot | 2006-04-14 14:38:22 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/pvr/pvr.c + + * modules/access/pvr/pvr.c: Be compatible with both old and new kernels. + +------------------------------------------------------------------------ +r15214 | bigben | 2006-04-14 14:30:40 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/loader/module.c + +* Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too + +------------------------------------------------------------------------ +r15212 | zorglub | 2006-04-14 14:09:26 +0200 (Fri, 14 Apr 2006) | 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 + +Bump version numbers + +------------------------------------------------------------------------ +r15210 | xtophe | 2006-04-14 13:42:49 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/po/zh_CN.po + +Update Chinese translation by Wei Mingzhi. + +------------------------------------------------------------------------ +r15209 | zorglub | 2006-04-14 11:37:39 +0200 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access_filter/timeshift.c + M /trunk/modules/audio_filter/equalizer.c + M /trunk/modules/demux/playlist/playlist.c + M /trunk/modules/gui/macosx/extended.m + M /trunk/modules/gui/skins2/src/skin_main.cpp + M /trunk/modules/misc/freetype.c + M /trunk/modules/misc/growl.c + M /trunk/modules/misc/rtsp.c + M /trunk/modules/misc/win32text.c + M /trunk/modules/mux/mpeg/ts.c + M /trunk/modules/services_discovery/shout.c + +Strings + +------------------------------------------------------------------------ +r15206 | fkuehne | 2006-04-13 20:51:38 +0200 (Thu, 13 Apr 2006) | 1 line +Changed paths: + M /trunk/configure.ac + +* fixed 2 minor typos +------------------------------------------------------------------------ +r15205 | fkuehne | 2006-04-13 20:51:16 +0200 (Thu, 13 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/intf.h + M /trunk/modules/gui/macosx/intf.m + +* implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX. +------------------------------------------------------------------------ +r15204 | massiot | 2006-04-13 20:32:12 +0200 (Thu, 13 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/access/pvr/pvr.c + + * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now + you are supposed to pass frequency * 16000 instead of frequency * 16. + This is sooo coherent. + +------------------------------------------------------------------------ +r15203 | hartman | 2006-04-13 16:47:20 +0200 (Thu, 13 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/mp4/libmp4.c + M /trunk/modules/demux/nsv.c + M /trunk/modules/stream_out/rtp.c + M /trunk/src/video_output/vout_subpictures.c + +* Revert the unintentially committed files of [15202] + +------------------------------------------------------------------------ +r15202 | hartman | 2006-04-13 16:43:40 +0200 (Thu, 13 Apr 2006) | 1 line +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/modules/demux/mp4/libmp4.c + M /trunk/modules/demux/nsv.c + M /trunk/modules/stream_out/rtp.c + M /trunk/src/video_output/vout_subpictures.c + +* Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620 +------------------------------------------------------------------------ +r15201 | hartman | 2006-04-13 16:12:20 +0200 (Thu, 13 Apr 2006) | 4 lines +Changed paths: + M /trunk/include/vlc_video.h + M /trunk/modules/misc/freetype.c + M /trunk/src/video_output/vout_subpictures.c + +* Fix subtitle alignment if we don't have styles. fixes #619 + +I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me. + +------------------------------------------------------------------------ +r15200 | dionoea | 2006-04-13 15:49:45 +0200 (Thu, 13 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + M /trunk/share/http/js/vlm.js + +URL encode fix + +------------------------------------------------------------------------ +r15199 | zorglub | 2006-04-13 11:04:34 +0200 (Thu, 13 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/x264.c + M /trunk/modules/demux/mod.c + M /trunk/modules/gui/macosx/equalizer.m + M /trunk/modules/misc/freetype.c + M /trunk/modules/misc/msn.c + M /trunk/modules/stream_out/standard.c + M /trunk/modules/video_filter/mosaic.c + M /trunk/modules/video_filter/motiondetect.c + M /trunk/modules/video_filter/osdmenu.c + +String stuff + +------------------------------------------------------------------------ +r15198 | xtophe | 2006-04-13 10:31:33 +0200 (Thu, 13 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/packages.mak + +Really fix xml url + +------------------------------------------------------------------------ +r15197 | xtophe | 2006-04-13 00:31:19 +0200 (Thu, 13 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/packages.mak + +Fix libxml url. + +------------------------------------------------------------------------ +r15196 | xtophe | 2006-04-12 23:56:41 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Makefile.am: Fix for introduction of vlc.win32.nsi.in + +------------------------------------------------------------------------ +r15195 | xtophe | 2006-04-12 23:22:51 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/macro.c + +*macro.c: Get the name correctly + +------------------------------------------------------------------------ +r15194 | courmisch | 2006-04-12 21:25:59 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/io.c + +Set close-on-exec flag on sockets so that we don't pass them to CGI scripts + +------------------------------------------------------------------------ +r15193 | courmisch | 2006-04-12 19:27:31 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/configure.ac + +xvideo X.Org 7 detection fix by Pavlov Konstantin + +------------------------------------------------------------------------ +r15192 | fkuehne | 2006-04-12 18:54:42 +0200 (Wed, 12 Apr 2006) | 1 line +Changed paths: + M /trunk/Makefile.am + +* be a bit more verbose when creating the disk-image +------------------------------------------------------------------------ +r15191 | fkuehne | 2006-04-12 18:40:47 +0200 (Wed, 12 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/wizard.m + +* fix streaming. This section and a few others need to and will be re-written after 0.8.5 +------------------------------------------------------------------------ +r15190 | fkuehne | 2006-04-12 18:27:30 +0200 (Wed, 12 Apr 2006) | 1 line +Changed paths: + M /trunk/po/de.po + +* first update of the German translation by Mathias C. Berens | welcome-soft and myself. More to come. +------------------------------------------------------------------------ +r15189 | massiot | 2006-04-12 16:26:21 +0200 (Wed, 12 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/control/http/macro.c + + * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for + backwards compatibility with the old http intf (anyway MVLC_ADD is + obsoleted by RPN function playlist_add). + +------------------------------------------------------------------------ +r15188 | zorglub | 2006-04-12 15:03:37 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/configure.ac + D /trunk/vlc.win32.nsi + A /trunk/vlc.win32.nsi.in (from /trunk/vlc.win32.nsi:15184) + +Ship libvlc.dll in installer if built in shared mode + +------------------------------------------------------------------------ +r15187 | zorglub | 2006-04-12 13:43:33 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Package fix + +------------------------------------------------------------------------ +r15186 | zorglub | 2006-04-12 12:22:55 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + D /trunk/share/http/old/favicon.ico + +Remove useless favicon (Refs:#634) + +------------------------------------------------------------------------ +r15185 | zorglub | 2006-04-12 12:22:19 +0200 (Wed, 12 Apr 2006) | 4 lines +Changed paths: + M /trunk/share/Makefile.am + +Don't ship default skin (Refs:#634) + +If you think playtree is not ready yet, yell :) + +------------------------------------------------------------------------ +r15184 | zorglub | 2006-04-12 10:13:14 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + +Document (Closes:#611) + +------------------------------------------------------------------------ +r15183 | dionoea | 2006-04-12 01:56:54 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/configuration.c + +"too"!=2=="two" + +------------------------------------------------------------------------ +r15182 | dionoea | 2006-04-12 01:51:21 +0200 (Wed, 12 Apr 2006) | 9 lines +Changed paths: + M /trunk/src/misc/configuration.c + +Fix indentation. + +I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop). +Small illustration: +./vlc -vvv -I dummy input.ts --color +All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments. +Help would be appreciated. +(I've already had reports of other people having the same kind of issues) + +------------------------------------------------------------------------ +r15181 | hartman | 2006-04-12 00:09:20 +0200 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/flac.c + +* make the flac decoder errors less annoying. some are warns, some are err's. + +------------------------------------------------------------------------ +r15180 | courmisch | 2006-04-11 18:35:42 +0200 (Tue, 11 Apr 2006) | 3 lines +Changed paths: + M /trunk/configure.ac + +Link some additionnal plugins against the math library +Report and fix from Pavlov Konstantin ?\226?\128?\156thresh?\226?\128?\157 + +------------------------------------------------------------------------ +r15179 | courmisch | 2006-04-11 18:24:46 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/macro.c + M /trunk/modules/control/http/rpn.c + +Restores [13132] back - break the new interface again + +------------------------------------------------------------------------ +r15178 | courmisch | 2006-04-11 18:18:39 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/strings.c + M /trunk/src/test/url.c + +Lalala + +------------------------------------------------------------------------ +r15177 | courmisch | 2006-04-11 17:59:43 +0200 (Tue, 11 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/control/http/macro.c + M /trunk/modules/control/http/rpn.c + +Revert [15132]: +- Fix HTTPd crash +- Break the old interface again + +------------------------------------------------------------------------ +r15176 | courmisch | 2006-04-11 17:52:29 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/test/url.c + +Even more tests + +------------------------------------------------------------------------ +r15175 | courmisch | 2006-04-11 17:47:52 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/test/url.c + +Additionnal unit test for decode_URI + +------------------------------------------------------------------------ +r15174 | courmisch | 2006-04-11 17:26:28 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/tcp.c + +Fix missing initializer warning + +------------------------------------------------------------------------ +r15173 | zorglub | 2006-04-11 15:57:01 +0200 (Tue, 11 Apr 2006) | 5 lines +Changed paths: + M /trunk/po/sv.po + +Update of swedish translation by Daniel Nylander. +Thanks. + +For those wondering, this *is* swedish. + +------------------------------------------------------------------------ +r15172 | zorglub | 2006-04-11 15:17:20 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dshow/dshow.cpp + M /trunk/modules/access_output/http.c + M /trunk/modules/audio_filter/converter/dtstofloat32.c + M /trunk/modules/demux/livedotcom.cpp + M /trunk/modules/demux/mod.c + M /trunk/src/libvlc.h + +More strings + +------------------------------------------------------------------------ +r15171 | fkuehne | 2006-04-11 15:05:50 +0200 (Tue, 11 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/audio_filter/param_eq.c + +* replaced NULL with empty strings when providing no help for an option +------------------------------------------------------------------------ +r15170 | fkuehne | 2006-04-11 14:37:47 +0200 (Tue, 11 Apr 2006) | 5 lines +Changed paths: + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/prefs.m + +intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning + * be a bit nicer and return @"" instead of NULL strings + - this fixes the display of certain modules in the preferences such as the parametric equaliser + +prefs.m: * removed 2 unused variables +------------------------------------------------------------------------ +r15169 | zorglub | 2006-04-11 11:27:46 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/http.c + M /trunk/modules/access/pvr/pvr.c + M /trunk/modules/audio_filter/param_eq.c + M /trunk/modules/codec/x264.c + M /trunk/modules/control/netsync.c + M /trunk/modules/demux/livedotcom.cpp + M /trunk/src/libvlc.h + +String fixes + +------------------------------------------------------------------------ +r15167 | damienf | 2006-04-11 01:55:28 +0200 (Tue, 11 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +- fixed faad2 libtool so that shared library is properly built for MacOS X + +------------------------------------------------------------------------ +r15164 | hartman | 2006-04-10 23:32:26 +0200 (Mon, 10 Apr 2006) | 3 lines +Changed paths: + M /trunk/configure.ac + M /trunk/modules/codec/ffmpeg/demux.c + M /trunk/modules/codec/ffmpeg/ffmpeg.c + +* Fix ffmpeg libavformat linkage when we don't use --with-ffmpeg-tree (this fixes Flash playback) +* Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn + +------------------------------------------------------------------------ +r15163 | damienf | 2006-04-10 23:28:43 +0200 (Mon, 10 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/Patches/libpng-osx.patch + +- update darwin/macosx patch for libpng-1.2.8 + +------------------------------------------------------------------------ +r15162 | damienf | 2006-04-10 23:09:09 +0200 (Mon, 10 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + D /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch + A /trunk/extras/contrib/src/Patches/libpng-win32.patch + +- update win32 patch for libpng-1.2.8 + +------------------------------------------------------------------------ +r15160 | hartman | 2006-04-10 16:41:23 +0200 (Mon, 10 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/video_output/vout_intf.c + +* Fix 16:9 vs. 16:10 AR and cropping switching on the fly. + +------------------------------------------------------------------------ +r15159 | dionoea | 2006-04-09 23:43:47 +0200 (Sun, 09 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/input/input.c + +Hum, in fact we should remove it altogether since it is already killed in previous function code. + +------------------------------------------------------------------------ +r15158 | dionoea | 2006-04-09 23:38:34 +0200 (Sun, 09 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/input/input.c + +Fix what looks like a type. (someone confirm please) + +------------------------------------------------------------------------ +r15157 | courmisch | 2006-04-09 20:33:22 +0200 (Sun, 09 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + A /trunk/src/test/url.c (from /trunk/src/test/i18n_atof.c:15156) + +Basic unit test for URI decoding + +------------------------------------------------------------------------ +r15154 | asmax | 2006-04-09 16:29:26 +0200 (Sun, 09 Apr 2006) | 3 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/modules/gui/skins2/src/file_bitmap.cpp + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vlcproc.hpp + M /trunk/modules/gui/skins2/utils/ustring.cpp + M /trunk/modules/gui/skins2/utils/ustring.hpp + M /trunk/modules/gui/skins2/utils/var_text.cpp + M /trunk/share/skins2/winamp2.xml + +* all: new skin text variable "$B" to get the stream bitrate +* winamp2.xml: added "kbps" info in winamp skins + +------------------------------------------------------------------------ +r15150 | xtophe | 2006-04-09 01:00:14 +0200 (Sun, 09 Apr 2006) | 2 lines +Changed paths: + M /trunk/po/zh_CN.po + +First Translation update by Wei Mingzhi + +------------------------------------------------------------------------ +r15149 | courmisch | 2006-04-08 23:41:53 +0200 (Sat, 08 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/input/stream.c + +Fix warning + +------------------------------------------------------------------------ +r15145 | dionoea | 2006-04-08 23:04:10 +0200 (Sat, 08 Apr 2006) | 2 lines +Changed paths: + M /trunk/toolbox + +Remove .libs directories when running ./toolbox --distclean + +------------------------------------------------------------------------ +r15144 | dionoea | 2006-04-08 19:25:40 +0200 (Sat, 08 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/packages.mak + +Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing + +------------------------------------------------------------------------ +r15143 | dionoea | 2006-04-08 01:40:17 +0200 (Sat, 08 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Rhaaa + +------------------------------------------------------------------------ +r15142 | dionoea | 2006-04-08 01:38:47 +0200 (Sat, 08 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +3rd try + +------------------------------------------------------------------------ +r15141 | dionoea | 2006-04-08 01:36:46 +0200 (Sat, 08 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Ahem + +------------------------------------------------------------------------ +r15140 | dionoea | 2006-04-08 01:33:31 +0200 (Sat, 08 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/packages.mak + +libdca. untested + +------------------------------------------------------------------------ +r15139 | dionoea | 2006-04-07 23:52:33 +0200 (Fri, 07 Apr 2006) | 3 lines +Changed paths: + M /trunk/src/libvlc.h + M /trunk/src/misc/win32_specific.c + M /trunk/vlc.win32.nsi + +Win32 specific changes: Add --started-from-file option to tell VLC that it was started by clicking on a file (or disc). Add --one-instance-when-started-from-file option to tell VLC to use one instance mode when --started-from-file is used. See replies to r15125 for an explanation. + + +------------------------------------------------------------------------ +r15138 | xtophe | 2006-04-07 23:45:01 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access_filter/record.c + +eliminate non-valid characters only on the name not on the full path (closes #628) + +------------------------------------------------------------------------ +r15137 | xtophe | 2006-04-07 23:14:52 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/msvc/libvlc.dsp.in + M /trunk/msvc/libvlc.vcproj.in + M /trunk/msvc/plugins.dsp.in + M /trunk/msvc/plugins.vcproj.in + M /trunk/msvc/vlc.dsp.in + M /trunk/msvc/vlc.vcproj.in + M /trunk/toolbox + +Don't use char outside ascii in shell script. + +------------------------------------------------------------------------ +r15136 | fkuehne | 2006-04-07 20:38:30 +0200 (Fri, 07 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/bookmarks.m + +* don't free a vlc-object. Thanks to Meuuh for pointing this out. +------------------------------------------------------------------------ +r15135 | massiot | 2006-04-07 19:58:56 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/strings.c + + * src/misc/strings.c: Missing break; in decode_URI(). + +------------------------------------------------------------------------ +r15134 | massiot | 2006-04-07 19:45:35 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/dvbsub.c + + * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer + +------------------------------------------------------------------------ +r15133 | massiot | 2006-04-07 19:20:11 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/dvbsub.c + + * modules/codec/dvbsub.c: add_deprecated -> add_suppressed + +------------------------------------------------------------------------ +r15132 | courmisch | 2006-04-07 19:17:53 +0200 (Fri, 07 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/control/http/macro.c + M /trunk/modules/control/http/rpn.c + +Restore previous URI components decoding instead of unescaping +Should fix the old interface - will most likely break the new one +(in particular try with non-Latin-1 characters) + +------------------------------------------------------------------------ +r15131 | massiot | 2006-04-07 18:42:18 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/dvbsub.c + + * modules/codec/dvbsub.c: Add deprecated option and fix option parsing. + +------------------------------------------------------------------------ +r15130 | massiot | 2006-04-07 18:33:51 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/spudec/parse.c + M /trunk/modules/codec/spudec/spudec.c + M /trunk/modules/codec/spudec/spudec.h + + * modules/codec/spudec: Decreased verbosity. + +------------------------------------------------------------------------ +r15129 | jpsaman | 2006-04-07 17:33:44 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/dvbsub.c + +Remove --sout-dvbsub-timeout flag +it conflicts with DVD SPU. +------------------------------------------------------------------------ +r15128 | massiot | 2006-04-07 15:52:32 +0200 (Fri, 07 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/codec/dvbsub.c + + * modules/codec/dvbsub.c: Fixed a major bug with DVBSUB_PCS_STATE_CHANGE. + Partially reverted [12259] because it implied too many page + recompositions. + +------------------------------------------------------------------------ +r15127 | hartman | 2006-04-07 14:19:01 +0200 (Fri, 07 Apr 2006) | 6 lines +Changed paths: + M /trunk/modules/misc/svg.c + M /trunk/src/libvlc.h + M /trunk/src/video_output/vout_subpictures.c + +* Lower the priority of the SVG renderer +* Make the "text renderer" selectable with --text-renderer +fixes #627 + +Lol, totally forgot to commit this last night :D + +------------------------------------------------------------------------ +r15126 | courmisch | 2006-04-07 12:59:04 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/strings.c + +Oops again + +------------------------------------------------------------------------ +r15125 | dionoea | 2006-04-07 01:02:30 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/vlc.win32.nsi + +Remove --one-instance option from file open targets on win32. people seemed to be frustrated about this behavior change. + +------------------------------------------------------------------------ +r15124 | adn | 2006-04-07 01:00:24 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_config_cat.h + +typo in a string (line 42) + +------------------------------------------------------------------------ +r15123 | dionoea | 2006-04-07 00:41:06 +0200 (Fri, 07 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_osd.h + M /trunk/include/vlc_symbols.h + M /trunk/src/osd/osd_widgets.c + M /trunk/src/video_output/video_text.c + M /trunk/src/video_output/video_widgets.c + +Fix OSD display when vout crop is used (so that every thing stays on the displayed image). + +------------------------------------------------------------------------ +r15122 | hartman | 2006-04-07 00:29:15 +0200 (Fri, 07 Apr 2006) | 3 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + A /trunk/extras/contrib/src/Patches/dirac-osx.patch + +* Fix dirac on PPC. (only compile what we need) + (this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications). + +------------------------------------------------------------------------ +r15121 | courmisch | 2006-04-06 23:20:33 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_symbols.h + M /trunk/include/vlc_url.h + +Oups + +------------------------------------------------------------------------ +r15120 | courmisch | 2006-04-06 22:38:43 +0200 (Thu, 06 Apr 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_symbols.h + M /trunk/include/vlc_url.h + M /trunk/src/misc/strings.c + +- Reimplement URL component decoding separately from URL unescaping +- Replace crap URL escaping with URL encoding, which is what we really need + +------------------------------------------------------------------------ +r15119 | hartman | 2006-04-06 22:04:24 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/bootstrap + +* enable SDK building for Mac PPC contrib. + +------------------------------------------------------------------------ +r15118 | massiot | 2006-04-06 19:54:21 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/asf/libasf.c + M /trunk/modules/demux/asf/libasf.h + M /trunk/modules/demux/m3u.c + M /trunk/modules/demux/mod.c + M /trunk/modules/demux/mpc.c + M /trunk/modules/mux/asf.c + M /trunk/modules/mux/mpeg/pes.c + M /trunk/modules/mux/mpeg/ps.c + M /trunk/modules/packetizer/mpegvideo.c + M /trunk/modules/stream_out/standard.c + M /trunk/src/input/subtitles.c + + * ALL: extention -> extension + +------------------------------------------------------------------------ +r15117 | massiot | 2006-04-06 19:12:32 +0200 (Thu, 06 Apr 2006) | 4 lines +Changed paths: + M /trunk/include/vlc_url.h + + * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid + crashing with strings as simple as "/toto", but all in all the entire + function seems very wrong to me, see the next mail. + +------------------------------------------------------------------------ +r15116 | massiot | 2006-04-06 18:16:02 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/util.c + + * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes. + +------------------------------------------------------------------------ +r15115 | massiot | 2006-04-06 17:53:06 +0200 (Thu, 06 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/codec/png.c + + * modules/codec/png.c: More robust error checking, avoid calling abort() in + case of an invalid file. + +------------------------------------------------------------------------ +r15114 | hartman | 2006-04-06 17:16:05 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +* Only compile cyberlink if --enable-cyberlink is explicitly set by the user. + +------------------------------------------------------------------------ +r15113 | damienf | 2006-04-06 17:09:40 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/activex/vlccontrol.cpp + +- fixed a few return codes from APIs + +------------------------------------------------------------------------ +r15112 | hartman | 2006-04-06 16:46:30 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* Disable cyberlink and expat, the module immediatly crashes. + +------------------------------------------------------------------------ +r15111 | hartman | 2006-04-06 15:50:12 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +* Fix --with-cyberlink-tree when using contrib + +------------------------------------------------------------------------ +r15110 | xtophe | 2006-04-06 11:04:42 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fix if statement + +------------------------------------------------------------------------ +r15109 | zorglub | 2006-04-06 09:36:57 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/lxdialog/lxdialog.c + M /trunk/modules/access/dvb/linux_dvb.c + M /trunk/modules/access/rtsp/real.c + +Fix potential bugs + +------------------------------------------------------------------------ +r15108 | hartman | 2006-04-06 02:57:01 +0200 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* Evil hack to get libFLAC working with SDK building on OSX. + +------------------------------------------------------------------------ +r15107 | hartman | 2006-04-05 23:50:43 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + A /trunk/extras/contrib/src/Patches/gettext-macosx.patch + +* Fix gettext -framework usage. This is needed for SDK support. + +------------------------------------------------------------------------ +r15106 | zorglub | 2006-04-05 23:01:55 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/debian/copyright + M /trunk/extras/valgrind.suppressions + +This commit message is Copyright (C) 2006, Cl?\195?\169ment Stenac. + +------------------------------------------------------------------------ +r15105 | massiot | 2006-04-05 19:17:22 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/httpd.c + + * src/misc/httpd.c: Do not dereference a possibly NULL pointer. + +------------------------------------------------------------------------ +r15104 | fkuehne | 2006-04-05 13:42:47 +0200 (Wed, 05 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/prefs.m + +* don't alloc more capacity than necessary +------------------------------------------------------------------------ +r15103 | fkuehne | 2006-04-05 13:38:53 +0200 (Wed, 05 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/prefs.m + +* fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt +------------------------------------------------------------------------ +r15102 | xtophe | 2006-04-05 11:58:20 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/http.c + +http.c: Fix string. + +------------------------------------------------------------------------ +r15101 | dionoea | 2006-04-05 01:01:11 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.c + +Remove useless code (or its use was really cryptic) + +------------------------------------------------------------------------ +r15100 | damienf | 2006-04-05 00:33:50 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +- compilation fix for unicows on buildbot + +------------------------------------------------------------------------ +r15099 | damienf | 2006-04-05 00:22:39 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +- link vlc.exe with libunicows.a if available + +------------------------------------------------------------------------ +r15098 | damienf | 2006-04-05 00:19:13 +0200 (Wed, 05 Apr 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/packages.mak + +- added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/) + +------------------------------------------------------------------------ +r15097 | dionoea | 2006-04-04 23:21:23 +0200 (Tue, 04 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/skins2/skin.dtd + +Ooops, i forgot to commit this in [14771] + +------------------------------------------------------------------------ +r15096 | fkuehne | 2006-04-04 22:41:44 +0200 (Tue, 04 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/vout.h + M /trunk/modules/gui/macosx/vout.m + +* I should get some sleep now +------------------------------------------------------------------------ +r15095 | fkuehne | 2006-04-04 22:39:52 +0200 (Tue, 04 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/vout.m + +* remove commented ifs o_O +------------------------------------------------------------------------ +r15094 | fkuehne | 2006-04-04 22:33:54 +0200 (Tue, 04 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/vout.m + +* store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast. + +When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done. +------------------------------------------------------------------------ +r15093 | bigben | 2006-04-04 22:18:16 +0200 (Tue, 04 Apr 2006) | 4 lines +Changed paths: + M /trunk/modules/gui/macosx/voutgl.m + +* Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges + + + +------------------------------------------------------------------------ +r15092 | jpsaman | 2006-04-04 22:11:39 +0200 (Tue, 04 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/pda/pda.c + M /trunk/modules/gui/pda/pda_callbacks.c + +Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me. +------------------------------------------------------------------------ +r15091 | bigben | 2006-04-04 22:06:13 +0200 (Tue, 04 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/voutqt.m + +* Implement Aspect ratio change in the QT vout + + +------------------------------------------------------------------------ +r15089 | damienf | 2006-04-04 18:42:01 +0200 (Tue, 04 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dshow/dshow.cpp + +- should fix audio capture for Hauppagge WinTV PVR and other cards + +------------------------------------------------------------------------ +r15087 | dionoea | 2006-04-03 22:35:24 +0200 (Mon, 03 Apr 2006) | 2 lines +Changed paths: + M /trunk/vlc.win32.nsi + +Fix from 0.8.4-test2 forum thread + +------------------------------------------------------------------------ +r15086 | littlejohn | 2006-04-03 20:05:47 +0200 (Mon, 03 Apr 2006) | 3 lines +Changed paths: + M /trunk/bindings/java/SWTUglyPlayer.java + M /trunk/bindings/java/VlcClient.java + M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java + M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java + M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java + M /trunk/bindings/java/org/videolan/jvlc/Playlist.java + M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java + M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java + M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java + M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java + M /trunk/bindings/java/vlc-graphics-jni.cc + M /trunk/bindings/java/vlc-libvlc-jni.cc + +audio / video libvlc functions binded. + + +------------------------------------------------------------------------ +r15085 | sigmunau | 2006-04-03 18:41:03 +0200 (Mon, 03 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dvb/linux_dvb.c + +linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?) + +------------------------------------------------------------------------ +r15084 | xtophe | 2006-04-03 16:06:19 +0200 (Mon, 03 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/modules.c + +Comple fix + +------------------------------------------------------------------------ +r15083 | xtophe | 2006-04-03 13:43:16 +0200 (Mon, 03 Apr 2006) | 2 lines +Changed paths: + M /trunk/debian/patches/20_no-wx-updates.dpatch + +Sync debian patch with string review + +------------------------------------------------------------------------ +r15082 | courmisch | 2006-04-03 13:39:35 +0200 (Mon, 03 Apr 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_strings.h + M /trunk/include/vlc_symbols.h + M /trunk/include/vlc_url.h + M /trunk/modules/control/http/http.h + M /trunk/modules/control/http/macro.c + M /trunk/modules/control/http/rpn.c + M /trunk/modules/control/http/util.c + M /trunk/modules/demux/playlist/xspf.c + M /trunk/src/misc/strings.c + +- Do not rewrite ?\226?\128?\156+?\226?\128?\157 as a white space when unescaping URL parameters (fixes #625). +- Rename decode_encoded_URI as unescape_URI as it really is what is done. + +------------------------------------------------------------------------ +r15081 | hartman | 2006-04-03 03:39:59 +0200 (Mon, 03 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/codec/subsdec.c + M /trunk/src/misc/charset.c + +* Fix FindFallbackEncoding on Mac OS X. +* More distintinctive debug messages on the selection of charset. + +------------------------------------------------------------------------ +r15080 | damienf | 2006-04-03 01:16:01 +0200 (Mon, 03 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dshow/dshow.cpp + +possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works + +------------------------------------------------------------------------ +r15079 | dionoea | 2006-04-03 00:57:39 +0200 (Mon, 03 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/http/requests/readme + +Add some examples + +------------------------------------------------------------------------ +r15077 | xtophe | 2006-04-02 23:15:18 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/x264.c + +typo + +------------------------------------------------------------------------ +r15076 | xtophe | 2006-04-02 23:06:13 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/x264.c + +x264.c: the string review was a bit too strong here + +------------------------------------------------------------------------ +r15075 | courmisch | 2006-04-02 21:15:30 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/network/acl.c + +Fix warning + +------------------------------------------------------------------------ +r15074 | courmisch | 2006-04-02 21:12:58 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/configuration.h + +Big cleanup and fix hundreds of extra warnings + +------------------------------------------------------------------------ +r15073 | courmisch | 2006-04-02 20:36:51 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +Missing ; + +------------------------------------------------------------------------ +r15072 | damienf | 2006-04-02 20:29:08 +0200 (Sun, 02 Apr 2006) | 4 lines +Changed paths: + M /trunk/activex/axvlc.idl + M /trunk/activex/axvlc.tlb + M /trunk/activex/axvlc_idl.c + M /trunk/activex/axvlc_idl.h + +- make sure help string for propget and propput properties are identical + a couple of changes +- commit output of MIDL compilation otherwise changes don't make it into the build + + +------------------------------------------------------------------------ +r15071 | courmisch | 2006-04-02 19:16:42 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/include/configuration.h + +Forgot memset() to actually fix the problem... shame on me + +------------------------------------------------------------------------ +r15061 | hartman | 2006-04-02 17:00:59 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/subsdec.c + +* Finally found a list of SSA charset id's. Add to the comments. Not used so far. + +------------------------------------------------------------------------ +r15060 | hartman | 2006-04-02 16:49:26 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/mp4/mp4.c + +* Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612 + +------------------------------------------------------------------------ +r15059 | hartman | 2006-04-02 16:28:55 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/spudec/parse.c + +* Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560 + +------------------------------------------------------------------------ +r15058 | fkuehne | 2006-04-02 16:28:18 +0200 (Sun, 02 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/demux/real.c + +* implement DEMUX_GET_LENGTH based upon the stream's meta data +------------------------------------------------------------------------ +r15057 | courmisch | 2006-04-02 15:41:47 +0200 (Sun, 02 Apr 2006) | 3 lines +Changed paths: + M /trunk/include/configuration.h + +- Fix use of undefined (static) memory +- Code factorization + +------------------------------------------------------------------------ +r15056 | courmisch | 2006-04-02 15:34:21 +0200 (Sun, 02 Apr 2006) | 3 lines +Changed paths: + M /trunk/include/configuration.h + M /trunk/include/modules_inner.h + +Fix a few warnings +(struct should be fully initialized) + +------------------------------------------------------------------------ +r15055 | zorglub | 2006-04-02 15:20:55 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/demux/mp4/mp4.c + +Don't crash on null metas + +------------------------------------------------------------------------ +r15054 | courmisch | 2006-04-02 15:12:49 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/charset.c + +Fix warning + +------------------------------------------------------------------------ +r15053 | dionoea | 2006-04-02 14:27:24 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/INSTALL.win32 + +Same as previous commit + +------------------------------------------------------------------------ +r15052 | dionoea | 2006-04-02 14:23:41 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/INSTALL.win32 + +We don't have a cross compiler package anymore (at least not that i know) + +------------------------------------------------------------------------ +r15051 | zorglub | 2006-04-02 14:22:55 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/ChangeLog + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +Update po and changelog + +------------------------------------------------------------------------ +r15050 | fkuehne | 2006-04-02 14:17:20 +0200 (Sun, 02 Apr 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj + +* add XSPF and RM/RAM to the list of openable files (closes #617) +------------------------------------------------------------------------ +r15049 | fkuehne | 2006-04-02 13:45:32 +0200 (Sun, 02 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/extended.m + +* merge most corrections by Steven Sheehy (taken from [15039], refs #438) +------------------------------------------------------------------------ +r15048 | zorglub | 2006-04-02 13:17:53 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/ChangeLog + M /trunk/INSTALL.win32 + M /trunk/NEWS + M /trunk/loader + +Update NEWS, ChangeLog, and INSTALL.win32 + +------------------------------------------------------------------------ +r15047 | zorglub | 2006-04-02 13:11:26 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/activex/axvlc.idl + +2nd activeX review (Refs:#438) + +------------------------------------------------------------------------ +r15046 | zorglub | 2006-04-02 13:02:32 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/activex/axvlc.idl + +ActiveX review by tonsofpcs + +------------------------------------------------------------------------ +r15045 | courmisch | 2006-04-02 11:44:19 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/logger.c + +Remove unused variable + +------------------------------------------------------------------------ +r15044 | zorglub | 2006-04-02 09:58:36 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + M /trunk/modules/gui/wxwidgets/dialogs/open.cpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp + M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp + M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp + M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/streamdata.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +WX Strings review by Steven Sheehy (Refs:#438) + +------------------------------------------------------------------------ +r15043 | xtophe | 2006-04-02 01:29:26 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/Modules.am + +Oups + +------------------------------------------------------------------------ +r15042 | xtophe | 2006-04-02 01:06:11 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/debian/patches/20_no-wx-updates.dpatch + +fix again + +------------------------------------------------------------------------ +r15041 | xtophe | 2006-04-02 00:44:36 +0200 (Sun, 02 Apr 2006) | 2 lines +Changed paths: + M /trunk/debian/patches/20_no-wx-updates.dpatch + +Update debian patch + +------------------------------------------------------------------------ +r15040 | xtophe | 2006-04-01 23:57:41 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +Run update-po and update Spanish translation by Javier Varela. + +------------------------------------------------------------------------ +r15039 | zorglub | 2006-04-01 23:46:33 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/gui/wxwidgets/extrapanel.cpp + +String fixes to extrapanel. Thanks to Steven on IRC + +------------------------------------------------------------------------ +r15032 | xtophe | 2006-04-01 23:38:18 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/extended.m + M /trunk/modules/gui/macosx/interaction.m + M /trunk/modules/gui/macosx/macosx.m + M /trunk/modules/gui/macosx/open.m + M /trunk/modules/gui/macosx/vout.m + M /trunk/modules/gui/macosx/voutgl.m + M /trunk/modules/gui/macosx/voutqt.m + +gui/macos/*: 2nd String Review (refs #438) + +------------------------------------------------------------------------ +r15031 | dionoea | 2006-04-01 22:36:24 +0200 (Sat, 01 Apr 2006) | 3 lines +Changed paths: + M /trunk/configure.ac + +Commit SSE/SSE2 detection fix when VLC is compiled with mingw32. +fix #616/fixes #616 + +------------------------------------------------------------------------ +r15030 | sam | 2006-04-01 22:33:59 +0200 (Sat, 01 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/video_filter/deinterlace.c + + * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX + EXT is available, use pavgusb when 3DNow is available, and nothing instead. + +------------------------------------------------------------------------ +r15029 | dionoea | 2006-04-01 19:28:29 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/vlm.js + +Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png" + +------------------------------------------------------------------------ +r15028 | fkuehne | 2006-04-01 17:12:35 +0200 (Sat, 01 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out. +------------------------------------------------------------------------ +r15027 | fkuehne | 2006-04-01 16:16:10 +0200 (Sat, 01 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + M /trunk/modules/demux/real.c + +* livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn. + Please revert if this breaks something I didn't know about. +* real.c: minor clean up +------------------------------------------------------------------------ +r15026 | fkuehne | 2006-04-01 16:07:46 +0200 (Sat, 01 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/demux/real.c + +* show meta information for real streams (only Title, Author, Copyright, Comment for now) +------------------------------------------------------------------------ +r15025 | fkuehne | 2006-04-01 13:27:40 +0200 (Sat, 01 Apr 2006) | 1 line +Changed paths: + M /trunk/src/control/mediacontrol_audio_video.c + M /trunk/src/control/mediacontrol_core.c + M /trunk/src/control/mediacontrol_init.c + M /trunk/src/control/mediacontrol_plugin.c + M /trunk/src/input/demux.c + M /trunk/src/input/input.c + M /trunk/src/input/stream.c + M /trunk/src/interface/interface.c + M /trunk/src/interface/intf_eject.c + M /trunk/src/misc/configuration.c + M /trunk/src/misc/darwin_specific.m + M /trunk/src/misc/modules.c + M /trunk/src/misc/objects.c + M /trunk/src/misc/stats.c + M /trunk/src/misc/vlm.c + M /trunk/src/network/getaddrinfo.c + M /trunk/src/network/httpd.c + M /trunk/src/network/io.c + M /trunk/src/network/rootwrap.c + M /trunk/src/network/tcp.c + M /trunk/src/network/udp.c + M /trunk/src/osd/osd.c + M /trunk/src/osd/osd_parser.c + M /trunk/src/playlist/item.c + M /trunk/src/playlist/loadsave.c + M /trunk/src/playlist/playlist.c + M /trunk/src/playlist/view.c + M /trunk/src/stream_output/announce.c + M /trunk/src/stream_output/sap.c + M /trunk/src/stream_output/stream_output.c + M /trunk/src/video_output/vout_intf.c + +* 2nd review of /src/* \ libvlc.h (refs #438) +------------------------------------------------------------------------ +r15024 | courmisch | 2006-04-01 13:03:08 +0200 (Sat, 01 Apr 2006) | 3 lines +Changed paths: + M /trunk/modules/control/http/http.c + +- Don't assume builddir = srcdir +- Fix minor memleak + +------------------------------------------------------------------------ +r15023 | littlejohn | 2006-04-01 12:29:32 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/bindings/java/SWTUglyPlayer.java + M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java + M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java + M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java + M /trunk/bindings/java/org/videolan/jvlc/Playlist.java + M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java + M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java + M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java + +Copyright year moved from 2004 to 2006 + +------------------------------------------------------------------------ +r15022 | fkuehne | 2006-04-01 12:10:25 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/wizard.m + +* remove the extension of the input file before adding the new one +* some minor string corrections and output changes +------------------------------------------------------------------------ +r15021 | courmisch | 2006-04-01 10:40:15 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +More useless code - at least at do try to understand what I commit + +------------------------------------------------------------------------ +r15020 | courmisch | 2006-04-01 10:34:48 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fixes are cool when they actually fix something + +------------------------------------------------------------------------ +r15019 | dionoea | 2006-04-01 02:25:58 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/image.c + +Hum, this isn't needed anymore. + +------------------------------------------------------------------------ +r15018 | dionoea | 2006-04-01 02:18:25 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better. + +------------------------------------------------------------------------ +r15017 | xtophe | 2006-04-01 01:30:46 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/dshow/dshow.cpp + +Fix compile + +------------------------------------------------------------------------ +r15016 | xtophe | 2006-04-01 01:07:01 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/access/cdda/access.c + M /trunk/modules/access/cdda/callback.c + M /trunk/modules/access/cdda/cdda.c + M /trunk/modules/access/cdda.c + M /trunk/modules/access/directory.c + M /trunk/modules/access/dshow/crossbar.cpp + M /trunk/modules/access/dshow/dshow.cpp + M /trunk/modules/access/dv.c + M /trunk/modules/access/dvb/access.c + M /trunk/modules/access/dvdnav.c + M /trunk/modules/access/dvdread.c + M /trunk/modules/access/fake.c + M /trunk/modules/access/file.c + M /trunk/modules/access/ftp.c + M /trunk/modules/access/gnomevfs.c + M /trunk/modules/access/http.c + M /trunk/modules/access/mms/mms.c + M /trunk/modules/access/mms/mmsh.c + M /trunk/modules/access/mms/mmstu.c + M /trunk/modules/access/rtsp/access.c + M /trunk/modules/access/screen/screen.c + M /trunk/modules/access/smb.c + M /trunk/modules/access/tcp.c + M /trunk/modules/access/udp.c + M /trunk/modules/access/v4l/v4l.c + M /trunk/modules/access/vcd/vcd.c + +Access/*: Second lecture (refs #438) + +------------------------------------------------------------------------ +r15015 | dionoea | 2006-04-01 00:41:22 +0200 (Sat, 01 Apr 2006) | 3 lines +Changed paths: + M /trunk/src/misc/image.c + +Prevent segfault under windows. We now have to fix the stream_Size function so it works. +(exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: ) + +------------------------------------------------------------------------ +r15014 | ipkiss | 2006-04-01 00:33:45 +0200 (Sat, 01 Apr 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/src/ft2_font.cpp + M /trunk/modules/gui/skins2/src/ft2_font.hpp + + skins2/src/ft2_font.*: s/initalize/initialize/ + +------------------------------------------------------------------------ +r15013 | fkuehne | 2006-04-01 00:23:53 +0200 (Sat, 01 Apr 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/wizard.m + +* do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others +------------------------------------------------------------------------ +r15012 | dionoea | 2006-03-31 23:37:52 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +Libvlc strings 2nd review (Refs:#438) + +------------------------------------------------------------------------ +r15011 | courmisch | 2006-03-31 23:21:49 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/input/subtitles.c + +Probably a fix for crap compilers + +------------------------------------------------------------------------ +r15010 | courmisch | 2006-03-31 23:20:37 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/input/subtitles.c + +Fix an old overflow and two recent bugs introduced by me + +------------------------------------------------------------------------ +r15009 | zorglub | 2006-03-31 21:34:02 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/codec/x264.c + +X264 (Refs:#438) + +------------------------------------------------------------------------ +r15008 | zorglub | 2006-03-31 21:24:33 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp + M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp + M /trunk/modules/gui/skins2/events/evt_mouse.cpp + M /trunk/modules/gui/skins2/events/evt_scroll.cpp + M /trunk/modules/gui/skins2/events/evt_special.cpp + M /trunk/modules/gui/skins2/parser/builder.cpp + M /trunk/modules/gui/skins2/parser/interpreter.cpp + M /trunk/modules/gui/skins2/parser/skin_parser.cpp + M /trunk/modules/gui/skins2/parser/xmlparser.cpp + M /trunk/modules/gui/skins2/src/dialogs.cpp + M /trunk/modules/gui/skins2/src/ft2_font.cpp + M /trunk/modules/gui/skins2/src/generic_layout.cpp + M /trunk/modules/gui/skins2/src/popup.cpp + M /trunk/modules/gui/skins2/src/skin_main.cpp + M /trunk/modules/gui/skins2/src/theme.cpp + M /trunk/modules/gui/skins2/src/theme_loader.cpp + M /trunk/modules/gui/skins2/src/theme_repository.cpp + M /trunk/modules/gui/skins2/src/top_window.cpp + M /trunk/modules/gui/skins2/src/var_manager.cpp + M /trunk/modules/gui/skins2/src/window_manager.cpp + M /trunk/modules/gui/skins2/utils/ustring.cpp + M /trunk/modules/gui/skins2/vars/playtree.cpp + M /trunk/modules/gui/skins2/win32/win32_factory.cpp + M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp + M /trunk/modules/gui/skins2/x11/x11_display.cpp + M /trunk/modules/gui/skins2/x11/x11_graphics.cpp + M /trunk/modules/gui/skins2/x11/x11_loop.cpp + +Skins strings (Refs:#438) + +------------------------------------------------------------------------ +r15007 | xtophe | 2006-03-31 18:46:08 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_config_cat.h + +typo + +------------------------------------------------------------------------ +r15006 | zorglub | 2006-03-31 18:39:23 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/mux/asf.c + M /trunk/modules/mux/mp4.c + M /trunk/modules/mux/mpeg/ps.c + M /trunk/modules/mux/mpeg/ts.c + +Muxers (Refs:#438) + +------------------------------------------------------------------------ +r15005 | xtophe | 2006-03-31 18:28:03 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/mpeg_audio.c + M /trunk/modules/codec/quicktime.c + M /trunk/modules/codec/speex.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/x264.c + +codec 2nd round exept fo x264 (refs #438) + +------------------------------------------------------------------------ +r15004 | zorglub | 2006-03-31 18:24:32 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/packetizer/mpeg4audio.c + +2nd packetizer round (Refs:#438) + +------------------------------------------------------------------------ +r15003 | zorglub | 2006-03-31 18:22:19 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_config_cat.h + M /trunk/modules/visualization/visual/visual.c + +vlc_config_cat.h 2nd round (Refs:#438) + +------------------------------------------------------------------------ +r15002 | fkuehne | 2006-03-31 18:12:31 +0200 (Fri, 31 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/control/telnet.c + M /trunk/modules/video_filter/adjust.c + M /trunk/modules/video_filter/distort.c + M /trunk/modules/video_filter/logo.c + M /trunk/modules/video_filter/marq.c + M /trunk/modules/video_filter/mosaic.c + M /trunk/modules/video_filter/motiondetect.c + M /trunk/modules/video_filter/osdmenu.c + M /trunk/modules/video_filter/rss.c + M /trunk/modules/video_filter/time.c + M /trunk/modules/video_output/aa.c + M /trunk/modules/video_output/directx/directx.c + M /trunk/modules/video_output/directx/events.c + M /trunk/modules/video_output/directx/glwin32.c + M /trunk/modules/video_output/ggi.c + M /trunk/modules/video_output/opengl.c + M /trunk/modules/video_output/qte/qte.cpp + M /trunk/modules/video_output/sdl.c + M /trunk/modules/video_output/snapshot.c + M /trunk/modules/video_output/x11/glx.c + M /trunk/modules/video_output/x11/xcommon.c + M /trunk/modules/video_output/x11/xvideo.c + +* 2nd review of video* and control/telnet.c +------------------------------------------------------------------------ +r15001 | littlejohn | 2006-03-31 17:51:47 +0200 (Fri, 31 Mar 2006) | 4 lines +Changed paths: + M /trunk/bindings/java/Makefile.am + M /trunk/bindings/java/VlcClient.java + +Makefile typo fixed +VlcClient.java and VlcClient class now match. + + +------------------------------------------------------------------------ +r15000 | zorglub | 2006-03-31 17:30:32 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/stream_out/bridge.c + +Be a bit more verbose (Refs:#438) + +------------------------------------------------------------------------ +r14999 | zorglub | 2006-03-31 17:30:21 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/sap.c + +Additional string fixes (Refs:#438) + +------------------------------------------------------------------------ +r14998 | littlejohn | 2006-03-31 17:28:12 +0200 (Fri, 31 Mar 2006) | 3 lines +Changed paths: + M /trunk/bindings/java/Makefile.am + M /trunk/bindings/java/README + M /trunk/bindings/java/SWTUglyPlayer.java + M /trunk/bindings/java/TODO + M /trunk/bindings/java/VlcClient.java + M /trunk/bindings/java/javadoc.xml + M /trunk/bindings/java/org + M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java + M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java + M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLC.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java + M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java + M /trunk/bindings/java/org/videolan/jvlc/Playlist.java + M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java + M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java + M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java + M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java + M /trunk/bindings/java/vlc-graphics-jni.cc + M /trunk/bindings/java/vlc-libvlc-jni.cc + +Makefile updated for new java bindings classes. +copyright and svn:id fixed for new classes + +------------------------------------------------------------------------ +r14997 | fkuehne | 2006-03-31 17:15:07 +0200 (Fri, 31 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/audio_filter/channel_mixer/dolby.c + M /trunk/modules/audio_filter/channel_mixer/headphone.c + M /trunk/modules/audio_filter/channel_mixer/simple.c + M /trunk/modules/audio_filter/channel_mixer/trivial.c + M /trunk/modules/audio_filter/converter/a52tospdif.c + M /trunk/modules/audio_filter/converter/dtstofloat32.c + M /trunk/modules/audio_filter/converter/dtstospdif.c + M /trunk/modules/audio_filter/converter/fixed32tofloat32.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_filter/equalizer.c + M /trunk/modules/audio_filter/format.c + M /trunk/modules/audio_filter/normvol.c + M /trunk/modules/audio_filter/param_eq.c + M /trunk/modules/audio_filter/resampler/bandlimited.c + 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/modules/audio_output/alsa.c + M /trunk/modules/audio_output/auhal.c + M /trunk/modules/audio_output/directx.c + M /trunk/modules/audio_output/file.c + M /trunk/modules/audio_output/jack.c + M /trunk/modules/audio_output/oss.c + M /trunk/modules/audio_output/portaudio.c + +* 2nd review of modules/audio* (refs #438) +------------------------------------------------------------------------ +r14996 | littlejohn | 2006-03-31 17:07:55 +0200 (Fri, 31 Mar 2006) | 3 lines +Changed paths: + A /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java + A /trunk/bindings/java/org/videolan/jvlc/InputIntf.java + A /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java + A /trunk/bindings/java/org/videolan/jvlc/JVLC.java + A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java + A /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java + A /trunk/bindings/java/org/videolan/jvlc/Playlist.java + A /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java + A /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java + A /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java + A /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java + +Java classes for Java bindings added + + +------------------------------------------------------------------------ +r14995 | littlejohn | 2006-03-31 17:06:39 +0200 (Fri, 31 Mar 2006) | 8 lines +Changed paths: + A /trunk/bindings/java/SWTUglyPlayer.java + M /trunk/bindings/java/VlcClient.java + D /trunk/bindings/java/org/videolan/jvlc/JVLC.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java + D /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java + D /trunk/bindings/java/org/videolan/jvlc/mediacontrol + D /trunk/bindings/java/vlc-glue-cni.cc + D /trunk/bindings/java/vlc-glue-jni.cc + A /trunk/bindings/java/vlc-libvlc-jni.cc + +Java bindings update to latest JVLC (step 1/2) + +JNI: unused files removed +JNI: libvlc.h dependent file added +A sample SWT (ugly) player added +Old java bindings files removed + + +------------------------------------------------------------------------ +r14994 | fkuehne | 2006-03-31 16:24:32 +0200 (Fri, 31 Mar 2006) | 1 line +Changed paths: + M /trunk/NEWS + +* add bigben's latest additions +------------------------------------------------------------------------ +r14993 | zorglub | 2006-03-31 15:46:39 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/dvbsub.c + M /trunk/modules/codec/fake.c + M /trunk/modules/codec/ffmpeg/ffmpeg.h + M /trunk/modules/codec/subsdec.c + M /trunk/modules/codec/svcdsub.c + M /trunk/modules/codec/theora.c + M /trunk/modules/codec/twolame.c + M /trunk/modules/codec/vorbis.c + +Codecs (except x264). Refs:#438 + +------------------------------------------------------------------------ +r14992 | zorglub | 2006-03-31 14:51:59 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp + M /trunk/modules/gui/wxwidgets/dialogs/open.cpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp + M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp + M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp + M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp + M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp + M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp + M /trunk/modules/gui/wxwidgets/extrapanel.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/streamdata.cpp + M /trunk/modules/gui/wxwidgets/video.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + +wxWidgets strings (Refs:#438) + +------------------------------------------------------------------------ +r14991 | littlejohn | 2006-03-31 11:32:09 +0200 (Fri, 31 Mar 2006) | 3 lines +Changed paths: + M /trunk/src/control/playlist.c + +Playlist control: libvlc_playlist_pause added + + +------------------------------------------------------------------------ +r14990 | zorglub | 2006-03-31 10:41:34 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/ChangeLog + M /trunk/NEWS + M /trunk/configure.ac + M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings + M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj + +Let's be proactive + +------------------------------------------------------------------------ +r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/Modules.am + M /trunk/modules/codec/adpcm.c + M /trunk/modules/codec/araw.c + M /trunk/modules/codec/cmml/cmml.c + M /trunk/modules/codec/dirac.c + M /trunk/modules/codec/dvbsub.c + M /trunk/modules/codec/ffmpeg/ffmpeg.c + M /trunk/modules/codec/ffmpeg/ffmpeg.h + +String review in codec. 1st part. ffmpeg.h to be improve. refs #438 + +------------------------------------------------------------------------ +r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 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/keyedobjects.nib + M /trunk/modules/gui/macosx/intf.h + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/voutgl.m + +* Implement Crop in the ogl vout +* The implementation is quite dirty, but I just cannot see any other easy solution... + + +------------------------------------------------------------------------ +r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines +Changed paths: + M /trunk/Makefile.am + +* added 2 options for the OSX-disk-image creation-line + - scrub: removes .Trashes + - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time. + +Thanks to cilly on IRC for suggesting this. +------------------------------------------------------------------------ +r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/demux/mp4/mp4.c + +Removes invalid UTF-8 byte sequences from meta data as a work-around +until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612) + +------------------------------------------------------------------------ +r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/gestures.c + M /trunk/modules/control/http/http.c + M /trunk/modules/control/netsync.c + M /trunk/modules/control/ntservice.c + M /trunk/modules/control/showintf.c + M /trunk/modules/control/telnet.c + +2nd control review (except telnet) + +------------------------------------------------------------------------ +r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines +Changed paths: + M /trunk/modules/misc/svg.c + +modules/misc/svg.c: + * specify unit for malloc + * use g_object_unref to properly free the p_rendition + * remove spurious whitespace + +------------------------------------------------------------------------ +r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 Mar 2006) | 4 lines +Changed paths: + M /trunk/bindings/mediacontrol-python/Makefile.am + +bindings/mediacontrol-python/Makefile.am: + * add python binding files to EXTRA_DIST + * move COMPILERARG definition inside the BUILD_PYTHON code + +------------------------------------------------------------------------ +r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/THANKS + +Many thanks to Albert on the forums for his help with the http interface + +------------------------------------------------------------------------ +r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/style.css + +Try dialog width style fix + +------------------------------------------------------------------------ +r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_tls.h + M /trunk/modules/codec/adpcm.c + M /trunk/modules/demux/voc.c + M /trunk/modules/demux/xa.c + M /trunk/src/network/tls.c + +Cosmetic, Fix my name + +------------------------------------------------------------------------ +r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines +Changed paths: + M /trunk/activex/olecontrol.cpp + M /trunk/activex/oleinplaceactiveobject.cpp + M /trunk/activex/oleinplaceobject.cpp + M /trunk/activex/oleobject.cpp + M /trunk/activex/oleobject.h + M /trunk/activex/plugin.cpp + M /trunk/activex/plugin.h + +- cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...) +- minor code cleanup and fixes + + +------------------------------------------------------------------------ +r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/video_output/opengl.c + +opengl.c: fixed string declaration over multiple lines + +------------------------------------------------------------------------ +r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 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.c + M /trunk/modules/video_filter/distort.c + M /trunk/modules/video_filter/logo.c + M /trunk/modules/video_filter/marq.c + M /trunk/modules/video_filter/mosaic.c + M /trunk/modules/video_filter/osdmenu.c + M /trunk/modules/video_filter/rss.c + M /trunk/modules/video_filter/swscale/filter.c + M /trunk/modules/video_filter/time.c + M /trunk/modules/video_filter/wall.c + M /trunk/modules/video_output/fb.c + M /trunk/modules/video_output/ggi.c + M /trunk/modules/video_output/image.c + M /trunk/modules/video_output/opengl.c + M /trunk/modules/video_output/qte/qte.cpp + M /trunk/modules/video_output/snapshot.c + M /trunk/modules/video_output/x11/glx.c + M /trunk/modules/video_output/x11/x11.c + M /trunk/modules/video_output/x11/xvideo.c + +Video filters and outputs strings (Refs:#438) + +------------------------------------------------------------------------ +r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/corba/corba.c + +Use the string + +------------------------------------------------------------------------ +r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/corba/corba.c + +Corba string (Refs:#438) + +------------------------------------------------------------------------ +r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/access_filter/record.c + M /trunk/modules/access_filter/timeshift.c + M /trunk/modules/access_output/http.c + M /trunk/modules/access_output/shout.c + M /trunk/modules/access_output/udp.c + +Access strings (Refs:#438) + +------------------------------------------------------------------------ +r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/mosaic.js + +Mosaic wizard: audio stuff was missing + +------------------------------------------------------------------------ +r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_config_cat.h + +include/* : Relecture. refs #438 + +------------------------------------------------------------------------ +r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fix windows drive listing. (We have wrappers arround wrappers ... neat :p ) + +------------------------------------------------------------------------ +r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 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/keyedobjects.nib + M /trunk/modules/gui/macosx/intf.h + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/vout.m + M /trunk/modules/gui/macosx/voutgl.m + +* vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation +* other: implement on the fly aspect ratio change. Only works in the ogl output at the moment + + +------------------------------------------------------------------------ +r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines +Changed paths: + M /trunk/share/http/js/mosaic.js + M /trunk/share/http/js/vlm.js + M /trunk/src/misc/vlm.c + +src/misc/vlm.c: fix FindEndCommand quote escaping +share/http/js/*.js: escape inputs in vlm commands + +------------------------------------------------------------------------ +r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/rc.c + +Some more typos + +------------------------------------------------------------------------ +r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/gestures.c + M /trunk/modules/control/http/mvar.c + +Fix typos. Thanks to tumu + +------------------------------------------------------------------------ +r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/gestures.c + M /trunk/modules/control/hotkeys.c + M /trunk/modules/control/http/http.c + M /trunk/modules/control/http/mvar.c + M /trunk/modules/control/http/util.c + M /trunk/modules/control/lirc.c + M /trunk/modules/control/netsync.c + M /trunk/modules/control/ntservice.c + M /trunk/modules/control/showintf.c + +Control interfaces first string review. + +------------------------------------------------------------------------ +r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/input + +typo + +------------------------------------------------------------------------ +r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/rc.c + +First rc interface string review + +------------------------------------------------------------------------ +r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/LIST + +LIST update (287 modules now) + +------------------------------------------------------------------------ +r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/access/cdda.c + M /trunk/modules/access/directory.c + M /trunk/modules/access/dshow/dshow.cpp + M /trunk/modules/access/dv.c + M /trunk/modules/access/dvb/access.c + M /trunk/modules/access/dvdnav.c + M /trunk/modules/access/dvdread.c + M /trunk/modules/access/fake.c + M /trunk/modules/access/file.c + M /trunk/modules/access/ftp.c + M /trunk/modules/access/gnomevfs.c + M /trunk/modules/access/http.c + M /trunk/modules/access/mms/mms.c + M /trunk/modules/access/pvr/pvr.c + M /trunk/modules/access/rtsp/access.c + M /trunk/modules/access/screen/screen.c + M /trunk/modules/access/smb.c + M /trunk/modules/access/tcp.c + M /trunk/modules/access/udp.c + M /trunk/modules/access/v4l/v4l.c + M /trunk/modules/access/vcd/vcd.c + +Access strings (Refs:#438) + +------------------------------------------------------------------------ +r14961 | sam | 2006-03-29 13:03:00 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/mp4/mp4.c + + * modules/demux/mp4/mp4.c: explicited debug message. + +------------------------------------------------------------------------ +r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/modules.c + +Fix warnings + +------------------------------------------------------------------------ +r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/gui/wxwidgets/interface.cpp + +fix #578. patch by Steven Sheehy. thanks. + +------------------------------------------------------------------------ +r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/access/mms/mmstu.c + M /trunk/modules/control/netsync.c + M /trunk/modules/misc/xml/libxml.c + M /trunk/src/misc/modules.c + +* fixed a few signedness warnings. Please shout if this accidentally breaks something. +------------------------------------------------------------------------ +r14957 | fkuehne | 2006-03-29 08:39:21 +0200 (Wed, 29 Mar 2006) | 1 line +Changed paths: + M /trunk/extras/contrib/src/Makefile + D /trunk/extras/contrib/src/Patches/x264-svn.patch + +* x264-patch was committed upstream +------------------------------------------------------------------------ +r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/snapshot.h + +include: first part of the relecture. refs #438 + +------------------------------------------------------------------------ +r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/http.c + M /trunk/share/http/requests/status.xml + +Export stats in http interface + +------------------------------------------------------------------------ +r14954 | zorglub | 2006-03-28 23:00:15 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/modules/audio_filter/channel_mixer/headphone.c + M /trunk/modules/audio_filter/converter/a52tofloat32.c + M /trunk/modules/audio_filter/converter/dtstofloat32.c + M /trunk/modules/audio_filter/equalizer.c + M /trunk/modules/audio_filter/normvol.c + +Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438 + +------------------------------------------------------------------------ +r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/src/audio_output/input.c + M /trunk/src/audio_output/intf.c + M /trunk/src/audio_output/mixer.c + M /trunk/src/audio_output/output.c + M /trunk/src/control/mediacontrol_audio_video.c + M /trunk/src/control/mediacontrol_core.c + M /trunk/src/control/mediacontrol_util.c + M /trunk/src/extras/libc.c + M /trunk/src/input/control.c + M /trunk/src/input/decoder.c + M /trunk/src/input/demux.c + M /trunk/src/input/es_out.c + M /trunk/src/input/input.c + M /trunk/src/input/subtitles.c + M /trunk/src/interface/interaction.c + M /trunk/src/interface/interface.c + M /trunk/src/misc/objects.c + M /trunk/src/misc/stats.c + M /trunk/src/misc/vlm.c + M /trunk/src/network/acl.c + +String fixes in src (Refs:#438) + +------------------------------------------------------------------------ +r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/mosaic.js + +Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip + +------------------------------------------------------------------------ +r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +Fix intf options + +------------------------------------------------------------------------ +r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Hum ... we still want to strip when using wince + +------------------------------------------------------------------------ +r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/debian/patches/20_no-wx-updates.dpatch + +Update update checker debian patch + +------------------------------------------------------------------------ +r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + +Fix update dialog layout in Windows + +------------------------------------------------------------------------ +r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/codecs.h + M /trunk/include/network.h + M /trunk/include/vlc_interface.h + +Strings in include/ (Refs:#438) + +------------------------------------------------------------------------ +r14946 | dionoea | 2006-03-28 15:30:33 +0200 (Tue, 28 Mar 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Don't strip windows builds when running make package-win-common-devel + +------------------------------------------------------------------------ +r14945 | zorglub | 2006-03-27 23:44:30 +0200 (Mon, 27 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +Strings review for libvlc.h (Refs:#438) + +------------------------------------------------------------------------ +r14944 | fkuehne | 2006-03-27 21:06:33 +0200 (Mon, 27 Mar 2006) | 1 line +Changed paths: + M /trunk/extras/contrib/src/Makefile + A /trunk/extras/contrib/src/Patches/x264-svn.patch + +* fix x264 compilation +------------------------------------------------------------------------ +r14943 | courmisch | 2006-03-27 18:57:57 +0200 (Mon, 27 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/util.c + +Remove superfluous (as in implied by the previous one) condition + +------------------------------------------------------------------------ +r14942 | courmisch | 2006-03-27 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_url.h + +Oops + +------------------------------------------------------------------------ +r14941 | courmisch | 2006-03-27 17:35:55 +0200 (Mon, 27 Mar 2006) | 3 lines +Changed paths: + M /trunk/src/input/subtitles.c + +- Use utf_8scandir() and some cleanup +- Fix double free() + +------------------------------------------------------------------------ +r14940 | courmisch | 2006-03-27 16:47:05 +0200 (Mon, 27 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/strings.c + +Fix lame encoded URL decoder (closes #613) + +------------------------------------------------------------------------ +r14939 | courmisch | 2006-03-27 16:46:14 +0200 (Mon, 27 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/mvar.c + +Use utf8_scandir instead of scandir + +------------------------------------------------------------------------ +r14938 | courmisch | 2006-03-27 15:28:24 +0200 (Mon, 27 Mar 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_url.h + +Support URL-escape non-ASCII characters properly as far as possible +(ie. all characters from the Basic Multilingual Plane from Unicode) + +------------------------------------------------------------------------ +r14937 | courmisch | 2006-03-27 13:26:50 +0200 (Mon, 27 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/include/vlc_symbols.h + M /trunk/src/misc/unicode.c + +utf8_scandir: Unicode wrapper for scandir() + +------------------------------------------------------------------------ +r14936 | dionoea | 2006-03-27 03:23:54 +0200 (Mon, 27 Mar 2006) | 2 lines +Changed paths: + M /trunk/mozilla/npvlc_rc.rc + M /trunk/mozilla/vlcplugin.h + +Add audio/wav and audio/x-wav to available mime types + +------------------------------------------------------------------------ +r14935 | fkuehne | 2006-03-26 22:50:04 +0200 (Sun, 26 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/controls.m + +* accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S) +------------------------------------------------------------------------ +r14934 | courmisch | 2006-03-26 22:25:07 +0200 (Sun, 26 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/control/http/http.c + M /trunk/modules/control/http/util.c + +- Use iconv transliteration instead of custom code +- Supposedly fix a memleak +- Fix a few warnings + +------------------------------------------------------------------------ +r14933 | hartman | 2006-03-26 00:21:31 +0100 (Sun, 26 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/video_output/vout_subpictures.c + +* In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562 + +------------------------------------------------------------------------ +r14932 | xtophe | 2006-03-26 00:10:43 +0100 (Sun, 26 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/dummy/interface.c + M /trunk/modules/misc/freetype.c + M /trunk/modules/misc/gnutls.c + M /trunk/modules/misc/growl.c + M /trunk/modules/misc/logger.c + M /trunk/modules/misc/msn.c + M /trunk/modules/misc/network/ipv4.c + M /trunk/modules/misc/network/ipv6.c + M /trunk/modules/misc/playlist/m3u.c + M /trunk/modules/misc/playlist/old.c + M /trunk/modules/misc/svg.c + M /trunk/modules/misc/win32text.c + M /trunk/modules/misc/xml/libxml.c + +misc/*: 2nd lecture. refs #438 + +------------------------------------------------------------------------ +r14931 | damienf | 2006-03-25 23:15:33 +0100 (Sat, 25 Mar 2006) | 4 lines +Changed paths: + M /trunk/activex/Makefile.am + M /trunk/activex/axvlc.def + M /trunk/activex/persistpropbag.cpp + M /trunk/activex/plugin.cpp + M /trunk/activex/plugin.h + M /trunk/activex/test.html + M /trunk/activex/vlccontrol.cpp + +- added support for non OLE containers, such as Windows Script Host WScript.CreateObject. +- made time property persistable, use 'StartTime' under HTML +- removed functions with stdcall suffix from exported functions in DLL + +------------------------------------------------------------------------ +r14930 | zorglub | 2006-03-25 20:24:05 +0100 (Sat, 25 Mar 2006) | 9 lines +Changed paths: + M /trunk/include/configuration.h + M /trunk/include/vlc_config_cat.h + M /trunk/modules/control/hotkeys.c + M /trunk/modules/control/http/http.c + M /trunk/modules/control/rc.c + M /trunk/modules/control/telnet.c + M /trunk/modules/gui/beos/BeOS.cpp + M /trunk/modules/gui/macosx/macosx.m + M /trunk/modules/gui/macosx/prefs.m + M /trunk/modules/gui/ncurses.c + M /trunk/modules/gui/pda/pda.c + M /trunk/modules/gui/qnx/qnx.c + M /trunk/modules/gui/skins2/src/skin_main.cpp + M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + M /trunk/modules/misc/dummy/dummy.c + M /trunk/src/libvlc.h + +* Remove Advanced/Misc +* Move out Advanced/Misc/Misc options +* Don't show any Stuff/General category anymore +* For interfaces, split out "General" from main interface settings +* Remove dummy from prefs +* Clean hotkeys settings + +(Closes:#598) + +------------------------------------------------------------------------ +r14929 | fkuehne | 2006-03-25 19:54:58 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/playlistinfo.m + M /trunk/modules/gui/macosx/prefs.m + +* playlistinfo.m: update the stats faster after a p_item-switch +* both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings +------------------------------------------------------------------------ +r14928 | fkuehne | 2006-03-25 19:19:53 +0100 (Sat, 25 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/playlist.m + M /trunk/modules/gui/macosx/playlistinfo.h + M /trunk/modules/gui/macosx/playlistinfo.m + +* update the info panel when switching the currently played p_item +------------------------------------------------------------------------ +r14927 | zorglub | 2006-03-25 19:19:13 +0100 (Sat, 25 Mar 2006) | 5 lines +Changed paths: + M /trunk/src/libvlc.h + M /trunk/src/video_output/video_output.c + +*EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593) + +Please test heavily against MPEG1/2 streams. + + +------------------------------------------------------------------------ +r14926 | asmax | 2006-03-25 17:52:16 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vlcproc.hpp + +* added a new skin variable "vlc.hasVout", true when... there is a vout ! + +------------------------------------------------------------------------ +r14925 | asmax | 2006-03-25 17:36:51 +0100 (Sat, 25 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/gui/skins2/src/generic_window.cpp + M /trunk/modules/gui/skins2/src/generic_window.hpp + +* generic_window.cpp: register window visibility variables in + the var manager, to avoid a crash at exit when an expression + 'not window.isVisible' is used in a skin. + +------------------------------------------------------------------------ +r14924 | zorglub | 2006-03-25 17:10:33 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/access/cdda.c + M /trunk/modules/access/vcd/vcd.c + +Should fix playback of cdda://D:\ under win32. Please test (Refs:#490) + +------------------------------------------------------------------------ +r14923 | zorglub | 2006-03-25 16:39:09 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/mpeg/mpga.c + +Retry syncing mpeg audio stream if it failed on first block (Closes:#609) + +------------------------------------------------------------------------ +r14922 | xtophe | 2006-03-25 16:14:38 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/configuration.c + +misc/configuration.c: Use the proper directory separator + +------------------------------------------------------------------------ +r14921 | courmisch | 2006-03-25 15:43:43 +0100 (Sat, 25 Mar 2006) | 3 lines +Changed paths: + M /trunk/configure.ac + M /trunk/loader/Makefile.am + +Switch loader to libtool +(it only works on platforms where libtool works anyway) + +------------------------------------------------------------------------ +r14920 | courmisch | 2006-03-25 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/loader/driver.c + +Fix previous commit + +------------------------------------------------------------------------ +r14919 | courmisch | 2006-03-25 15:37:36 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/loader/driver.c + M /trunk/loader/win32.c + +Fix duplicate symbol + +------------------------------------------------------------------------ +r14918 | fkuehne | 2006-03-25 13:54:27 +0100 (Sat, 25 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/mux/asf.c + M /trunk/modules/mux/mp4.c + M /trunk/modules/mux/mpjpeg.c + M /trunk/modules/mux/ogg.c + M /trunk/modules/mux/wav.c + M /trunk/modules/packetizer/copy.c + M /trunk/modules/packetizer/h264.c + M /trunk/modules/packetizer/mpeg4audio.c + M /trunk/modules/packetizer/mpeg4video.c + M /trunk/modules/packetizer/mpegvideo.c + +* another 1st string review, refs #438 +------------------------------------------------------------------------ +r14917 | courmisch | 2006-03-25 13:37:31 +0100 (Sat, 25 Mar 2006) | 6 lines +Changed paths: + M /trunk/src/network/getaddrinfo.c + +Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years +bug for Winsock DNS resolver, inasmuch as is possible - closes #445. + +Should it fail to fix the bug, I'm afraid there would be no solution, +but not to use Windows without its IPv6 stack. + +------------------------------------------------------------------------ +r14916 | fkuehne | 2006-03-25 13:28:31 +0100 (Sat, 25 Mar 2006) | 1 line +Changed paths: + M /trunk/include/vlc_config_cat.h + +* 1st string review, refs #438 +------------------------------------------------------------------------ +r14915 | zorglub | 2006-03-25 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/mozilla/vlcpeer.cpp + +Remove debug (Refs:#438) + +------------------------------------------------------------------------ +r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (Sat, 25 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/demux/ts.c + +Drop support for VLS specific LPCB because it conflicts with standards. Closes #610 +------------------------------------------------------------------------ +r14913 | asmax | 2006-03-25 12:01:03 +0100 (Sat, 25 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/gui/skins2/parser/skin_parser.cpp + M /trunk/share/skins2/skin.dtd + +* attribute "nbFrames" of element Bitmap is now "nbframes", as said in the + documentation (and the old name was inconsistent with other attribute names) + Sorry for the compatibility break... + +------------------------------------------------------------------------ +r14912 | zorglub | 2006-03-25 11:57:34 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/stream_out/es.c + M /trunk/modules/stream_out/gather.c + M /trunk/modules/stream_out/mosaic_bridge.c + M /trunk/modules/stream_out/rtp.c + M /trunk/modules/stream_out/standard.c + M /trunk/modules/stream_out/transcode.c + +Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily + +------------------------------------------------------------------------ +r14911 | zorglub | 2006-03-25 11:34:38 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/dummy/dummy.c + M /trunk/modules/misc/win32text.c + +Finish strings review in misc/ (Refs:#438) + +------------------------------------------------------------------------ +r14910 | zorglub | 2006-03-25 11:00:14 +0100 (Sat, 25 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/hal.c + M /trunk/modules/services_discovery/podcast.c + M /trunk/modules/services_discovery/sap.c + +Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438) + +------------------------------------------------------------------------ +r14909 | xtophe | 2006-03-24 19:26:46 +0100 (Fri, 24 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/sap.c + +sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces. + +------------------------------------------------------------------------ +r14908 | xtophe | 2006-03-24 18:52:47 +0100 (Fri, 24 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + +wxwidgets.c: missing from [14902] commit + +------------------------------------------------------------------------ +r14907 | dionoea | 2006-03-24 15:17:28 +0100 (Fri, 24 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/index.html + M /trunk/share/http/mosaic.html + M /trunk/share/http/requests/browse.xml + M /trunk/share/http/requests/playlist.xml + M /trunk/share/http/requests/status.xml + M /trunk/share/http/requests/vlm.xml + M /trunk/share/http/requests/vlm_cmd.xml + M /trunk/share/http/vlm.html + +Use the "charset" variable + +------------------------------------------------------------------------ +r14906 | dionoea | 2006-03-24 15:16:12 +0100 (Fri, 24 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/http.c + M /trunk/modules/control/http/http.h + M /trunk/modules/control/http/util.c + +try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work. + +------------------------------------------------------------------------ +r14905 | dionoea | 2006-03-24 14:41:15 +0100 (Fri, 24 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + +Fix windows browser bug: first directory or filename character was removed. + +------------------------------------------------------------------------ +r14904 | dionoea | 2006-03-24 14:11:17 +0100 (Fri, 24 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/vlm + M /trunk/share/http/js/vlm.js + +Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573) + +------------------------------------------------------------------------ +r14903 | zorglub | 2006-03-24 12:05:28 +0100 (Fri, 24 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/visualization/galaktos/plugin.c + M /trunk/modules/visualization/goom.c + M /trunk/modules/visualization/visual/effects.c + M /trunk/modules/visualization/visual/visual.c + M /trunk/modules/visualization/visual/visual.h + M /trunk/modules/visualization/xosd.c + +Strings review in visualization/ (Refs:#438) + +------------------------------------------------------------------------ +r14902 | xtophe | 2006-03-23 23:54:31 +0100 (Thu, 23 Mar 2006) | 5 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + +wx/interfaces.cpp: Add an option to display tool bar buton name. + Warning hack inside. + refs #495 close it for linux and win32 + + +------------------------------------------------------------------------ +r14901 | dionoea | 2006-03-23 23:46:18 +0100 (Thu, 23 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/http.c + +use p_playlist->p_input + +------------------------------------------------------------------------ +r14900 | bigben | 2006-03-23 23:19:38 +0100 (Thu, 23 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/intf.m + +* Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead + + +------------------------------------------------------------------------ +r14899 | hartman | 2006-03-23 22:43:34 +0100 (Thu, 23 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/packages.mak + +* stupid mars.org being offline all the time. Pull files from our own download servers. + +------------------------------------------------------------------------ +r14898 | xtophe | 2006-03-23 22:41:12 +0100 (Thu, 23 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/daap.c + M /trunk/modules/services_discovery/hal.c + M /trunk/modules/services_discovery/sap.c + M /trunk/modules/services_discovery/shout.c + +services_discovery/*: String review (refs #438) and suppress the sap-addr option + +------------------------------------------------------------------------ +r14897 | hartman | 2006-03-23 21:25:07 +0100 (Thu, 23 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/stream_out/rtp.c + +* Fix AMR RTP muxing. patch by Alex Antropoff . + + +------------------------------------------------------------------------ +r14896 | bigben | 2006-03-23 20:57:20 +0100 (Thu, 23 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/playlistinfo.m + +* Use the correct limit when looping + + +------------------------------------------------------------------------ +r14895 | xtophe | 2006-03-22 23:39:51 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/visualization/galaktos/plugin.c + M /trunk/modules/visualization/goom.c + M /trunk/modules/visualization/visual/effects.c + M /trunk/modules/visualization/visual/visual.c + M /trunk/modules/visualization/xosd.c + +String Review. refs #438 + +------------------------------------------------------------------------ +r14886 | jpsaman | 2006-03-22 22:01:09 +0100 (Wed, 22 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/misc/rtsp.c + M /trunk/modules/stream_out/rtp.c + M /trunk/src/network/httpd.c + +Add support for X-Playnow RTSP option +------------------------------------------------------------------------ +r14882 | fkuehne | 2006-03-22 19:09:55 +0100 (Wed, 22 Mar 2006) | 1 line +Changed paths: + M /trunk/Makefile.am + +* copy the http-intf-readme to the OSX-bundle as well +------------------------------------------------------------------------ +r14881 | sam | 2006-03-22 18:51:17 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/video_output/caca.c + + * modules/video_output/caca.c: Compilation fixes. + +------------------------------------------------------------------------ +r14880 | dionoea | 2006-03-22 17:38:46 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Add share/http/requests/readme to win target + +------------------------------------------------------------------------ +r14879 | dionoea | 2006-03-22 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +add requests/readme + +------------------------------------------------------------------------ +r14878 | dionoea | 2006-03-22 17:36:48 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + A /trunk/share/http/requests/readme + +List and explain available commands / requests + +------------------------------------------------------------------------ +r14877 | courmisch | 2006-03-22 17:05:11 +0100 (Wed, 22 Mar 2006) | 10 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/include/vlc_symbols.h + M /trunk/modules/codec/subsdec.c + +include: + * export GetFallbackEncoding() +subsdec: + * autodetect UTF-8 encoding, + * use better non-Unicode default encoding from language instead of + CP1252 when local encoding is UTF-8, and local encoding in all other cases + (should improve subtitles decoding on POSIX a lot) + * some memory fixes + * some cosmetic fixes + +------------------------------------------------------------------------ +r14876 | xtophe | 2006-03-22 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/logger.c + +logger.c: Compile fix + +------------------------------------------------------------------------ +r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/freetype.c + +Compile fix + +------------------------------------------------------------------------ +r14874 | courmisch | 2006-03-22 13:26:11 +0100 (Wed, 22 Mar 2006) | 6 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/include/vlc_symbols.h + M /trunk/src/misc/unicode.c + +IsUTF8: check if a string is a valid UTF8 sequence without modifying it +EnsureUTF8 would replace invalid bytes sequences with question marks. + +Most of the code was already there anyway. This allows UTF-8 autodetection +without a dedicated UTF8-to-UTF8 iconv() handle. + +------------------------------------------------------------------------ +r14873 | zorglub | 2006-03-22 13:14:30 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/freetype.c + M /trunk/modules/misc/gnutls.c + M /trunk/modules/misc/growl.c + M /trunk/modules/misc/logger.c + M /trunk/modules/misc/msn.c + M /trunk/modules/misc/rtsp.c + M /trunk/modules/misc/svg.c + M /trunk/modules/misc/xml/libxml.c + M /trunk/modules/misc/xml/xtag.c + +Strings review in misc/ except dummy and win32text (Refs:#438) + +------------------------------------------------------------------------ +r14872 | courmisch | 2006-03-22 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Clean up + +------------------------------------------------------------------------ +r14871 | courmisch | 2006-03-22 12:14:24 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_common.h + M /trunk/include/vlc_symbols.h + M /trunk/src/extras/libc.c + +Clean up vlc_iconv prototype + +------------------------------------------------------------------------ +r14870 | zorglub | 2006-03-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/telnet.c + +Strings review of telnet.c (Refs:#438) + +------------------------------------------------------------------------ +r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/playlist + M /trunk/share/http/iehacks.css + M /trunk/share/http/style.css + +Slightly better IE and Firefox compatible version of the sort and services discovery menus. + +------------------------------------------------------------------------ +r14868 | dionoea | 2006-03-22 00:41:05 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/msn.c + +Also update now playing info when playing a new item. + +------------------------------------------------------------------------ +r14867 | dionoea | 2006-03-22 00:26:17 +0100 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + M /trunk/share/http/js/mosaic.js + M /trunk/share/http/js/vlm.js + +Some more IE (crap) fixes + +------------------------------------------------------------------------ +r14861 | bigben | 2006-03-21 23:08:41 +0100 (Tue, 21 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/gui/macosx/playlistinfo.m + +* There is no reason not to allow to open the information panel on nodes +* We now have an (ugly) way to rename nodes + + +------------------------------------------------------------------------ +r14860 | bigben | 2006-03-21 21:56:51 +0100 (Tue, 21 Mar 2006) | 4 lines +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/controls.m + +* Only enable "Jump To Time" when the stream is seekable +* Fix enabling of the step forward/backward functions + + +------------------------------------------------------------------------ +r14859 | dionoea | 2006-03-21 21:56:35 +0100 (Tue, 21 Mar 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Add 7zip win32 build targets + +------------------------------------------------------------------------ +r14858 | courmisch | 2006-03-21 19:20:48 +0100 (Tue, 21 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +I knew I was foolish to expect wxWidgets to work properly. + +------------------------------------------------------------------------ +r14857 | courmisch | 2006-03-21 18:28:09 +0100 (Tue, 21 Mar 2006) | 9 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +Attempt to use wc_str() even if wxWidgets is not built with Unicode. +According to the wxWidgets documentation, it works. But of course, you +don't want to trust the wxWidgets documentation, particularly when it +deals with characters encoding. Or rather, you'd like to trust the +documentation, but you can't trust the actual implementation to work +until you tested it. + +So lets see if it works, and revert commit it tomorrow if it sucks. + +------------------------------------------------------------------------ +r14856 | courmisch | 2006-03-21 18:21:24 +0100 (Tue, 21 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +Attempt to fix Unicode wxWidgets interface on Win32 + +------------------------------------------------------------------------ +r14855 | courmisch | 2006-03-21 17:42:34 +0100 (Tue, 21 Mar 2006) | 4 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/include/vlc_symbols.h + M /trunk/src/misc/unicode.c + +- FromWide(): converts a wchar_t * to UTF-8 char * + (if local charset is UTF-8, this is similar to wcstombs()) +- FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8 + +------------------------------------------------------------------------ +r14854 | courmisch | 2006-03-21 17:08:35 +0100 (Tue, 21 Mar 2006) | 3 lines +Changed paths: + M /trunk/bootstrap + +libtool: Compile builtins as convenience libraries rather than static ones +Might fix PIC linking issues on amd64 + +------------------------------------------------------------------------ +r14853 | courmisch | 2006-03-21 16:39:43 +0100 (Tue, 21 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +A bit explanation of the wxWidgets string conversion mess won't harm + +------------------------------------------------------------------------ +r14852 | courmisch | 2006-03-21 16:34:34 +0100 (Tue, 21 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/menus.cpp + +Fix G++ 4.1 compilation problem +reported by Diego 'Flameeyes' Petten?\195?\178 + +------------------------------------------------------------------------ +r14851 | dionoea | 2006-03-21 01:45:31 +0100 (Tue, 21 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/requests/status.xml + +looks like someone renamed vlc_obj_exists to vlc_object_exists. + +------------------------------------------------------------------------ +r14847 | zorglub | 2006-03-21 00:13:39 +0100 (Tue, 21 Mar 2006) | 2 lines +Changed paths: + M /trunk/test/NativeLibvlcTest.py + M /trunk/test/NativeStatsTest.py + M /trunk/test/PyMediaControlBaseTest.py + M /trunk/test/PyMediaControlPlaylistTest.py + M /trunk/test/PyMediaControlVariablesTest.py + M /trunk/test/setup.py + +Fix test + +------------------------------------------------------------------------ +r14846 | ipkiss | 2006-03-20 23:34:43 +0100 (Mon, 20 Mar 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + + * doc/skins/skins2-howto.xml: Fixed typos. + +------------------------------------------------------------------------ +r14845 | fkuehne | 2006-03-20 21:42:23 +0100 (Mon, 20 Mar 2006) | 1 line +Changed paths: + M /trunk/README.MacOSX.rtf + +* the transitional phase of our osx-aout-modules is over :) +------------------------------------------------------------------------ +r14843 | dionoea | 2006-03-20 21:22:59 +0100 (Mon, 20 Mar 2006) | 6 lines +Changed paths: + M /trunk/src/misc/vlm.c + +fix #478. + +You need to escape (with \): +* quotes that are part of a file's name or option's value +* backslashes + +------------------------------------------------------------------------ +r14842 | damienf | 2006-03-20 15:40:42 +0100 (Mon, 20 Mar 2006) | 2 lines +Changed paths: + M /trunk/activex/plugin.cpp + +plugin.cpp: as usual,I forgot to disable my own debug + +------------------------------------------------------------------------ +r14841 | damienf | 2006-03-20 15:37:41 +0100 (Mon, 20 Mar 2006) | 7 lines +Changed paths: + M /trunk/activex/persistpropbag.cpp + M /trunk/activex/plugin.cpp + M /trunk/activex/plugin.h + M /trunk/activex/test.html + M /trunk/activex/vlccontrol.cpp + +plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only + this allows the persistable properties to be fully loaded before initialization and allow + for control to initialize faster in design mode. AUTOLOOP property now works properly +persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used + without having VLC initialized +test.html: added volume control + +------------------------------------------------------------------------ +r14840 | fkuehne | 2006-03-20 15:13:04 +0100 (Mon, 20 Mar 2006) | 1 line +Changed paths: + M /trunk/Makefile.am + +* fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...) +------------------------------------------------------------------------ +r14839 | massiot | 2006-03-20 12:18:52 +0100 (Mon, 20 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/mux/mpeg/ts.c + + * modules/mux/mpeg/ts.c: New --sout-ts-alignment option. + +------------------------------------------------------------------------ +r14838 | massiot | 2006-03-20 12:12:04 +0100 (Mon, 20 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/http.c + M /trunk/modules/control/http/http.h + + * modules/control/http: Content-Type should be case-insensitive. + +------------------------------------------------------------------------ +r14837 | dionoea | 2006-03-20 02:51:45 +0100 (Mon, 20 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/mosaic + M /trunk/share/http/js/functions.js + +mosaic wizard: change layout & make VLM command batch display optional. + +------------------------------------------------------------------------ +r14836 | dionoea | 2006-03-20 02:35:15 +0100 (Mon, 20 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/vlm.js + +* also do vlm options fix on sout. + +------------------------------------------------------------------------ +r14835 | dionoea | 2006-03-20 02:32:11 +0100 (Mon, 20 Mar 2006) | 4 lines +Changed paths: + M /trunk/share/http/dialogs/input + M /trunk/share/http/dialogs/mosaic + M /trunk/share/http/dialogs/sout + M /trunk/share/http/js/functions.js + M /trunk/share/http/js/mosaic.js + M /trunk/share/http/js/vlm.js + M /trunk/share/http/style.css + +* add "fake:" input +* vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling +* mosaic fix. always enable transcode when using an sout chain + +------------------------------------------------------------------------ +r14834 | hartman | 2006-03-19 23:03:20 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* Fix AMR from liveMedia decoding. Patch by Alex Antropoff + +------------------------------------------------------------------------ +r14830 | xtophe | 2006-03-19 19:16:56 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/video_output/caca.c + +caca.c: Typo + +------------------------------------------------------------------------ +r14829 | hartman | 2006-03-19 19:05:54 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* sorry about the missing #if + +------------------------------------------------------------------------ +r14828 | sam | 2006-03-19 18:17:57 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/video_output/caca.c + + * Support for newer libcaca/libcucul versions. + +------------------------------------------------------------------------ +r14827 | bigben | 2006-03-19 14:13:09 +0100 (Sun, 19 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/output.m + +Forgot that one + + +------------------------------------------------------------------------ +r14826 | bigben | 2006-03-19 14:03:20 +0100 (Sun, 19 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/wizard.m + +* fix compilation + + +------------------------------------------------------------------------ +r14825 | bigben | 2006-03-19 13:57:26 +0100 (Sun, 19 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/macosx/bookmarks.m + M /trunk/modules/gui/macosx/controls.m + M /trunk/modules/gui/macosx/equalizer.m + M /trunk/modules/gui/macosx/extended.m + M /trunk/modules/gui/macosx/interaction.m + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/macosx.m + M /trunk/modules/gui/macosx/open.m + M /trunk/modules/gui/macosx/playlist.m + M /trunk/modules/gui/macosx/playlistinfo.m + M /trunk/modules/gui/macosx/prefs.m + M /trunk/modules/gui/macosx/update.m + M /trunk/modules/gui/macosx/voutgl.m + M /trunk/modules/gui/macosx/voutqt.m + M /trunk/modules/gui/macosx/wizard.m + +* First string review of the OSX interface + + +------------------------------------------------------------------------ +r14824 | hartman | 2006-03-19 12:24:16 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* fix the liveMedia VERSION_INT (hopefully) + +------------------------------------------------------------------------ +r14823 | dionoea | 2006-03-19 02:49:11 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +Add iehacks.css to Makefile.am + +------------------------------------------------------------------------ +r14822 | dionoea | 2006-03-19 02:46:43 +0100 (Sun, 19 Mar 2006) | 6 lines +Changed paths: + M /trunk/share/http/dialogs/input + M /trunk/share/http/dialogs/mosaic + M /trunk/share/http/dialogs/playlist + M /trunk/share/http/dialogs/sout + A /trunk/share/http/iehacks.css + M /trunk/share/http/images/info.png + M /trunk/share/http/index.html + M /trunk/share/http/js/functions.js + M /trunk/share/http/style.css + +A bunch of hacks to fix bugs on IE. + +I really don't like the Sort menu and Services discovery menu code. If +someone has a better idea feal free to change it. + + +------------------------------------------------------------------------ +r14821 | hartman | 2006-03-19 02:28:18 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* fix ifdef + +------------------------------------------------------------------------ +r14820 | xtophe | 2006-03-19 02:27:21 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/stream_out/bridge.c + M /trunk/modules/stream_out/rtp.c + M /trunk/modules/stream_out/standard.c + M /trunk/modules/stream_out/switcher.c + M /trunk/modules/stream_out/transcode.c + +stream_out/*: String review (refs #438) + +------------------------------------------------------------------------ +r14819 | hartman | 2006-03-19 02:00:13 +0100 (Sun, 19 Mar 2006) | 8 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports. + Seems to work for WM RTSP. No support yet for Kasenna, + since I don't have proper access to one at this moment. + + refs #595 + refs #329 + + +------------------------------------------------------------------------ +r14818 | dionoea | 2006-03-19 01:02:26 +0100 (Sun, 19 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/sout + +Fix typo + +------------------------------------------------------------------------ +r14817 | jpsaman | 2006-03-19 00:11:31 +0100 (Sun, 19 Mar 2006) | 1 line +Changed paths: + M /trunk/src/Makefile.am + +Undo r 14546 breakage +------------------------------------------------------------------------ +r14816 | zorglub | 2006-03-18 23:27:07 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +Don't expand WX Tree root - Patch by Alexander Gall. Thanks + +------------------------------------------------------------------------ +r14815 | zorglub | 2006-03-18 23:18:16 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +Apparently fix WX playlist crash (Closes:#205) + +------------------------------------------------------------------------ +r14814 | xtophe | 2006-03-18 19:14:49 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +share/makefile.am: Typo. Thanks to Albert on the forum for the report + +------------------------------------------------------------------------ +r14813 | zorglub | 2006-03-18 19:12:47 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/input/es_out.c + +Don't use %f in es_out (Closes:#587) + +------------------------------------------------------------------------ +r14812 | dionoea | 2006-03-18 18:56:10 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/mosaic + +Add some comments and 'fix' display if the mosaic's width is larger than 600px. + +------------------------------------------------------------------------ +r14811 | zorglub | 2006-03-18 18:52:31 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_httpd.h + M /trunk/include/vlc_objects.h + M /trunk/src/misc/messages.c + M /trunk/src/misc/objects.c + M /trunk/src/network/httpd.c + +Display IP of client in debug + +------------------------------------------------------------------------ +r14810 | dionoea | 2006-03-18 18:45:40 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/mosaic.js + +Spelling fix, again. + +------------------------------------------------------------------------ +r14809 | dionoea | 2006-03-18 18:43:36 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/mosaic + +Spelling fix + +------------------------------------------------------------------------ +r14808 | dionoea | 2006-03-18 18:42:37 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/input + M /trunk/share/http/dialogs/mosaic + M /trunk/share/http/dialogs/sout + M /trunk/share/http/js/mosaic.js + +add some help and feedback + +------------------------------------------------------------------------ +r14807 | xtophe | 2006-03-18 18:31:31 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch + +x264.patch: Sync with upstream + +------------------------------------------------------------------------ +r14806 | dionoea | 2006-03-18 18:14:54 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/NEWS + +update NEWS + +------------------------------------------------------------------------ +r14805 | dionoea | 2006-03-18 18:14:19 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/footer + M /trunk/share/http/dialogs/mosaic + M /trunk/share/http/dialogs/sout + M /trunk/share/http/js/functions.js + M /trunk/share/http/js/mosaic.js + M /trunk/share/http/mosaic.html + M /trunk/share/http/style.css + +Code the mosaic wizard + +------------------------------------------------------------------------ +r14804 | zorglub | 2006-03-18 17:22:23 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + +Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557) + +------------------------------------------------------------------------ +r14803 | xtophe | 2006-03-18 16:52:42 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/access/dshow/dshow.cpp + +access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn. + +------------------------------------------------------------------------ +r14802 | dionoea | 2006-03-18 16:06:40 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + A /trunk/share/http/images/white_cross_small.png + +ooops + +------------------------------------------------------------------------ +r14801 | dionoea | 2006-03-18 16:00:52 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +One more image + +------------------------------------------------------------------------ +r14800 | dionoea | 2006-03-18 15:37:51 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +Add new http interface images + +------------------------------------------------------------------------ +r14799 | xtophe | 2006-03-18 13:49:51 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/ts.c + +Typo + +------------------------------------------------------------------------ +r14798 | zorglub | 2006-03-18 13:38:38 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/visualization/galaktos/init_cond.c + M /trunk/modules/visualization/galaktos/preset.c + +%f in galaktos (Closes:#585) + +------------------------------------------------------------------------ +r14797 | zorglub | 2006-03-18 12:27:40 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/THANKS + +Thanks + +------------------------------------------------------------------------ +r14796 | zorglub | 2006-03-18 12:27:10 +0100 (Sat, 18 Mar 2006) | 7 lines +Changed paths: + M /trunk/modules/codec/ffmpeg/ffmpeg.c + M /trunk/modules/codec/ffmpeg/ffmpeg.h + M /trunk/modules/codec/ffmpeg/video_filter.c + M /trunk/modules/stream_out/transcode.c + +Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this. + +Seems to work neatly, please test nevertheless. + +Closes:#448 + + +------------------------------------------------------------------------ +r14795 | zorglub | 2006-03-18 11:30:24 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/vlm.c + +Don't use %f in VLM, except for display (Closes:#588) + +------------------------------------------------------------------------ +r14794 | zorglub | 2006-03-18 11:20:01 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/audio_filter/equalizer.c + +Don't use %f in equalizer (Closes:#586) + +------------------------------------------------------------------------ +r14793 | zorglub | 2006-03-18 11:14:40 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/macro.c + M /trunk/modules/control/http/rpn.c + +Don't use %f in HTTP interface (Closes:#584) + +------------------------------------------------------------------------ +r14792 | courmisch | 2006-03-18 09:51:19 +0100 (Sat, 18 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/misc/network/ipv4.c + +- Avoid using gethostbyname() which is not thread-safe +- Code simplification + +------------------------------------------------------------------------ +r14791 | courmisch | 2006-03-18 09:46:59 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/mux/rtp + +svn:ignore + +------------------------------------------------------------------------ +r14790 | xtophe | 2006-03-18 03:06:16 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + 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/flac.c + M /trunk/modules/demux/m3u.c + M /trunk/modules/demux/mjpeg.c + M /trunk/modules/demux/mp4/mp4.c + M /trunk/modules/demux/nsc.c + M /trunk/modules/demux/playlist/b4s.c + M /trunk/modules/demux/playlist/pls.c + M /trunk/modules/demux/playlist/podcast.c + M /trunk/modules/demux/rawdv.c + M /trunk/modules/demux/sgimb.c + M /trunk/modules/demux/subtitle.c + M /trunk/modules/demux/ts.c + M /trunk/modules/demux/ty.c + M /trunk/modules/demux/vobsub.c + M /trunk/modules/demux/voc.c + M /trunk/modules/demux/wav.c + +All: string review (refs: #438) + +------------------------------------------------------------------------ +r14789 | dionoea | 2006-03-18 02:22:06 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/util.c + M /trunk/share/http/dialogs/playlist + M /trunk/share/http/js/functions.js + M /trunk/share/http/requests/playlist.xml + +HTTP interface: Display estimated item time when available. + +------------------------------------------------------------------------ +r14788 | dionoea | 2006-03-18 01:51:57 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + M /trunk/share/http/requests/playlist.xml + +Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items. + +------------------------------------------------------------------------ +r14787 | dionoea | 2006-03-18 01:45:55 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/util.c + +Export the fact that a playlist item is read only or can be deleted + +------------------------------------------------------------------------ +r14786 | dionoea | 2006-03-18 01:29:57 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/playlist + A /trunk/share/http/images/sd.png + M /trunk/share/http/js/functions.js + M /trunk/share/http/requests/status.xml + M /trunk/share/http/style.css + +Add services discovery handling in http interface. + +------------------------------------------------------------------------ +r14785 | dionoea | 2006-03-18 01:17:53 +0100 (Sat, 18 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/control/http/http.h + M /trunk/modules/control/http/macro.c + M /trunk/modules/control/http/mvar.c + M /trunk/modules/control/http/rpn.c + +* rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions. +* macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability. + +------------------------------------------------------------------------ +r14784 | dionoea | 2006-03-18 00:13:47 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/browse + M /trunk/share/http/dialogs/input + M /trunk/share/http/dialogs/main + M /trunk/share/http/dialogs/playlist + M /trunk/share/http/dialogs/sout + M /trunk/share/http/style.css + +Add small "close/hide" buttons on some of the dialogs + +------------------------------------------------------------------------ +r14783 | dionoea | 2006-03-18 00:05:41 +0100 (Sat, 18 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/m3u.c + +[14752] improved, by Daniel Stranger. + +------------------------------------------------------------------------ +r14782 | jpsaman | 2006-03-17 23:38:47 +0100 (Fri, 17 Mar 2006) | 1 line +Changed paths: + M /trunk/share/http/dialogs/playlist + +Revert revision 14781 the sort button was already there. +------------------------------------------------------------------------ +r14781 | jpsaman | 2006-03-17 23:28:15 +0100 (Fri, 17 Mar 2006) | 1 line +Changed paths: + M /trunk/share/http/dialogs/playlist + +Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch +------------------------------------------------------------------------ +r14780 | dionoea | 2006-03-17 23:01:13 +0100 (Fri, 17 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/playlist + A /trunk/share/http/images/white.png + M /trunk/share/http/js/functions.js + M /trunk/share/http/style.css + +HTTP interface playlist sort commands based on patch by Laurent Mutricy. + +------------------------------------------------------------------------ +r14779 | fkuehne | 2006-03-17 21:07:25 +0100 (Fri, 17 Mar 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib + M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib + M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/wizard.h + M /trunk/modules/gui/macosx/wizard.m + +* don't overwrite existing files +------------------------------------------------------------------------ +r14778 | xtophe | 2006-03-17 18:06:05 +0100 (Fri, 17 Mar 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/extras + M /trunk/src/test + +Add a few svn:ignore + +------------------------------------------------------------------------ +r14777 | jpsaman | 2006-03-17 15:40:59 +0100 (Fri, 17 Mar 2006) | 1 line +Changed paths: + M /trunk/share/http/old/admin/browse.html + M /trunk/share/http/old/admin/index.html + M /trunk/share/http/old/index.html + M /trunk/share/http/old/info.html + M /trunk/share/http/old/vlm/edit.html + M /trunk/share/http/old/vlm/index.html + M /trunk/share/http/old/vlm/new.html + M /trunk/share/http/old/vlm/show.html + +Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy +------------------------------------------------------------------------ +r14776 | jpsaman | 2006-03-17 15:34:06 +0100 (Fri, 17 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/control/http/rpn.c + M /trunk/share/http/js/functions.js + M /trunk/share/http/requests/status.xml + +Implement sort functionality on http interface. Patch by: Laurent Mutricy +------------------------------------------------------------------------ +r14775 | damienf | 2006-03-17 02:08:13 +0100 (Fri, 17 Mar 2006) | 3 lines +Changed paths: + M /trunk/mozilla/Makefile.am + M /trunk/mozilla/npvlc_rc.rc + +Makefile.am: fixed linking of mozilla plugin +npvlc_rc.rc: fixed description and suffixes columns + +------------------------------------------------------------------------ +r14774 | hartman | 2006-03-16 23:45:11 +0100 (Thu, 16 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* G726 settings for liveMedia refs #601 + +------------------------------------------------------------------------ +r14773 | xtophe | 2006-03-16 21:19:54 +0100 (Thu, 16 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + M /trunk/share/http/style.css + +Reimplement [14768] with a CSS. Patch by Laurent Mutricy. + +------------------------------------------------------------------------ +r14772 | dionoea | 2006-03-16 18:59:41 +0100 (Thu, 16 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/parser/skin_parser.cpp + +hum, forgot to set the default value + +------------------------------------------------------------------------ +r14771 | dionoea | 2006-03-16 17:59:41 +0100 (Thu, 16 Mar 2006) | 5 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp + M /trunk/modules/gui/skins2/parser/builder.cpp + M /trunk/modules/gui/skins2/parser/builder_data.def + M /trunk/modules/gui/skins2/parser/builder_data.hpp + M /trunk/modules/gui/skins2/parser/skin_parser.cpp + M /trunk/modules/gui/skins2/utils/var_tree.cpp + M /trunk/modules/gui/skins2/utils/var_tree.hpp + +Add attribute flat="true/false" to Playtree. When flat is true, only the +leafs will be displayed (like the old style playlist). Once we're sure +that this works fine, we can ditch the old skins2 playlist code. + + +------------------------------------------------------------------------ +r14770 | titer | 2006-03-16 01:38:46 +0100 (Thu, 16 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Workarounds a BeOS segfaulting weirdness + +------------------------------------------------------------------------ +r14769 | dionoea | 2006-03-15 20:44:02 +0100 (Wed, 15 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/dialogs/footer + +change "videolan.org" to "VideoLAN website" + +------------------------------------------------------------------------ +r14768 | dionoea | 2006-03-15 20:33:10 +0100 (Wed, 15 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + M /trunk/share/http/requests/status.xml + +"[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy + +------------------------------------------------------------------------ +r14767 | dionoea | 2006-03-15 14:23:31 +0100 (Wed, 15 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + +Fix browsing when file/folder name is using a quote ('). + +------------------------------------------------------------------------ +r14766 | dionoea | 2006-03-15 14:01:36 +0100 (Wed, 15 Mar 2006) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/share/http/js/functions.js + M /trunk/share/http/requests/status.xml + +"[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy. + +------------------------------------------------------------------------ +r14765 | hartman | 2006-03-15 02:12:30 +0100 (Wed, 15 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* Ahum.. compile before you commit... + +------------------------------------------------------------------------ +r14764 | hartman | 2006-03-15 02:07:29 +0100 (Wed, 15 Mar 2006) | 5 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* Completly untested G726 support for liveMedia. refs #601 + If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance. + + See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726 + +------------------------------------------------------------------------ +r14763 | hartman | 2006-03-15 01:40:18 +0100 (Wed, 15 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/charset.c + +* Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding + +------------------------------------------------------------------------ +r14762 | xtophe | 2006-03-14 23:40:33 +0100 (Tue, 14 Mar 2006) | 4 lines +Changed paths: + M /trunk/configure.ac + A /trunk/modules/mux/rtp/Modules.am + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +ALL: Fix make distcheck + - add a modules.am for mux/rtp It is just there to please autotools nothing is built by default + - update-po + +------------------------------------------------------------------------ +r14761 | hartman | 2006-03-14 22:59:02 +0100 (Tue, 14 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/stream_out/rtp.c + +* We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct. + +------------------------------------------------------------------------ +r14760 | xtophe | 2006-03-14 22:52:53 +0100 (Tue, 14 Mar 2006) | 3 lines +Changed paths: + M /trunk/extras/contrib + M /trunk/extras/contrib/Makefile + M /trunk/extras/contrib/src + +contrib/Makefile: fix the rights on the bin directory +some more svn:ignore + +------------------------------------------------------------------------ +r14759 | courmisch | 2006-03-14 22:46:18 +0100 (Tue, 14 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/stream_out/rtp.c + +Whoops. Disable by default for now. +Maybe the option name could be made better. + +------------------------------------------------------------------------ +r14758 | courmisch | 2006-03-14 22:42:07 +0100 (Tue, 14 Mar 2006) | 5 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/stream_out/rtp.c + +Apply RFC3016 RTP packetizer patch from Alex Antropoff + +The new format is disabled by default, +so we have little risks of regression. + +------------------------------------------------------------------------ +r14757 | dionoea | 2006-03-14 15:38:45 +0100 (Tue, 14 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/video_filter/mosaic.c + +Fix unsigned int vs int compilation warning. + +------------------------------------------------------------------------ +r14756 | dionoea | 2006-03-14 15:19:37 +0100 (Tue, 14 Mar 2006) | 12 lines +Changed paths: + M /trunk/modules/video_filter/mosaic.c + +Fix sub picture region x and y offset values when using +--mosaic-keep-picture with a picture that is bigger than on of the +mosaic's small rectangles. + +This allows creation of mosaics like : +AAAAAABBB +A ABBB +A ACCC +AAAAAACCC +(where A, B and C are 3 sub streams) + + +------------------------------------------------------------------------ +r14755 | dionoea | 2006-03-14 14:08:48 +0100 (Tue, 14 Mar 2006) | 7 lines +Changed paths: + M /trunk/src/misc/block.c + +Looks like we didn't malloc the right size. (If this was some dirty +hack, please revert my commit and add a comment explaining why it's +needed because) + +Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing. + + +------------------------------------------------------------------------ +r14754 | xtophe | 2006-03-14 11:01:39 +0100 (Tue, 14 Mar 2006) | 2 lines +Changed paths: + M /trunk/debian/patches/20_no-wx-updates.dpatch + +debian/patches: Fix the debian package creation + +------------------------------------------------------------------------ +r14753 | dionoea | 2006-03-13 23:43:25 +0100 (Mon, 13 Mar 2006) | 2 lines +Changed paths: + M /trunk/share/http/js/functions.js + M /trunk/share/http/requests/browse.xml + +Fix browsing directories containing the '&' character + +------------------------------------------------------------------------ +r14752 | dionoea | 2006-03-13 22:51:36 +0100 (Mon, 13 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/demux/m3u.c + +Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf +which works using mmst but not mmsh (VLC only tried mmsh previously). + + +------------------------------------------------------------------------ +r14751 | xtophe | 2006-03-13 17:45:00 +0100 (Mon, 13 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/packages.mak + +Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies) + +------------------------------------------------------------------------ +r14750 | courmisch | 2006-03-13 11:56:56 +0100 (Mon, 13 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/charset.c + +Change Russian charset selection + +------------------------------------------------------------------------ +r14749 | courmisch | 2006-03-13 11:52:32 +0100 (Mon, 13 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/charset.c + +Candidate language to likely non-UTF8 code page functions + +------------------------------------------------------------------------ +r14748 | zorglub | 2006-03-13 08:12:18 +0100 (Mon, 13 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + +Add a tristate for WX playlist mode (normal/embedded/both). + +For the moment, defaults to normal. (Closes:#494) + +------------------------------------------------------------------------ +r14747 | hartman | 2006-03-13 01:54:40 +0100 (Mon, 13 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + D /trunk/extras/contrib/src/Patches/x264_svn.patch + +* Fix x264 compilation on Darwin + +------------------------------------------------------------------------ +r14746 | courmisch | 2006-03-12 23:52:25 +0100 (Sun, 12 Mar 2006) | 5 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/include/vlc_symbols.h + M /trunk/src/misc/unicode.c + +* Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms +* Cosmetic fixes +* Check for invalid UTF-32 sequence +* Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters) + +------------------------------------------------------------------------ +r14745 | xtophe | 2006-03-12 23:46:34 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Missing in the previous commit + don't extract gecko-sdk each time + +------------------------------------------------------------------------ +r14744 | xtophe | 2006-03-12 22:59:12 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/Patches/libshout-win32.patch + +shout: Other approach. + +------------------------------------------------------------------------ +r14743 | zorglub | 2006-03-12 22:42:19 +0100 (Sun, 12 Mar 2006) | 4 lines +Changed paths: + A /trunk/test/mangle + A /trunk/test/mangle/VLCUtil.py + A /trunk/test/mangle/mangle.py + +File mangler + +This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested) + +------------------------------------------------------------------------ +r14742 | xtophe | 2006-03-12 22:22:34 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + A /trunk/extras/contrib/src/Patches/libshout-win32.patch + +Add libshout on win32 + +------------------------------------------------------------------------ +r14741 | xtophe | 2006-03-12 18:30:46 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +po/*: Mea Culpa. make update-po should be run on a clean tree + +------------------------------------------------------------------------ +r14740 | zorglub | 2006-03-12 16:06:39 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/m4 + +Fix svn:ignore + +------------------------------------------------------------------------ +r14739 | zorglub | 2006-03-12 15:24:54 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/nsv.c + +Remove buggy debug + +------------------------------------------------------------------------ +r14738 | courmisch | 2006-03-12 13:44:06 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_common.h + M /trunk/src/extras/libc.c + +Always link libintl through libvlc on Win32 + +------------------------------------------------------------------------ +r14737 | courmisch | 2006-03-12 11:41:31 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_common.h + M /trunk/modules/control/http/http.c + M /trunk/modules/gui/wince/interface.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + +Propagate changes from previous commit + +------------------------------------------------------------------------ +r14736 | courmisch | 2006-03-12 10:52:42 +0100 (Sun, 12 Mar 2006) | 3 lines +Changed paths: + M /trunk/src/Makefile.am + M /trunk/src/libvlc.c + + * Revert my [14546] that doesn't work + * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system + +------------------------------------------------------------------------ +r14735 | jpsaman | 2006-03-12 10:27:48 +0100 (Sun, 12 Mar 2006) | 1 line +Changed paths: + M /trunk/src/control/vlm.c + +Fix compiler warning: Add missing include +------------------------------------------------------------------------ +r14734 | zorglub | 2006-03-12 10:12:38 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + +Disable update checker in Win32 until it's fixed + +------------------------------------------------------------------------ +r14733 | zorglub | 2006-03-12 10:11:49 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp + +Revert [14732] + +------------------------------------------------------------------------ +r14732 | zorglub | 2006-03-12 10:08:18 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp + M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp + +Might fix a bit update layout in win32 + +------------------------------------------------------------------------ +r14731 | dionoea | 2006-03-12 00:30:07 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/NEWS + +fix bluescreen description + +------------------------------------------------------------------------ +r14730 | fkuehne | 2006-03-12 00:29:09 +0100 (Sun, 12 Mar 2006) | 1 line +Changed paths: + M /trunk/Makefile.am + +* fix make dist for OSX +------------------------------------------------------------------------ +r14729 | dionoea | 2006-03-12 00:23:32 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/NEWS + +add note about XSPF not being in 0.8.5-test1 + +------------------------------------------------------------------------ +r14728 | dionoea | 2006-03-12 00:21:44 +0100 (Sun, 12 Mar 2006) | 2 lines +Changed paths: + M /trunk/NEWS + M /trunk/THANKS + +Thanks and news (see previous commit) + +------------------------------------------------------------------------ +r14727 | dionoea | 2006-03-12 00:19:59 +0100 (Sun, 12 Mar 2006) | 11 lines +Changed paths: + A /trunk/include/vlc_strings.h + M /trunk/include/vlc_symbols.h + M /trunk/modules/access/http.c + M /trunk/modules/control/http/rpn.c + M /trunk/modules/control/http/util.c + M /trunk/modules/demux/playlist/Modules.am + M /trunk/modules/demux/playlist/playlist.c + M /trunk/modules/demux/playlist/playlist.h + A /trunk/modules/demux/playlist/xspf.c + A /trunk/modules/demux/playlist/xspf.h + M /trunk/modules/gui/skins2/src/dialogs.cpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/misc/playlist/Modules.am + M /trunk/modules/misc/playlist/export.c + A /trunk/modules/misc/playlist/xspf.c + A /trunk/modules/misc/playlist/xspf.h + M /trunk/modules/services_discovery/upnp_intel.cpp + M /trunk/src/Makefile.am + M /trunk/src/misc/modules.c + A /trunk/src/misc/strings.c + M /trunk/src/playlist/loadsave.c + +src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*, +modules/misc/playlist/*, modules/access/http.c: XSPF playlist support +(read and write) by Daniel Stranger. Many thanks + +src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string +handling functions. + +modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use +these string handling functions. + + +------------------------------------------------------------------------ +r14726 | xtophe | 2006-03-11 23:40:56 +0100 (Sat, 11 Mar 2006) | 3 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +ka.po: new update by Alexander Dibebulize. +All: Run make update-po + +------------------------------------------------------------------------ +r14725 | dionoea | 2006-03-11 22:19:12 +0100 (Sat, 11 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/playlist/item-ext.c + +Check that destination node is really a node. + +------------------------------------------------------------------------ +r14724 | courmisch | 2006-03-11 20:35:22 +0100 (Sat, 11 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/codec/subsdec.c + + * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X + * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date) + +------------------------------------------------------------------------ +r14723 | courmisch | 2006-03-11 20:25:33 +0100 (Sat, 11 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/codec/subsdec.c + +- Fix memleak when not using Mac OS +- Error handling clean up + +------------------------------------------------------------------------ +r14722 | zorglub | 2006-03-11 20:23:58 +0100 (Sat, 11 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/logger.c + +Don't use %f in RRD output (Closes:#582) + +------------------------------------------------------------------------ +r14721 | zorglub | 2006-03-11 19:34:39 +0100 (Sat, 11 Mar 2006) | 3 lines +Changed paths: + M /trunk/po/fr.po + +A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr > +Thanks. + +------------------------------------------------------------------------ +r14720 | zorglub | 2006-03-11 19:18:14 +0100 (Sat, 11 Mar 2006) | 7 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +Work around what looks like a ... +... +WX bug ! +(OnActivateItem not working with enter key on Win32) + +(Closes:#348) + +------------------------------------------------------------------------ +r14719 | zorglub | 2006-03-11 18:35:55 +0100 (Sat, 11 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/avi/avi.c + M /trunk/modules/demux/demuxdump.c + M /trunk/modules/demux/mjpeg.c + M /trunk/modules/demux/mod.c + M /trunk/modules/demux/mpc.c + M /trunk/modules/demux/mpeg/h264.c + M /trunk/modules/demux/mpeg/mpga.c + M /trunk/modules/demux/nsv.c + M /trunk/modules/demux/ogg.c + M /trunk/modules/demux/playlist/playlist.c + M /trunk/modules/demux/ps.c + M /trunk/modules/demux/rawdv.c + M /trunk/modules/demux/sgimb.c + M /trunk/modules/demux/subtitle.c + M /trunk/modules/demux/util/id3tag.c + M /trunk/modules/demux/vobsub.c + +Strings (Refs:#438) + +------------------------------------------------------------------------ +r14718 | fkuehne | 2006-03-11 18:19:37 +0100 (Sat, 11 Mar 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj + +* updated the copyright-string +------------------------------------------------------------------------ +r14717 | zorglub | 2006-03-11 14:41:49 +0100 (Sat, 11 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp + M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp + +Change some button orders +Hide the "OK" button in the preferences (keep "Save") + +------------------------------------------------------------------------ +r14716 | zorglub | 2006-03-11 14:03:04 +0100 (Sat, 11 Mar 2006) | 5 lines +Changed paths: + M /trunk/modules/mux/mpeg/pes.c + +Fix crash in TS muxer. Patch by Alex Antropoff. +Thanks. + +Closes: #552 + +------------------------------------------------------------------------ +r14715 | xtophe | 2006-03-11 02:29:05 +0100 (Sat, 11 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/flac.c + +codec/flac.c: fix preparse with flac + +------------------------------------------------------------------------ +r14714 | courmisch | 2006-03-11 00:19:18 +0100 (Sat, 11 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/access/ftp.c + +Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused + +------------------------------------------------------------------------ +r14713 | courmisch | 2006-03-10 19:21:34 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + +Fix typo + +------------------------------------------------------------------------ +r14712 | courmisch | 2006-03-10 19:10:45 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/src/Makefile.am + +Test distcheck with libtool when using libtool so I can test + +------------------------------------------------------------------------ +r14711 | courmisch | 2006-03-10 18:57:31 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + M /trunk/include/vlc_common.h + M /trunk/src/extras/libc.c + +Remove broken lldiv check and only use lldiv replacement on BeOS + +------------------------------------------------------------------------ +r14710 | courmisch | 2006-03-10 18:48:57 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + +Remove non-existant files + +------------------------------------------------------------------------ +r14709 | courmisch | 2006-03-10 18:35:28 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +Update file names + +------------------------------------------------------------------------ +r14708 | courmisch | 2006-03-10 18:31:15 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + A /trunk/src/network/error.c (from /trunk/src/network/net_error.c:14707) + D /trunk/src/network/net_error.c + +Use better name for newly introduced file + +------------------------------------------------------------------------ +r14707 | courmisch | 2006-03-10 18:30:32 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500) + D /trunk/vlc.c + +Same as previous commit - for VLC + +------------------------------------------------------------------------ +r14706 | courmisch | 2006-03-10 18:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines +Changed paths: + M /trunk/src/Makefile.am + D /trunk/src/audio_output/ainput.c + A /trunk/src/audio_output/input.c (from /trunk/src/audio_output/ainput.c:14690) + A /trunk/src/control/audio.c (from /trunk/src/control/libvlc_audio.c:14705) + A /trunk/src/control/core.c (from /trunk/src/control/libvlc_core.c:14705) + A /trunk/src/control/input.c (from /trunk/src/control/libvlc_input.c:14705) + D /trunk/src/control/libvlc_audio.c + D /trunk/src/control/libvlc_core.c + D /trunk/src/control/libvlc_input.c + D /trunk/src/control/libvlc_playlist.c + D /trunk/src/control/libvlc_video.c + D /trunk/src/control/libvlc_vlm.c + A /trunk/src/control/playlist.c (from /trunk/src/control/libvlc_playlist.c:14705) + A /trunk/src/control/video.c (from /trunk/src/control/libvlc_video.c:14705) + A /trunk/src/control/vlm.c (from /trunk/src/control/libvlc_vlm.c:14705) + +Fix and restore nice file names +Shame on me + +------------------------------------------------------------------------ +r14705 | xtophe | 2006-03-10 15:03:58 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball + +------------------------------------------------------------------------ +r14704 | dionoea | 2006-03-10 13:44:17 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +run make update-po + +------------------------------------------------------------------------ +r14703 | courmisch | 2006-03-10 10:31:17 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/network/tcp.c + +Clean up ListenTCP error handling (refs #320) + +------------------------------------------------------------------------ +r14702 | courmisch | 2006-03-10 10:28:45 +0100 (Fri, 10 Mar 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_symbols.h + +Someone forgot to add an exported symbol +(p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool) + +------------------------------------------------------------------------ +r14701 | zorglub | 2006-03-10 08:20:41 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + A /trunk/ChangeLog + +Forgot this + +------------------------------------------------------------------------ +r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 Mar 2006) | 2 lines +Changed paths: + D /trunk/ChangeLog + M /trunk/configure.ac + A /trunk/doc/ChangeLog-2005 (from /trunk/ChangeLog:14699) + M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings + M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj + +Test1 + +------------------------------------------------------------------------ +r14699 | courmisch | 2006-03-09 23:57:30 +0100 (Thu, 09 Mar 2006) | 3 lines +Changed paths: + M /trunk/src/network/tcp.c + +- Clean up error message generation with TCP outgoing connections +- Fix memleak in case of connection failure + +------------------------------------------------------------------------ +r14698 | courmisch | 2006-03-09 23:56:37 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/network.h + M /trunk/src/Makefile.am + A /trunk/src/network/net_error.c + +Common socket error handling + +------------------------------------------------------------------------ +r14697 | courmisch | 2006-03-09 23:43:01 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + +Fix make core on Win32 with shared libvlc + +------------------------------------------------------------------------ +r14696 | xtophe | 2006-03-09 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +libvlc.h: preferences tweaking + +------------------------------------------------------------------------ +r14695 | xtophe | 2006-03-09 20:55:40 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/logger.c + M /trunk/src/libvlc.h + +all: move the logger option from video to interface and advanced + +------------------------------------------------------------------------ +r14694 | hartman | 2006-03-09 16:57:48 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/vout.m + +* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock. + +------------------------------------------------------------------------ +r14693 | hartman | 2006-03-09 16:55:13 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/messages.c + +* Don't crash if we want to msg_Dbg on an object that doesn't exist. + +------------------------------------------------------------------------ +r14692 | courmisch | 2006-03-09 14:28:48 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +Use the fine stack as we can + +------------------------------------------------------------------------ +r14691 | courmisch | 2006-03-09 14:08:46 +0100 (Thu, 09 Mar 2006) | 15 lines +Changed paths: + M /trunk/src/misc/configuration.c + +As a work-around, accept both decimal separators when... +deserializing floats from configuration (fixes #589) + +I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this. +The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration... +but there are approximately one float parameter in the core and 46 ones +in our current plugins set, none of which I use myself. So I am +defintely not going to rewrite all^H^H^Hany of them. + +Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157 in what we write to +the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO, +it is way easier and more robust to be liberal in what we accept in +this particular case (ie. accepting both decimal separators is trivial, +while serializing float numbers manually is complex). + +------------------------------------------------------------------------ +r14690 | courmisch | 2006-03-09 11:56:53 +0100 (Thu, 09 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/misc/rtsp.c + +Revert [14683] +You can definitely declare variable at the beginning of a nested block with gcc 2.95 + +------------------------------------------------------------------------ +r14689 | fkuehne | 2006-03-09 11:04:01 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/sfilters.h + M /trunk/modules/gui/macosx/sfilters.m + +* put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5 +* fixed svn propset +------------------------------------------------------------------------ +r14688 | jpsaman | 2006-03-09 10:47:30 +0100 (Thu, 09 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/access/dvb/access.c + M /trunk/modules/access/dvb/dvb.h + M /trunk/modules/access/dvb/linux_dvb.c + M /trunk/modules/access/udp.c + M /trunk/modules/audio_filter/converter/fixed32tofloat32.c + M /trunk/modules/audio_filter/converter/fixed32tos16.c + M /trunk/modules/audio_filter/converter/mpgatofixed32.c + M /trunk/modules/gui/pda/pda.c + 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/misc/qte_main.cpp + M /trunk/modules/video_output/hd1000v.cpp + M /trunk/modules/video_output/qte/qte.cpp + M /trunk/modules/video_output/qte/qte.h + +Update e-mail address +------------------------------------------------------------------------ +r14687 | fkuehne | 2006-03-09 10:31:36 +0100 (Thu, 09 Mar 2006) | 1 line +Changed paths: + M /trunk/NEWS + +* improved the wording a bit +------------------------------------------------------------------------ +r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_common.h + M /trunk/src/extras/libc.c + + Force lldiv emulation on BeOS + +------------------------------------------------------------------------ +r14685 | damienf | 2006-03-09 00:52:29 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp + M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp + +all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :) + +------------------------------------------------------------------------ +r14684 | titer | 2006-03-09 00:32:08 +0100 (Thu, 09 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + M /trunk/include/vlc_common.h + M /trunk/src/extras/libc.c + + Emulate C99's lldiv() if necessary + +------------------------------------------------------------------------ +r14683 | xtophe | 2006-03-08 23:30:53 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/rtsp.c + +rtsp.c: BeOS fix. variables can't be declared in the middle of the function. + +------------------------------------------------------------------------ +r14682 | hartman | 2006-03-08 23:03:00 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Patches/x264_svn.patch + +* one part of x264 patch fixed upstream + +------------------------------------------------------------------------ +r14681 | damienf | 2006-03-08 18:50:44 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them + +------------------------------------------------------------------------ +r14680 | courmisch | 2006-03-08 18:33:29 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + A /trunk/extras/contrib/src/Patches/gnutls-win32.patch + +Winsock non-blocking kludge for GnuTLS (refs #538) + +------------------------------------------------------------------------ +r14679 | courmisch | 2006-03-08 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src + +svn:ignore + +------------------------------------------------------------------------ +r14678 | dionoea | 2006-03-08 18:06:59 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/include/vlc_symbols.h + +modules/misc/rtsp.c is using us_strtod + +------------------------------------------------------------------------ +r14677 | courmisch | 2006-03-08 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/charset.h + +Missing export + +------------------------------------------------------------------------ +r14676 | courmisch | 2006-03-08 14:32:37 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/rtsp.c + +Don't use C (de)serialization for float numbers (closes #583) + +------------------------------------------------------------------------ +r14675 | courmisch | 2006-03-08 13:25:29 +0100 (Wed, 08 Mar 2006) | 5 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/src/misc/charset.c + M /trunk/src/test/i18n_atof.c + + * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator) + * us_strtod, us_atof: same as i18n_* but only accept dot in any case + (this will be useful when parsing stream output chain which uses comma to separate + options) + +------------------------------------------------------------------------ +r14674 | courmisch | 2006-03-08 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/stream_out/rtp.c + +Fix TTL range check + +------------------------------------------------------------------------ +r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/variables.c + +Avoid ugly non-const cast + +------------------------------------------------------------------------ +r14672 | courmisch | 2006-03-08 12:32:34 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/charset.h + M /trunk/src/Makefile.am + M /trunk/src/misc/charset.c + A /trunk/src/test + A /trunk/src/test/i18n_atof.c + +i18n_atof(): locale-agnostic atof() + +------------------------------------------------------------------------ +r14671 | zorglub | 2006-03-08 10:47:45 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/streamdata.h + +Fix wizard matrix on win32. Closes:#531 + +------------------------------------------------------------------------ +r14670 | hartman | 2006-03-08 00:56:32 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/vout.h + M /trunk/modules/gui/macosx/vout.m + +* Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen. + +------------------------------------------------------------------------ +r14669 | hartman | 2006-03-08 00:22:41 +0100 (Wed, 08 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/input/input.c + +* Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail. + +------------------------------------------------------------------------ +r14668 | courmisch | 2006-03-07 21:06:53 +0100 (Tue, 07 Mar 2006) | 7 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +- Undo [14667] + * fix memleak + * remove unused variable (psz_local always NULL...) + * remove free(NULL) + * remove expansion-unsafe wxDnDLocaleFree() macro variant +- Actually fix [14633] flawed logic + +------------------------------------------------------------------------ +r14667 | dionoea | 2006-03-07 19:48:35 +0100 (Tue, 07 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +Fix wx DnD once more. + +------------------------------------------------------------------------ +r14666 | xtophe | 2006-03-07 14:30:27 +0100 (Tue, 07 Mar 2006) | 2 lines +Changed paths: + M /trunk/HACKING + +HACKING: Add a note about the module cache and vlc --list + +------------------------------------------------------------------------ +r14665 | damienf | 2006-03-07 13:22:19 +0100 (Tue, 07 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Makefile: don't forget to chmod a+x gecko-sdk/bin/* + +------------------------------------------------------------------------ +r14664 | damienf | 2006-03-07 13:15:06 +0100 (Tue, 07 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/packages.mak + +all: updating mozilla SDK for cygwin builds + +------------------------------------------------------------------------ +r14663 | xtophe | 2006-03-07 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch + +ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream + +------------------------------------------------------------------------ +r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines +Changed paths: + M /trunk/doc/vlc.1 + +Add link to online documentation in VLC manpage + +------------------------------------------------------------------------ +r14661 | sam | 2006-03-06 18:51:43 +0100 (Mon, 06 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + + * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86. + +------------------------------------------------------------------------ +r14660 | damienf | 2006-03-06 17:06:41 +0100 (Mon, 06 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Makefile: fix for MacIntel package build + +------------------------------------------------------------------------ +r14659 | courmisch | 2006-03-06 11:25:12 +0100 (Mon, 06 Mar 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_common.h + M /trunk/include/vlc_symbols.h + M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp + M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp + M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/src/extras/libc.c + +WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext +core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext() + +------------------------------------------------------------------------ +r14658 | courmisch | 2006-03-06 11:23:37 +0100 (Mon, 06 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +Add extra Win32-specific debug (refs #538) + +------------------------------------------------------------------------ +r14657 | xtophe | 2006-03-06 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + +src/Makefile: make distcheck happy + +------------------------------------------------------------------------ +r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 Mar 2006) | 6 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/configure.ac + M /trunk/extras/contrib/src/Makefile + +extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool +configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary +Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME + +NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected + +------------------------------------------------------------------------ +r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +configure.ac: use the gecko-sdk in the contrib + +------------------------------------------------------------------------ +r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/Makefile + +contrib/Makefile: Don't put 2 include + +------------------------------------------------------------------------ +r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/NEWS + +Add some news + +------------------------------------------------------------------------ +r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/Makefile + +contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative. + +------------------------------------------------------------------------ +r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch + +Update x264 patch. + +------------------------------------------------------------------------ +r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (Sun, 05 Mar 2006) | 3 lines +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/playlistinfo.m + +* make sure that the timer which is updating the stats-tab is stopped when the panel is closed +* fixed a minor memory leak (the timer wasn't released after invalidating it) +* VLCInfo is o_info_window's delegate now +------------------------------------------------------------------------ +r14649 | dionoea | 2006-03-05 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + +Select item after deleting items from the playlist with KEY_DEL. + +------------------------------------------------------------------------ +r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/playlistinfo.m + +* don't show the statistics-tab if the stats aren't enabled +------------------------------------------------------------------------ +r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.c + +Don't call textdomain - it is not only useless but harmful (refs #581) + +------------------------------------------------------------------------ +r14646 | dionoea | 2006-03-05 16:33:02 +0100 (Sun, 05 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/vars/playtree.hpp + +ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item) +playtree.hpp: cosmetics + +------------------------------------------------------------------------ +r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_common.h + M /trunk/src/extras/libc.c + +- Call dgettext directly with shared libvlc and libtool +- Remove vlc_dcgettext in those cases + +------------------------------------------------------------------------ +r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_threads_funcs.h + +Add some ?\226?\128?\156const?\226?\128?\157s + +------------------------------------------------------------------------ +r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + +Fix some warnings + +------------------------------------------------------------------------ +r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/doc/release-howto.txt + +We won't need to warn ECP about releases now. + +------------------------------------------------------------------------ +r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/misc/configuration.c + +Fix build on Mac (i hope) + +------------------------------------------------------------------------ +r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +remove now useless x509-ca-bundle option + +------------------------------------------------------------------------ +r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +Look for Root CA certificates in VLC data dir + +------------------------------------------------------------------------ +r14638 | dionoea | 2006-03-05 12:24:59 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +We can now DnD a file everywhere on the playlist dialog. Droping above the tree will insert at the begining of the playlist. Droping under the tree will insert at the end of the playlist. + +------------------------------------------------------------------------ +r14637 | dionoea | 2006-03-05 12:16:23 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +Remove uneeded include (since playlist DnD is now different from the main controler's DnD) + +------------------------------------------------------------------------ +r14636 | courmisch | 2006-03-05 12:10:34 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/configuration.h + M /trunk/include/vlc_symbols.h + M /trunk/src/misc/configuration.c + +config_GetDataDir(): returns path to VLC installed shared data + +------------------------------------------------------------------------ +r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +Fix compilation AGAIN + +------------------------------------------------------------------------ +r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp + +fileinfo.*: I should lean C++ + +------------------------------------------------------------------------ +r14633 | dionoea | 2006-03-04 23:48:20 +0100 (Sat, 04 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/wxwidgets.hpp + +playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions). +interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale + +------------------------------------------------------------------------ +r14632 | dionoea | 2006-03-04 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +Fix node insertion. Thanks to zorglub. + +------------------------------------------------------------------------ +r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + +Fix off by one bugs + +------------------------------------------------------------------------ +r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp + +dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed) + +------------------------------------------------------------------------ +r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line +Changed paths: + M /trunk/include/vlc_messages.h + +Coding Style fixes +------------------------------------------------------------------------ +r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (Sat, 04 Mar 2006) | 1 line +Changed paths: + M /trunk/include/vlc_messages.h + +Fix wrong define, luckily this one wasn't used yet. +------------------------------------------------------------------------ +r14627 | courmisch | 2006-03-04 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +Remove superfluous dep + +------------------------------------------------------------------------ +r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + +closes #579 + +------------------------------------------------------------------------ +r14625 | courmisch | 2006-03-04 21:11:01 +0100 (Sat, 04 Mar 2006) | 5 lines +Changed paths: + M /trunk/configure.ac + M /trunk/modules/misc/gnutls.c + +Make the Root CA certificates bundle file for gnutls a configure-time setting +(as it is highly distribution dependant) +On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do +(provided you have the ca-certificates package) + +------------------------------------------------------------------------ +r14624 | jpsaman | 2006-03-04 21:01:58 +0100 (Sat, 04 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/control/telnet.c + +Do not print extra STRING_CR on successfull command. +------------------------------------------------------------------------ +r14623 | dionoea | 2006-03-04 19:42:35 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/playlist/item-ext.c + +item-ext.c: detach from all parent nodes (fixed) + +------------------------------------------------------------------------ +r14622 | dionoea | 2006-03-04 19:41:08 +0100 (Sat, 04 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/src/playlist/item-ext.c + +modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget. +src/playlist/item-ext.c: detach item from first matching parent node only. + +------------------------------------------------------------------------ +r14621 | xtophe | 2006-03-04 19:36:29 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp + +fileinfo.hpp: we need to use b_stats in Update() + +------------------------------------------------------------------------ +r14620 | xtophe | 2006-03-04 19:07:43 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp + +fileinfo.*: Don't show stats when they qre disable. + +------------------------------------------------------------------------ +r14619 | dionoea | 2006-03-04 18:32:35 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp + +add "Add node" function to node contextual menu + +------------------------------------------------------------------------ +r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp + +Drag and Drop support in wx playlist. +TODO: merge this playlist code with the gibalou mini playlist code. + +------------------------------------------------------------------------ +r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/playlist/item-ext.c + +Humm ... forgot to save before commiting. + +------------------------------------------------------------------------ +r14616 | dionoea | 2006-03-04 18:00:41 +0100 (Sat, 04 Mar 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_playlist.h + M /trunk/include/vlc_symbols.h + M /trunk/src/playlist/item-ext.c + +Code the playlist_TreeMove function. +zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ? + +------------------------------------------------------------------------ +r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +- Support for adding a single file rather than a directory as CA path +- Use Debian default + much faster, but properly only works on Debian and its derivatives + +------------------------------------------------------------------------ +r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +- Load root certificates from /etc/ssl (currently very slow :( ) +- Cosmetic + +------------------------------------------------------------------------ +r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +Missed one error case + +------------------------------------------------------------------------ +r14612 | courmisch | 2006-03-04 14:36:48 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +(safe) directory recursion when looking for CA certificates + +------------------------------------------------------------------------ +r14611 | courmisch | 2006-03-04 14:31:59 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Don't BUILD_PIC when the platform doesn't need PIC + +------------------------------------------------------------------------ +r14610 | courmisch | 2006-03-04 13:34:28 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir + +------------------------------------------------------------------------ +r14609 | courmisch | 2006-03-04 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +libtool: Propagate errors from make (|un)install + +------------------------------------------------------------------------ +r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (Sat, 04 Mar 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/playlistinfo.m + +* fix the table on the second tab and added an extra check to prevent a crash in rare situations +------------------------------------------------------------------------ +r14607 | courmisch | 2006-03-04 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/network/httpd.c + +Cosmetic + +------------------------------------------------------------------------ +r14606 | zorglub | 2006-03-04 10:28:06 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp + +Don't prepend :sout= to sout string in VLM dialog (Refs:#530) + +------------------------------------------------------------------------ +r14605 | zorglub | 2006-03-04 10:12:21 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp + +Fix ordering of widgets in sout panel (Closes:#469) + +------------------------------------------------------------------------ +r14604 | zorglub | 2006-03-04 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/open.cpp + +Shoud fix #'565 + +------------------------------------------------------------------------ +r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 Mar 2006) | 5 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/open.cpp + +wx/dialogs/open.cpp: Fix the caching option. Closes #575 +-This line, and those below, will be ignored-- + +M open.cpp + +------------------------------------------------------------------------ +r14602 | courmisch | 2006-03-03 23:43:22 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/rtsp.c + +Fix error code when server is overloaded + +------------------------------------------------------------------------ +r14601 | jpsaman | 2006-03-03 22:43:48 +0100 (Fri, 03 Mar 2006) | 1 line +Changed paths: + A /trunk/modules/mux/rtp + A /trunk/modules/mux/rtp/rtcp.c + A /trunk/modules/mux/rtp/rtcp.h + A /trunk/modules/mux/rtp/rtp.h + +Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high. +------------------------------------------------------------------------ +r14600 | fkuehne | 2006-03-03 18:29:13 +0100 (Fri, 03 Mar 2006) | 1 line +Changed paths: + M /trunk/Makefile.am + +* added a couple of OSX-intf-files which were added after the last release +------------------------------------------------------------------------ +r14599 | fkuehne | 2006-03-03 18:21:16 +0100 (Fri, 03 Mar 2006) | 4 lines +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/playlist.m + M /trunk/modules/gui/macosx/playlistinfo.m + +*.m: unified the title of the Information-panel and the menu-items pointing to it to "Information" (instead of a mixture of "Properties" and "Info") +MainMenu.nib: + - dto + - let the user select the values of the Statistics-tab +------------------------------------------------------------------------ +r14598 | fkuehne | 2006-03-03 18:12:15 +0100 (Fri, 03 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/vout.m + +* fixed a signed vs unsinged warning +------------------------------------------------------------------------ +r14597 | dionoea | 2006-03-03 15:37:24 +0100 (Fri, 03 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/video_output/image.c + +image.c: add --image-out-replace option. If enabled, the image vout will +always overwrite the same file. + +------------------------------------------------------------------------ +r14596 | fkuehne | 2006-03-03 14:51:04 +0100 (Fri, 03 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/playlistinfo.h + M /trunk/modules/gui/macosx/playlistinfo.m + +* added a NSTimer to update the statistics every second +------------------------------------------------------------------------ +r14595 | xtophe | 2006-03-03 14:08:48 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Makefile: We need autogen on win32 + +------------------------------------------------------------------------ +r14594 | fkuehne | 2006-03-03 13:19:56 +0100 (Fri, 03 Mar 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/playlistinfo.h + M /trunk/modules/gui/macosx/playlistinfo.m + +* implemented the statistics-tab. No auto-update yet. +------------------------------------------------------------------------ +r14593 | hartman | 2006-03-03 12:25:18 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* Disable INSTALL_NAME now gpg-error isn't shared. + +------------------------------------------------------------------------ +r14592 | hartman | 2006-03-03 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* copy and tabs... sigh. + +------------------------------------------------------------------------ +r14591 | hartman | 2006-03-03 12:15:55 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* Lets avoid autogen where we can + +------------------------------------------------------------------------ +r14590 | hartman | 2006-03-03 11:40:56 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/Patches/live-osx.patch + +* Fix liveMedia on all platforms now hopefully + +------------------------------------------------------------------------ +r14589 | hartman | 2006-03-03 11:22:18 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/packages.mak + +* www.live555.com seems unreachable. use live555.com + +------------------------------------------------------------------------ +r14588 | courmisch | 2006-03-03 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Solaris breakage again + +------------------------------------------------------------------------ +r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (Fri, 03 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson +------------------------------------------------------------------------ +r14586 | xtophe | 2006-03-03 00:40:17 +0100 (Fri, 03 Mar 2006) | 3 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +explicit hack. please underage hackers do not look +fix lame + +------------------------------------------------------------------------ +r14585 | xtophe | 2006-03-03 00:24:37 +0100 (Fri, 03 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/packages.mak + +Fix MacOS-Intel compilation + +------------------------------------------------------------------------ +r14584 | courmisch | 2006-03-02 23:39:03 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_httpd.h + M /trunk/include/vlc_symbols.h + M /trunk/src/network/httpd.c + +Code reuse + +------------------------------------------------------------------------ +r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_httpd.h + +Remove outdated comment + +------------------------------------------------------------------------ +r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/packages.mak + +Update lame. Closes #482 + +------------------------------------------------------------------------ +r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Patches/gcrypt.patch + +Fix Gcrypt patch + +------------------------------------------------------------------------ +r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +makefile: Fix livedotcom on win32 + +------------------------------------------------------------------------ +r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Makefile: use sed -i where possible + +------------------------------------------------------------------------ +r14578 | xtophe | 2006-03-02 21:04:54 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/Patches/gcrypt.patch + M /trunk/extras/contrib/src/packages.mak + +all: Update libgcrypt,gpg-error and gnutls (closes #570 ) + +------------------------------------------------------------------------ +r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch + +Update x264 patch + +------------------------------------------------------------------------ +r14576 | xtophe | 2006-03-02 20:31:36 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall + +------------------------------------------------------------------------ +r14575 | courmisch | 2006-03-02 19:19:03 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_common.h + M /trunk/src/misc/objects.c + +Minor clean up + +------------------------------------------------------------------------ +r14574 | fkuehne | 2006-03-02 16:52:37 +0100 (Thu, 02 Mar 2006) | 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/keyedobjects.nib + M /trunk/modules/gui/macosx/playlistinfo.h + M /trunk/modules/gui/macosx/playlistinfo.m + +* re-designed the information/properties panel to show meta information and statistics +- the display of meta information is completely implemented and functional +- the tree-view in the "Advanced Info" tab is currently broken due to bad casting (I got no idea why yet, because I didn't touch it..) +- the statistics tab isn't implemented yet + +Comments on the design and the implementation are welcome. If this re-design is too unstable for 0.8.5, I will withdraw it after branching. +------------------------------------------------------------------------ +r14573 | courmisch | 2006-03-02 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/access_output/file.c + +Locale fixes (refs #528) + clean up + +------------------------------------------------------------------------ +r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +use intptr_t (refs #574) + +------------------------------------------------------------------------ +r14571 | courmisch | 2006-03-02 15:23:03 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/access_output/file.c + +Don't try to be more clever than umask() + +------------------------------------------------------------------------ +r14570 | courmisch | 2006-03-02 15:21:23 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Fix getaddrinfo check failure because of autoconf's cache + +------------------------------------------------------------------------ +r14569 | courmisch | 2006-03-02 14:54:40 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/audio_output/waveout.c + +Fix invalid syntax (aout_BufferFree is not an expansion-safe macro) + +------------------------------------------------------------------------ +r14568 | courmisch | 2006-03-02 14:35:43 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + 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/jack.c + M /trunk/modules/audio_output/sdl.c + +Unused header inclusion syndrome + +------------------------------------------------------------------------ +r14567 | courmisch | 2006-03-02 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + +dist vlc_url.h + +------------------------------------------------------------------------ +r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (Thu, 02 Mar 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib + +* forgot that one in [14565] +------------------------------------------------------------------------ +r14565 | fkuehne | 2006-03-02 13:14:52 +0100 (Thu, 02 Mar 2006) | 5 lines +Changed paths: + M /trunk/modules/gui/macosx/playlist.m + M /trunk/modules/gui/macosx/sfilters.m + M /trunk/modules/gui/macosx/update.m + +* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189) + +* update.m: use mtime() instead of NSCalenderDate for the time-stamp + +* sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting) +------------------------------------------------------------------------ +r14564 | courmisch | 2006-03-02 08:52:53 +0100 (Thu, 02 Mar 2006) | 4 lines +Changed paths: + M /trunk/bootstrap + M /trunk/src/Makefile.am + +libtool: + - Don't link builtins against anything (dependencies are linked in libvlc) + - Don't mangle name of underlying libraries + +------------------------------------------------------------------------ +r14563 | fkuehne | 2006-03-01 23:21:36 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/update.h + M /trunk/modules/gui/macosx/update.m + +* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F) +* cleanup of the source +------------------------------------------------------------------------ +r14562 | dionoea | 2006-03-01 23:00:37 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/THANKS + +Add/Change x264 options. Patch by Dennis van Amerongen + +------------------------------------------------------------------------ +r14561 | dionoea | 2006-03-01 22:58:15 +0100 (Wed, 01 Mar 2006) | 22 lines +Changed paths: + M /trunk/modules/codec/x264.c + +Add/Change x264 options. Patch by Dennis van Amerongen + +Original email was + +"Subject: [vlc-devel] Additional x264 options/unification + +Patch for unification and addition of several x264 options (using x264 +commandline interface as reference): + +8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct, +ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr, +(no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated +options in favor of x264 cli equivalents (subpel -> subme, frameref -> +ref, etc.) for unification. + +Improved order of adding partitions in analyse modes as suggested by +Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8 +would be more important than i4x4 though). Using i8x8 results in a "High +Profile" setting (not all decoders seem to support that). i8x8 requires +8x8dct which is now a seperate option (default disabled)." + + +------------------------------------------------------------------------ +r14560 | xtophe | 2006-03-01 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/Makefile + +Warning Explicit Kludge + +------------------------------------------------------------------------ +r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (Wed, 01 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/update.h + M /trunk/modules/gui/macosx/update.m + +* removed unused, useless variable +------------------------------------------------------------------------ +r14558 | fkuehne | 2006-03-01 22:05:47 +0100 (Wed, 01 Mar 2006) | 4 lines +Changed paths: + M /trunk/modules/gui/macosx/interaction.m + M /trunk/modules/gui/macosx/update.h + M /trunk/modules/gui/macosx/update.m + +* download the updated versions through VLC and not through your default browser +* removed a crasher from interaction.m + +Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished. +------------------------------------------------------------------------ +r14557 | hartman | 2006-03-01 22:00:49 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/codec/ffmpeg/ffmpeg.c + +* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently) + +------------------------------------------------------------------------ +r14556 | fkuehne | 2006-03-01 20:56:34 +0100 (Wed, 01 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/input_manager.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/interface.hpp + M /trunk/modules/gui/wxwidgets/wxwidgets.cpp + +* more systray related ifndefs for the Darwin platform +------------------------------------------------------------------------ +r14555 | fkuehne | 2006-03-01 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + +* Darwin compilation fix +------------------------------------------------------------------------ +r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line +Changed paths: + M /trunk/modules/access/screen/mac.c + +* fixed some warnings +------------------------------------------------------------------------ +r14553 | hartman | 2006-03-01 17:50:08 +0100 (Wed, 01 Mar 2006) | 4 lines +Changed paths: + M /trunk/configure.ac + +* Apply --enable-xinerama patch by Diego Petteno +This is not 100% tested, but only compared against similar situations. + + +------------------------------------------------------------------------ +r14552 | hartman | 2006-03-01 14:36:01 +0100 (Wed, 01 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/misc/rtsp.c + M /trunk/modules/stream_out/rtp.c + +* trackID changes for the VLC rtsp server as suggested by Leonardo ... . + - apparently DSS is casesensitive on trackID. + +------------------------------------------------------------------------ +r14551 | hartman | 2006-03-01 14:23:12 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + D /trunk/extras/contrib/src/Patches/libcddb.patch + M /trunk/extras/contrib/src/packages.mak + +* Update the CDDB version from 0.9.6 to 1.2.1 + +------------------------------------------------------------------------ +r14550 | hartman | 2006-03-01 14:13:03 +0100 (Wed, 01 Mar 2006) | 3 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/access/cdda/info.c + +* Fixes for CDDB courtesy of Alexander Gall . + - added him to THANKS as well. + +------------------------------------------------------------------------ +r14549 | courmisch | 2006-03-01 12:20:10 +0100 (Wed, 01 Mar 2006) | 3 lines +Changed paths: + M /trunk/modules/misc/network/ipv4.c + M /trunk/modules/misc/network/ipv6.c + +Don't use connect() when the "bind" address is a multicast group +Bug reported by Alexander Gall + +------------------------------------------------------------------------ +r14548 | courmisch | 2006-03-01 11:41:47 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Try to fix getaddrinfo et al. detection on Solaris + +------------------------------------------------------------------------ +r14547 | courmisch | 2006-03-01 11:20:50 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4 + +------------------------------------------------------------------------ +r14546 | courmisch | 2006-03-01 10:53:39 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + +Use stamp not to recompile and relink version.c when it doesn't have to (closes #554) + +------------------------------------------------------------------------ +r14545 | zorglub | 2006-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs.cpp + +Don't preparse folders using input_Preprase + +------------------------------------------------------------------------ +r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + + * doc/skins/skins2-howto.xml: fixed a typo + +------------------------------------------------------------------------ +r14543 | md | 2006-02-28 16:46:46 +0100 (Tue, 28 Feb 2006) | 5 lines +Changed paths: + M /trunk/src/video_output/vout_intf.c + +* changed the order of offered aspect/crop values so that the most commonly +used ones are on the top +* added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display +resolution) and 1280x1024 LCD panels + +------------------------------------------------------------------------ +r14542 | md | 2006-02-28 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/video_output/vout_intf.c + +make ZoomCallback work with extended GUI or deinterlace (refs #480) + +------------------------------------------------------------------------ +r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines +Changed paths: + M /trunk/modules/stream_out/rtp.c + +* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452 +- commented a few fprintf, and changed some to msg_Dbg where possible. +- fixed a couple of spelling errors. +- this module really needs a big cleanup and merging with the other SDP and RTSP code. + +------------------------------------------------------------------------ +r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +libtool: fix make distclean + +------------------------------------------------------------------------ +r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines +Changed paths: + M /trunk/bootstrap + M /trunk/src/Makefile.am + +With libtool, compile builtins as lib*_builtin.la to avoid name collision +with actual system library (seems to fix weird compilation problem with +flac and theora builtins) + +------------------------------------------------------------------------ +r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/stream_output/sap.c + +Fail when trying to advertise a stream with an out-of-scope address +(avoids spamming the MBONE with incorrect private streams) + +------------------------------------------------------------------------ +r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +Use noinst_ rather than libvlc_ for builtins + +------------------------------------------------------------------------ +r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/misc/vlm.c + +Use VLC stream functions to load vlm configs. Refs #567 + +------------------------------------------------------------------------ +r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines +Changed paths: + M /trunk/bootstrap + +Implement clean with --enable-libtool +May fix builtins recompilation (theora, flac...) + +------------------------------------------------------------------------ +r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines +Changed paths: + M /trunk/configure.ac + +Don't use p_symbols with libtool +(this commit obviously breaks binary compatibility - clear your plugins) + +------------------------------------------------------------------------ +r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +Fix the work-around for the work-around + +------------------------------------------------------------------------ +r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/network/udp.c + +Remove debug message + +------------------------------------------------------------------------ +r14531 | courmisch | 2006-02-28 09:42:23 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/activex/Makefile.am + M /trunk/bootstrap + M /trunk/mozilla/Makefile.am + M /trunk/src/Makefile.am + +mv -> mv -f + +------------------------------------------------------------------------ +r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/Makefile.am + +Dist demo.sh + +------------------------------------------------------------------------ +r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +Missing quotes + +------------------------------------------------------------------------ +r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/demo.sh + +EOL style + +------------------------------------------------------------------------ +r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/vobsub.c + +* Use stream_UrlNew for vobsub loading instead of fopen. closes #567 + +------------------------------------------------------------------------ +r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/demo.sh + +* demo.sh for Mac OS X VLC command + +------------------------------------------------------------------------ +r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/demo.sh + +Add OpenGL rotating cube and video wall demos + +------------------------------------------------------------------------ +r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/demo.sh + +Small fixes/changes + +------------------------------------------------------------------------ +r14523 | dionoea | 2006-02-27 23:47:21 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + A /trunk/doc/demo.sh + +Small script that generates huge command lines to be used in demos. Feel free to add/change stuff. + +------------------------------------------------------------------------ +r14522 | hartman | 2006-02-27 22:13:56 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* iconv is already provided on 10.3 and 10.4, so we don't need to install it. + +------------------------------------------------------------------------ +r14521 | courmisch | 2006-02-27 22:07:25 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/gnutls.c + +Fix warning on 64 bits systems + +------------------------------------------------------------------------ +r14520 | courmisch | 2006-02-27 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/misc/rtsp.c + +Silly me + +------------------------------------------------------------------------ +r14519 | courmisch | 2006-02-27 21:59:08 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/activex/Makefile.am + M /trunk/bootstrap + M /trunk/mozilla/Makefile.am + M /trunk/src/Makefile.am + +Work-around libtool's work-around which adds .exe on Cygwin + +------------------------------------------------------------------------ +r14518 | courmisch | 2006-02-27 21:48:49 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/access/gnomevfs.c + M /trunk/modules/misc/rtsp.c + +Compile fixes + +------------------------------------------------------------------------ +r14517 | courmisch | 2006-02-27 21:29:39 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +Don't loop infinitely when then is no plugin to install (libtool-only) + +------------------------------------------------------------------------ +r14516 | courmisch | 2006-02-27 21:29:03 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/daap.c + +daap.c: Attempt to fix compilation + +------------------------------------------------------------------------ +r14515 | courmisch | 2006-02-27 13:46:42 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/include/network.h + A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514) + 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/control/http/rpn.c + M /trunk/modules/control/rc.c + M /trunk/modules/control/telnet.c + M /trunk/modules/misc/rtsp.c + M /trunk/modules/stream_out/rtp.c + M /trunk/modules/stream_out/standard.c + +Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h) + +------------------------------------------------------------------------ +r14514 | xtophe | 2006-02-27 13:01:58 +0100 (Mon, 27 Feb 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +po/*: run make update-po. + +------------------------------------------------------------------------ +r14513 | dionoea | 2006-02-26 22:30:50 +0100 (Sun, 26 Feb 2006) | 4 lines +Changed paths: + M /trunk/modules/video_filter/distort.c + +distort.c: +* new psychedelic FOSDEM demo filter. enjoy :) +* misc changes + +------------------------------------------------------------------------ +r14512 | fkuehne | 2006-02-26 17:33:56 +0100 (Sun, 26 Feb 2006) | 1 line +Changed paths: + M /trunk/extras/contrib/bootstrap + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/packages.mak + +* fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates +------------------------------------------------------------------------ +r14511 | jpsaman | 2006-02-26 16:49:54 +0100 (Sun, 26 Feb 2006) | 1 line +Changed paths: + M /trunk/modules/misc/rtsp.c + +Rename --rtsp-throtle to --rtsp-throtle-users +------------------------------------------------------------------------ +r14510 | courmisch | 2006-02-26 16:09:47 +0100 (Sun, 26 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/Makefile.am + +Put some dependencies on stamp-builtins to force rebuild when the +tree configuration is modified + +------------------------------------------------------------------------ +r14509 | courmisch | 2006-02-26 15:48:02 +0100 (Sun, 26 Feb 2006) | 4 lines +Changed paths: + M /trunk/bootstrap + M /trunk/configure.ac + M /trunk/src/Makefile.am + +Get rid of --enable-shared-libvlc on non-Microsoft platforms +as it did never worked properly, if at all with these +(you should use libtool to build a shared libvlc instead) + +------------------------------------------------------------------------ +r14508 | zorglub | 2006-02-26 15:47:06 +0100 (Sun, 26 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/control/libvlc_audio.c + +Remove ref to volume_get + +------------------------------------------------------------------------ +r14507 | zorglub | 2006-02-26 15:23:16 +0100 (Sun, 26 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/menus.cpp + +Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK + +------------------------------------------------------------------------ +r14506 | fkuehne | 2006-02-26 15:20:46 +0100 (Sun, 26 Feb 2006) | 1 line +Changed paths: + M /trunk/NEWS + +* added some news. feel free to improve the wording :) +------------------------------------------------------------------------ +r14505 | fkuehne | 2006-02-26 13:35:30 +0100 (Sun, 26 Feb 2006) | 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/keyedobjects.nib + M /trunk/modules/gui/macosx/controls.h + M /trunk/modules/gui/macosx/controls.m + +* added a "Go To Specific Position" feature (closes #377) +- accessible by double-clicking on the time-counters and through a menu-item in "Playback" +- the class of the time-counters is VLCTimeField now, because we need to fetch the mouseDown-event. There are no further changes compared to NSTextField. +------------------------------------------------------------------------ +r14504 | zorglub | 2006-02-26 13:30:22 +0100 (Sun, 26 Feb 2006) | 3 lines +Changed paths: + M /trunk/include/vlc/libvlc.h + M /trunk/src/control/libvlc_audio.c + +Cosmetics. +Add toggle_mute + +------------------------------------------------------------------------ +r14503 | zorglub | 2006-02-26 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines +Changed paths: + M /trunk/m4 + +svn:ignore libtool stuff + +------------------------------------------------------------------------ +r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line +Changed paths: + M /trunk/modules/misc/rtsp.c + +Implement RTSP VOD connection throtle +------------------------------------------------------------------------ +r14501 | courmisch | 2006-02-26 12:59:18 +0100 (Sun, 26 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + D /trunk/src/vlc.c + A /trunk/vlc.c (from /trunk/src/vlc.c:14498) + +Move vlc.c to . to fix distclean (Automake limitation) + +------------------------------------------------------------------------ +r14500 | dionoea | 2006-02-25 22:11:18 +0100 (Sat, 25 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/misc/win32_specific.c + +Revert [14452] as it broke the mozilla plugin. We need to find another way +to fix that. + +------------------------------------------------------------------------ +r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/fortunes.txt + +Nice user comment ... + +------------------------------------------------------------------------ +r14498 | courmisch | 2006-02-25 21:46:22 +0100 (Sat, 25 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Attempt to fix core and all targets with more than one job + +------------------------------------------------------------------------ +r14497 | fkuehne | 2006-02-25 16:50:43 +0100 (Sat, 25 Feb 2006) | 5 lines +Changed paths: + M /trunk/modules/gui/macosx/update.h + M /trunk/modules/gui/macosx/update.m + +* retrieve the release notes and display them + - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt + - Please shout if this location isn't okay for this purpose. + - the file is automatically removed after displaying its content. +* show the binary's size in MB instead of bytes +------------------------------------------------------------------------ +r14496 | fkuehne | 2006-02-25 14:45:07 +0100 (Sat, 25 Feb 2006) | 1 line +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/interaction.h + M /trunk/modules/gui/macosx/interaction.m + +* slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework +------------------------------------------------------------------------ +r14495 | courmisch | 2006-02-24 23:39:45 +0100 (Fri, 24 Feb 2006) | 3 lines +Changed paths: + M /trunk/Makefile.am + +Fix Win32 packaging targets inter-dependencies +(otherwise unusable with more than one make job) + +------------------------------------------------------------------------ +r14494 | zorglub | 2006-02-24 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras/make.pl + +Remove a bit of noise + +------------------------------------------------------------------------ +r14493 | bigben | 2006-02-24 16:00:03 +0100 (Fri, 24 Feb 2006) | 3 lines +Changed paths: + M /trunk/modules/audio_filter/channel_mixer/simple.c + +Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52) + + +------------------------------------------------------------------------ +r14492 | courmisch | 2006-02-24 14:43:10 +0100 (Fri, 24 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +Remove abusive line feeds to fix vlc --help-verbose --advanced -H layout. + +------------------------------------------------------------------------ +r14491 | xtophe | 2006-02-24 11:53:29 +0100 (Fri, 24 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch + +ALL: Don't use character which are different in utf8 and latin* + +------------------------------------------------------------------------ +r14490 | djc | 2006-02-24 10:55:51 +0100 (Fri, 24 Feb 2006) | 3 lines +Changed paths: + M /trunk/modules/video_filter/distort.c + +Simple Hough transform to detect lines in video +Needs a lot of optimizations... + +------------------------------------------------------------------------ +r14489 | courmisch | 2006-02-24 09:28:12 +0100 (Fri, 24 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + +Silly libgpg-error's autogen doesn't call libtoolize + +------------------------------------------------------------------------ +r14488 | courmisch | 2006-02-24 08:57:54 +0100 (Fri, 24 Feb 2006) | 5 lines +Changed paths: + M /trunk/mozilla/Makefile.am + +Fix typo, fix make dist + +As for make distclean, I can't think of any solution but moving vlc.c out of +src/ (I know it sucks, but you don't want to rewrite automake, do you?). + +------------------------------------------------------------------------ +r14487 | courmisch | 2006-02-23 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/mozilla/Makefile.am + +Make automake happy + +------------------------------------------------------------------------ +r14486 | courmisch | 2006-02-23 23:49:56 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/mozilla/Makefile.am + +Support for building Mozilla plugin with libtool + clean up + +------------------------------------------------------------------------ +r14485 | courmisch | 2006-02-23 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/mozilla/Makefile.am + +Clean up + +------------------------------------------------------------------------ +r14484 | courmisch | 2006-02-23 22:47:10 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/activex + M /trunk/modules + M /trunk/modules/access + M /trunk/modules/access/cdda + M /trunk/modules/access/dshow + M /trunk/modules/access/dvb + M /trunk/modules/access/mms + M /trunk/modules/access/pvr + M /trunk/modules/access/rtsp + M /trunk/modules/access/screen + M /trunk/modules/access/v4l + M /trunk/modules/access/vcd + M /trunk/modules/access/vcdx + M /trunk/modules/access_filter + M /trunk/modules/access_output + M /trunk/modules/audio_filter + M /trunk/modules/audio_filter/channel_mixer + M /trunk/modules/audio_filter/converter + M /trunk/modules/audio_filter/resampler + M /trunk/modules/audio_mixer + M /trunk/modules/audio_output + M /trunk/modules/codec + M /trunk/modules/codec/cmml + M /trunk/modules/codec/dmo + M /trunk/modules/codec/ffmpeg + M /trunk/modules/codec/spudec + M /trunk/modules/control + M /trunk/modules/control/corba + M /trunk/modules/control/http + M /trunk/modules/demux + M /trunk/modules/demux/asf + M /trunk/modules/demux/avi + M /trunk/modules/demux/mp4 + M /trunk/modules/demux/mpeg + M /trunk/modules/demux/playlist + M /trunk/modules/demux/util + M /trunk/modules/gui + M /trunk/modules/gui/beos + M /trunk/modules/gui/macosx + M /trunk/modules/gui/opie + M /trunk/modules/gui/pda + M /trunk/modules/gui/qnx + M /trunk/modules/gui/skins2 + M /trunk/modules/gui/skins2/commands + M /trunk/modules/gui/skins2/controls + M /trunk/modules/gui/skins2/events + M /trunk/modules/gui/skins2/macosx + M /trunk/modules/gui/skins2/parser + M /trunk/modules/gui/skins2/src + M /trunk/modules/gui/skins2/unzip + M /trunk/modules/gui/skins2/utils + M /trunk/modules/gui/skins2/vars + M /trunk/modules/gui/skins2/win32 + M /trunk/modules/gui/skins2/x11 + M /trunk/modules/gui/wince + M /trunk/modules/gui/wince/bitmaps + M /trunk/modules/gui/wxwidgets + M /trunk/modules/gui/wxwidgets/bitmaps + M /trunk/modules/gui/wxwidgets/dialogs + M /trunk/modules/gui/wxwidgets/dialogs/vlm + M /trunk/modules/misc + M /trunk/modules/misc/dummy + M /trunk/modules/misc/memcpy + M /trunk/modules/misc/network + M /trunk/modules/misc/playlist + M /trunk/modules/misc/testsuite + M /trunk/modules/misc/xml + M /trunk/modules/mux + M /trunk/modules/mux/mpeg + M /trunk/modules/packetizer + M /trunk/modules/services_discovery + M /trunk/modules/stream_out + M /trunk/modules/stream_out/transrate + M /trunk/modules/video_chroma + M /trunk/modules/video_filter + M /trunk/modules/video_filter/swscale + M /trunk/modules/video_output + M /trunk/modules/video_output/directx + M /trunk/modules/video_output/qte + M /trunk/modules/video_output/x11 + M /trunk/modules/visualization + M /trunk/modules/visualization/galaktos + M /trunk/modules/visualization/visual + M /trunk/mozilla + M /trunk/src + +svn:ignore + +------------------------------------------------------------------------ +r14483 | courmisch | 2006-02-23 22:41:05 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + +Don't build old-style when libtool is enabled + +------------------------------------------------------------------------ +r14482 | dionoea | 2006-02-23 21:31:24 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/video_filter/mosaic.c + +shame on me ... *cough* *cough* + +------------------------------------------------------------------------ +r14481 | zorglub | 2006-02-23 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp + +Bitrates only + +------------------------------------------------------------------------ +r14480 | zorglub | 2006-02-23 21:18:16 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp + +Display bitrates in kbps + +------------------------------------------------------------------------ +r14478 | courmisch | 2006-02-23 20:41:36 +0100 (Thu, 23 Feb 2006) | 8 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/bootstrap + M /trunk/configure.ac + M /trunk/modules/video_filter/Modules.am + M /trunk/src/Makefile.am + +_Experimental_ *optional* libtool support (--enable-libtool) + +Should work fine (ie. better than --enable-shared-libvlc) on Linux, +should work on Mac OS X (except for packaging), while shared libvlc doesn't. + +Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or +use --enable-shared-libvlc for now. + +------------------------------------------------------------------------ +r14477 | courmisch | 2006-02-23 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/activex/Makefile.am + +Linking order fix + +------------------------------------------------------------------------ +r14476 | courmisch | 2006-02-23 20:37:58 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/misc/modules.c + +Recurse within hidden directories for module search + +------------------------------------------------------------------------ +r14475 | littlejohn | 2006-02-23 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/control/libvlc_audio.c + +added missing $Id$ + + +------------------------------------------------------------------------ +r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (Thu, 23 Feb 2006) | 3 lines +Changed paths: + M /trunk/include/vlc/libvlc.h + +Header modified to include libvlc audio control functions + + +------------------------------------------------------------------------ +r14473 | littlejohn | 2006-02-23 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/Makefile.am + A /trunk/src/control/libvlc_audio.c + +LibVLC basic audio control API + + +------------------------------------------------------------------------ +r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/bindings/mediacontrol-python/vlcglue.c + +mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python + +------------------------------------------------------------------------ +r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/video_output/vout_intf.c + +src/vout_intf.c: move the snapshot-path == object:object-id codepath +to the start of the function, to avoid unnecessary overhead of path checks. + +------------------------------------------------------------------------ +r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/control/mediacontrol_audio_video.c + +mediacontrol_audio_video.c: release vout in mediacontrol_snapshot() + +------------------------------------------------------------------------ +r14469 | hartman | 2006-02-23 12:57:38 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/Makefile + M /trunk/extras/contrib/bootstrap + M /trunk/extras/contrib/src/Makefile + D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch + D /trunk/extras/contrib/src/Patches/gettext-osx.patch + A /trunk/extras/contrib/src/Patches/libpng-osx.patch + D /trunk/extras/contrib/src/Patches/libpng.patch + A /trunk/extras/contrib/src/Patches/live-osx.patch + D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch + M /trunk/extras/contrib/src/packages.mak + +* make more contribs work with SDK. refs #182 + +------------------------------------------------------------------------ +r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/activex/Makefile.am + +Same fix for activeX + +------------------------------------------------------------------------ +r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Fix linking with included gettext + +------------------------------------------------------------------------ +r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines +Changed paths: + M /trunk/mozilla/npvlc_rc.rc + M /trunk/mozilla/vlcplugin.h + +Ogg mime type is application/ogg (see RFC 3534) +Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646 + +------------------------------------------------------------------------ +r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines +Changed paths: + M /trunk/modules/video_filter/distort.c + M /trunk/modules/video_filter/mosaic.c + +mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better. + +distort.c: change line orders. + +------------------------------------------------------------------------ +r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/demux/avi/avi.c + +* Use EnsureUTF8 on the trackname of avi's. (no garentueed charset). + +------------------------------------------------------------------------ +r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines +Changed paths: + M /trunk/modules/codec/subsdec.c + M /trunk/src/video_output/vout_subpictures.c + +* Scale SSA subs if necessarry. +* Scale width if only original height is known. + +------------------------------------------------------------------------ +r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/activex/Makefile.am + M /trunk/src/Makefile.am + +all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html + +------------------------------------------------------------------------ +r14461 | oaubert | 2006-02-22 14:20:59 +0100 (Wed, 22 Feb 2006) | 2 lines +Changed paths: + M /trunk/bindings/mediacontrol-python/setup.py + D /trunk/bindings/mediacontrol-python/vlcdebug.py + A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460) + +mediacontrol-python: rename vlcdebug to vlcwrapper + +------------------------------------------------------------------------ +r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines +Changed paths: + M /trunk/bindings/mediacontrol-python/vlcdebug.py + +vlcdebug.py: add documentation + +------------------------------------------------------------------------ +r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines +Changed paths: + M /trunk/bindings/mediacontrol-python/Makefile.am + M /trunk/bindings/mediacontrol-python/setup.py + +mediacontrol-python: allow to build in a separate builddir + +------------------------------------------------------------------------ +r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/activex/Makefile.am + M /trunk/src/Makefile.am + +all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll. + +------------------------------------------------------------------------ +r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line +Changed paths: + M /trunk/modules/stream_out/switcher.c + +Use include for include files that can be found on the include path as provided to the compiler. +------------------------------------------------------------------------ +r14456 | zorglub | 2006-02-21 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp + +wxstuff + +------------------------------------------------------------------------ +r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp + M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp + +Add a close button. Put "-" instead of nothing when there is no info + +------------------------------------------------------------------------ +r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/streamdata.cpp + +Fix theora in WX too (Closes:#531) + +------------------------------------------------------------------------ +r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (Tue, 21 Feb 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/wizard.m + +* fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now. +------------------------------------------------------------------------ +r14452 | dionoea | 2006-02-21 20:24:23 +0100 (Tue, 21 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/misc/win32_specific.c + +Fix running vlc from path in windows (see http://forum.videolan.org/viewtopic.php?t=17435 ). This could break the mozilla plugin on windows (see http://trac.videolan.org/vlc/changeset/9106) so i'm commiting and i'll do a nightly to check. One way to be sure would be to ask Gibalou but .... + + +------------------------------------------------------------------------ +r14450 | damienf | 2006-02-21 17:38:23 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/activex/vlccontrol.cpp + +vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem + +------------------------------------------------------------------------ +r14448 | courmisch | 2006-02-21 16:02:16 +0100 (Tue, 21 Feb 2006) | 3 lines +Changed paths: + M /trunk/src/Makefile.am + +Don't rebuild static libvlc when not needed +Yet to find a solution for the same problem with shared libvlc + +------------------------------------------------------------------------ +r14447 | courmisch | 2006-02-21 13:49:02 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Favor libiconv over Win32 API for *Locale + +------------------------------------------------------------------------ +r14446 | courmisch | 2006-02-21 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Fix minor typo + +------------------------------------------------------------------------ +r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/include/charset.h + +Oups, forgot this file + +------------------------------------------------------------------------ +r14444 | courmisch | 2006-02-21 13:13:59 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/libvlc.c + M /trunk/src/misc/messages.c + +Convert to local encoding before printing on console (closes #556) + +------------------------------------------------------------------------ +r14443 | courmisch | 2006-02-21 13:13:22 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +Use //translit when converting to an non-Unicode charset + +------------------------------------------------------------------------ +r14442 | adn | 2006-02-21 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras/Makefile + +libvlc.a is in src/ + +------------------------------------------------------------------------ +r14441 | courmisch | 2006-02-21 12:53:49 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/misc/unicode.c + +A few utf8 *printf wrappers (refs #556) + +------------------------------------------------------------------------ +r14440 | courmisch | 2006-02-21 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Build vlc-bundle on BeOS + +------------------------------------------------------------------------ +r14438 | xtophe | 2006-02-21 10:07:44 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +Thou shalt use a clean tree for po stuffs. + +------------------------------------------------------------------------ +r14437 | courmisch | 2006-02-21 09:30:16 +0100 (Tue, 21 Feb 2006) | 2 lines +Changed paths: + M /trunk/mozilla/Makefile.am + +Attempt to fix #555 for mozilla plugin as well (refs #555) + +------------------------------------------------------------------------ +r14427 | fkuehne | 2006-02-20 22:00:10 +0100 (Mon, 20 Feb 2006) | 1 line +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + 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/ka.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/oc.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +* first update of the po-files +------------------------------------------------------------------------ +r14425 | courmisch | 2006-02-20 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Fix linking with C++ builtins + +------------------------------------------------------------------------ +r14423 | courmisch | 2006-02-20 19:00:28 +0100 (Mon, 20 Feb 2006) | 8 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/src/Makefile.am + +- Remove dependency of vlc on stamp-builtin with shared libvlc +- Link against -lvlc instead of src/libvlc.so otherwise installed vlc + cannot be loaded (closes #555) +- Remove src/libvlc.a when src/libvlc.so is built so that previous item + does not break Win32 linking + +how about using libtool + +------------------------------------------------------------------------ +r14422 | hartman | 2006-02-20 13:21:15 +0100 (Mon, 20 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/access/vcd/cdrom.c + M /trunk/modules/access/vcd/cdrom_internals.h + +* Fix CDDA and VCD modules for Mac OS X Intel. Fix suggestion by Keiki SATOH aka demo-n . + +------------------------------------------------------------------------ +r14421 | xtophe | 2006-02-20 00:22:02 +0100 (Mon, 20 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch + +ffmpeg-cvs.patch: fix upstream + +------------------------------------------------------------------------ +r14420 | fkuehne | 2006-02-19 23:41:29 +0100 (Sun, 19 Feb 2006) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/interaction.h + M /trunk/modules/gui/macosx/interaction.m + +* fixed keywords and encoding +------------------------------------------------------------------------ +r14419 | fkuehne | 2006-02-19 23:38:07 +0100 (Sun, 19 Feb 2006) | 7 lines +Changed paths: + M /trunk/Makefile.am + A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib + A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib + A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib + A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/interaction.h + M /trunk/modules/gui/macosx/interaction.m + M /trunk/modules/gui/macosx/intf.m + +* added the progress dialogue to the set of widgets +- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though) +- note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise + +* WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days + +As usual, comments on the implementation and the GUI-design are welcome :) +------------------------------------------------------------------------ +r14418 | courmisch | 2006-02-19 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/include/vlc_common.h + +Fix linking of C++ plugins + +------------------------------------------------------------------------ +r14417 | courmisch | 2006-02-19 21:14:07 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Share most of binary packaging script between WinCE and Win32 + +------------------------------------------------------------------------ +r14416 | courmisch | 2006-02-19 21:02:12 +0100 (Sun, 19 Feb 2006) | 3 lines +Changed paths: + M /trunk/Makefile.am + +Include libvlc.dll when packaging +(Hmm, there is a nice code duplication between win32 and winCE here) + +------------------------------------------------------------------------ +r14415 | courmisch | 2006-02-19 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Really fix + +------------------------------------------------------------------------ +r14414 | courmisch | 2006-02-19 20:47:44 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Attempt to fix vlc linkage with static libvlc + +------------------------------------------------------------------------ +r14413 | courmisch | 2006-02-19 19:29:08 +0100 (Sun, 19 Feb 2006) | 4 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/src/Makefile.am + +- Build builtins before shared libvlc +- Link builtins with libvlc instead of vlc + (seems to fix shared libvlc on Win32) + +------------------------------------------------------------------------ +r14412 | courmisch | 2006-02-19 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Ahem hem typo + +------------------------------------------------------------------------ +r14411 | dionoea | 2006-02-19 18:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/video_filter/rss.c + +rss.c: add some Atom stuff and some extra checks. + +------------------------------------------------------------------------ +r14410 | courmisch | 2006-02-19 18:14:36 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Dionoea: here is "make core", your portable "make vlc" replacement + +------------------------------------------------------------------------ +r14409 | zorglub | 2006-02-19 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +compile can now work from subdirs + +------------------------------------------------------------------------ +r14408 | zorglub | 2006-02-19 17:16:56 +0100 (Sun, 19 Feb 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_meta.h + M /trunk/modules/demux/util/id3tag.c + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp + M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp + M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp + M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp + M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp + M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp + +* Show meta-information separately +* Collect more meta-information in id3 + +------------------------------------------------------------------------ +r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/control/http/mvar.c + +Remove debug message + +------------------------------------------------------------------------ +r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/interaction.h + M /trunk/modules/gui/macosx/interaction.m + +* replaced all NSLog-calls by msg_*** +* changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again) +------------------------------------------------------------------------ +r14405 | courmisch | 2006-02-19 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/mozilla/Makefile.am + +Fix Mozilla plugin on ELF architectures + +------------------------------------------------------------------------ +r14404 | asmax | 2006-02-19 16:37:05 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vlcproc.hpp + +* all: new skin variable "vlc.isFullscreen" (guess what it does ;) + +------------------------------------------------------------------------ +r14403 | courmisch | 2006-02-19 16:21:58 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/configure.ac + M /trunk/src/Makefile.am + +Really fix libintl linking + +------------------------------------------------------------------------ +r14402 | asmax | 2006-02-19 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/NEWS + +* JACK audio output + +------------------------------------------------------------------------ +r14401 | courmisch | 2006-02-19 15:54:38 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + +Attempt to fix linking with "included" gettext + +------------------------------------------------------------------------ +r14400 | dionoea | 2006-02-19 15:39:53 +0100 (Sun, 19 Feb 2006) | 3 lines +Changed paths: + M /trunk/modules/misc/msn.c + +Fix msn plugin. +Note to zorglub: please test changes before commiting. + +------------------------------------------------------------------------ +r14399 | zorglub | 2006-02-19 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/extras + +More + +------------------------------------------------------------------------ +r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk + M /trunk/src + +svn:ignore + +------------------------------------------------------------------------ +r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Fix + +------------------------------------------------------------------------ +r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + +Update files list + +------------------------------------------------------------------------ +r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + D /trunk/lib + +Remove unused directory + +------------------------------------------------------------------------ +r14394 | courmisch | 2006-02-19 14:45:17 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/mozilla/Makefile.am + +Link Mozilla plugin against shared library when built + +------------------------------------------------------------------------ +r14393 | zorglub | 2006-02-19 14:44:29 +0100 (Sun, 19 Feb 2006) | 3 lines +Changed paths: + M /trunk/include/vlc_messages.h + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/utils/var_tree.cpp + +Fix a warning +Add some timing to playlist + +------------------------------------------------------------------------ +r14392 | courmisch | 2006-02-19 14:40:09 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/activex/Makefile.am + M /trunk/bindings/mediacontrol-python/setup.py + M /trunk/mozilla/Makefile.am + +Propagate libvlc move in plugins + +------------------------------------------------------------------------ +r14391 | zorglub | 2006-02-19 14:36:15 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/src/Makefile.am + D /trunk/src/control/control_input.c + D /trunk/src/control/control_playlist.c + D /trunk/src/control/control_vlm.c + D /trunk/src/control/core.c + A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389) + A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389) + A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389) + A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389) + A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389) + D /trunk/src/control/video.c + +Be consistant in naming + +------------------------------------------------------------------------ +r14390 | courmisch | 2006-02-19 14:30:20 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/configure.ac + +Fix a bug whereby --disable-shared-libvlc would actually enable it + +------------------------------------------------------------------------ +r14389 | courmisch | 2006-02-19 14:11:21 +0100 (Sun, 19 Feb 2006) | 7 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/bootstrap + M /trunk/configure.ac + A /trunk/src/Makefile.am + A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386) + D /trunk/src/audio_output/input.c + A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386) + A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386) + A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386) + D /trunk/src/control/input.c + D /trunk/src/control/playlist.c + D /trunk/src/control/vlm.c + M /trunk/toolbox + +- Build libvlc from src/ rather than top + so that it is cleanly built before all modules + (step toward buildable shared libvlc on Win32) +- Don't build position dependant code when building shared libvlc + (that was a big waste of time) +- Link builtin modules with vlc rather than libvlc + +------------------------------------------------------------------------ +r14388 | courmisch | 2006-02-19 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/toolbox + +Ensure src/misc exists in builddir + +------------------------------------------------------------------------ +r14387 | courmisch | 2006-02-19 12:15:01 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/video_filter/rss.c + +LoadImage is a macro on Win32 API - you can't use as a function name as is + +------------------------------------------------------------------------ +r14386 | courmisch | 2006-02-19 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Clean up backported from [12323] + +------------------------------------------------------------------------ +r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/bootstrap + +ooups + +------------------------------------------------------------------------ +r14384 | courmisch | 2006-02-19 10:03:58 +0100 (Sun, 19 Feb 2006) | 24 lines +Changed paths: + M /trunk/bootstrap + +- Seemingly fix linking of plugins with shared libvlc on Win32 +- Hopefully the same on Darwin + +!!! BIG FAT WARNING !!! +On architectures where you need to resolve all symbols when +linking a shared library, libvlc must be built before the plugins, so +that they can resolve symbols from the libvlc API. Also, the "builtins" +must be built before libvlc (regardless of the architecture or use of +shared libvlc). However, our build system currently builds all modules, +whether builtins or plugins, then libvlc and then vlc. + +Obviously, we could swap the build orders, so that libvlc gets built +before modules/ but that will only work if there is no buitins modules. +I'm not too keen on the idea of recursing twice within the modules/ +subdirectories (once for builtins, and once for plugins). Until the +issue is settled, here is how to build and test the shared libvlc on +Win32: + +1/ run configure with --enable-shared-libvlc +2/ build all built-in modules (or disable them all) one by one, +3/ make libvlc.dll +4/ make + + +------------------------------------------------------------------------ +r14383 | dionoea | 2006-02-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/NEWS + +update video filter news (again :) ) + +------------------------------------------------------------------------ +r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/video_filter/rss.c + +rss.c: change module shortname + +------------------------------------------------------------------------ +r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 Feb 2006) | 2 lines +Changed paths: + M /trunk/modules/video_filter/rss.c + +rss.c: add 'support' for Atom feeds. + +------------------------------------------------------------------------ +r14380 | dionoea | 2006-02-18 23:20:59 +0100 (Sat, 18 Feb 2006) | 5 lines +Changed paths: + M /trunk/modules/video_filter/rss.c + +rss.c: add suport for feed images (default enabled). + +tested with +./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000