]> git.sesse.net Git - vlc/log
vlc
20 years ago* INSTALL.win32: updated build instructions.
Gildas Bazin [Sun, 26 Oct 2003 13:07:50 +0000 (13:07 +0000)]
* INSTALL.win32: updated build instructions.

20 years ago* configure.ac: added a --disable-fribidi option and make sure the freetype module...
Gildas Bazin [Sun, 26 Oct 2003 12:49:24 +0000 (12:49 +0000)]
* configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.

20 years agosrc/libvlc.c:
Sigmund Augdal Helberg [Sun, 26 Oct 2003 12:46:55 +0000 (12:46 +0000)]
src/libvlc.c:
 * created a variable "key-pressed" in p_vlc that can be used to
   report or read key presses
 * allways try to start hotkeys interface in the background
configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
 * a new control module that reads keypresses from "key-pressed" and
   performs an action depending on what is asosiated with this key.
   Also uses nice on screen messages to indicate what action was performed
modules/video_filter/filter_common.h:
 * removed code to pass old style key reporting through filters
modules/video_output/x11/xcommon.c:
 * report key-presses through the new mechanism. Incomplete, I need help
   with this.

20 years ago * v4l: added fps option to reduce the frame rate.
Laurent Aimar [Sat, 25 Oct 2003 20:19:19 +0000 (20:19 +0000)]
 * v4l: added fps option to reduce the frame rate.
 Untested -> please report success or faillure.

20 years ago* bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed ...
Gildas Bazin [Sat, 25 Oct 2003 17:48:05 +0000 (17:48 +0000)]
* bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully).

20 years ago * modules/gui/wxwindows/Modules.am: Added a missing header to the file list.
Sam Hocevar [Sat, 25 Oct 2003 04:49:41 +0000 (04:49 +0000)]
  * modules/gui/wxwindows/Modules.am: Added a missing header to the file list.

20 years ago * bootstrap:
Sam Hocevar [Sat, 25 Oct 2003 04:48:55 +0000 (04:48 +0000)]
  * bootstrap:
    + Fixed a typo causing the Mozilla plugin build to fail.
    + Call the generic rule in "all" instead of "all-am" to spare one make level
      of recursion.

20 years ago * bootstrap:
Sam Hocevar [Sat, 25 Oct 2003 03:44:46 +0000 (03:44 +0000)]
  * bootstrap:
    + Smaller makefiles.
    + Faster builds. Heh.

20 years ago * include/vlc_common.h:
Sam Hocevar [Sat, 25 Oct 2003 00:49:14 +0000 (00:49 +0000)]
  * include/vlc_common.h:
    + Removed u8, s8, u16 etc. for good.
  * ALL:
    + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.

20 years ago * modules/video_output/wingdi.c, modules/video_output/svgalib.c: Fixed compilation
Sam Hocevar [Sat, 25 Oct 2003 00:42:31 +0000 (00:42 +0000)]
  * modules/video_output/wingdi.c, modules/video_output/svgalib.c: Fixed compilation
    errors due to the recent API change in vout_AllocatePicture.

20 years ago* configure.ac: fix for wxWindows headers detection.
Gildas Bazin [Fri, 24 Oct 2003 21:27:07 +0000 (21:27 +0000)]
* configure.ac: fix for wxWindows headers detection.
* all: changed the prototype of vout_AllocatePicture() and vout_InitPicture().
* src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure.
* include/vlc_video.h: extended video_frame_format_t.
* modules/codec/rawvideo.c: ported to the new decoder api.
* modules/video_output/x11/*: simplifications.

20 years ago* modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove...
Gildas Bazin [Fri, 24 Oct 2003 17:55:14 +0000 (17:55 +0000)]
* modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove the adts headers before sending the data.

20 years ago * modules/visualization/visual/:
Sam Hocevar [Fri, 24 Oct 2003 17:43:51 +0000 (17:43 +0000)]
  * modules/visualization/visual/:
    + Renamed fft_init into visual_fft_init because of a name clash with
      the ffmpeg libraries.
    + Replaced u8 s16 etc. with uint8_t int16_t etc.

20 years ago * include/iso_lang.h: Since the exported functions use the "const" keyword,
Sam Hocevar [Fri, 24 Oct 2003 17:41:58 +0000 (17:41 +0000)]
  * include/iso_lang.h: Since the exported functions use the "const" keyword,
    put the declarations in extern "C" {} in C++ modules.

20 years ago * Makefile.am: Recurse into doc/ to install documentation.
Sam Hocevar [Fri, 24 Oct 2003 16:34:30 +0000 (16:34 +0000)]
  * Makefile.am: Recurse into doc/ to install documentation.
  * configure.ac: Removed mention of plugin packetizer_mpegaudio which does
    not exist.

20 years ago * toolbox: On Debian woody, don't activate the speex plugin, and use
Sam Hocevar [Fri, 24 Oct 2003 14:50:07 +0000 (14:50 +0000)]
  * toolbox: On Debian woody, don't activate the speex plugin, and use
    ttf-thryomanes instead of ttf-freefonts (not available).

20 years ago * debian/rules:
Sam Hocevar [Fri, 24 Oct 2003 14:45:24 +0000 (14:45 +0000)]
  * debian/rules:
    + Activated the speex codec.
    + Activated the PVR input module.

20 years ago * modules/misc/freetype.c: Compilation fixes.
Sam Hocevar [Fri, 24 Oct 2003 14:13:59 +0000 (14:13 +0000)]
  * modules/misc/freetype.c: Compilation fixes.

20 years ago * avi: fix for playing avi file from ffserver.
Laurent Aimar [Fri, 24 Oct 2003 12:22:51 +0000 (12:22 +0000)]
 * avi: fix for playing avi file from ffserver.

20 years ago * bootstrap: Fixed the "clean" rule in module subdirectories.
Sam Hocevar [Fri, 24 Oct 2003 11:53:59 +0000 (11:53 +0000)]
  * bootstrap: Fixed the "clean" rule in module subdirectories.

20 years ago * debian/rules:
Sam Hocevar [Fri, 24 Oct 2003 11:31:51 +0000 (11:31 +0000)]
  * debian/rules:
    + Disabled the deprecated satellite plugin; the dvb plugin is now
      the recommended one (Closes: #216367).
    + Don't install fortunes in /usr/share/games, they are too private for
      common mortals (Closes: #212856). They are still available in the
      /usr/share/doc/vlc directory though.
  * debian/control:
    + Depend on ttf-freefont for subtitles.

20 years ago * modules/misc/freetype.c: Set the default font to a common Debian font.
Sam Hocevar [Fri, 24 Oct 2003 11:28:57 +0000 (11:28 +0000)]
  * modules/misc/freetype.c: Set the default font to a common Debian font.

20 years ago * modules/access/satellite/access.c: Typo.
Sam Hocevar [Fri, 24 Oct 2003 11:28:12 +0000 (11:28 +0000)]
  * modules/access/satellite/access.c: Typo.

20 years agochanged input parametter to channel, to be compatble with v4l input
Benjamin Pracht [Fri, 24 Oct 2003 09:32:32 +0000 (09:32 +0000)]
changed input parametter to channel, to be compatble with v4l input

20 years agoconfigure.ac, modules/misc/freetype.c:
Sigmund Augdal Helberg [Thu, 23 Oct 2003 23:00:37 +0000 (23:00 +0000)]
configure.ac, modules/misc/freetype.c:
  * Bidi support in the freetype module through fribidi

20 years agoAdded the "input" parameter in pvr input command line. Default is input=4 (tuner)
Benjamin Pracht [Thu, 23 Oct 2003 22:46:16 +0000 (22:46 +0000)]
Added the "input" parameter in pvr input command line. Default is input=4 (tuner)

20 years ago* modules/audio_output/alsa.c: recover more easily in case of underrun.
Gildas Bazin [Thu, 23 Oct 2003 21:55:50 +0000 (21:55 +0000)]
* modules/audio_output/alsa.c: recover more easily in case of underrun.

20 years ago* modules/codec/mpeg_audio.c: debug_message--;
Gildas Bazin [Thu, 23 Oct 2003 21:28:11 +0000 (21:28 +0000)]
* modules/codec/mpeg_audio.c: debug_message--;

20 years ago* include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes().
Gildas Bazin [Thu, 23 Oct 2003 20:51:20 +0000 (20:51 +0000)]
* include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes().
* modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues.

20 years ago * configure.ac:
Sam Hocevar [Thu, 23 Oct 2003 17:04:40 +0000 (17:04 +0000)]
  * configure.ac:
    + Detect <mozilla-config.h> on newer Mozilla versions.
  * mozilla/vlcpeer.cpp:
    + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX.
    + Use <mozilla-config.h> whenever possible.

20 years ago* modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
Gildas Bazin [Thu, 23 Oct 2003 16:48:45 +0000 (16:48 +0000)]
* modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)

20 years ago * src/libvlc.c: hid p_static_vlc in a vlc_current_object function so that
Sam Hocevar [Thu, 23 Oct 2003 16:43:37 +0000 (16:43 +0000)]
  * src/libvlc.c: hid p_static_vlc in a vlc_current_object function so that
    it can later be used from outside as well.

20 years ago * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/.
Sam Hocevar [Thu, 23 Oct 2003 16:26:21 +0000 (16:26 +0000)]
  * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/.

20 years ago* modules/gui/skins/src/*: don't forget to recreate a win32 timer when the skin is...
Gildas Bazin [Thu, 23 Oct 2003 16:00:48 +0000 (16:00 +0000)]
* modules/gui/skins/src/*: don't forget to recreate a win32 timer when the skin is changed.

20 years ago * bootstrap: Only start removing files when required tools have been
Sam Hocevar [Thu, 23 Oct 2003 15:30:22 +0000 (15:30 +0000)]
  * bootstrap: Only start removing files when required tools have been
    checked, to prevent inadvertent file losses.

20 years agoReviewed file:
Jean-Paul Saman [Thu, 23 Oct 2003 14:30:26 +0000 (14:30 +0000)]
Reviewed file:
- fixed border cases with peeking in the packet.

20 years ago* share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
Gildas Bazin [Thu, 23 Oct 2003 11:26:08 +0000 (11:26 +0000)]
* share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.

20 years ago* NEWS, modules/LIST: updated with the new features.
Gildas Bazin [Wed, 22 Oct 2003 21:08:15 +0000 (21:08 +0000)]
* NEWS, modules/LIST: updated with the new features.

20 years ago * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
Olivier Teulière [Wed, 22 Oct 2003 19:12:56 +0000 (19:12 +0000)]
 * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
     tag, which enables to choose whether drop files should be played
     directly or only enqueued (default is "true", to be backwards
     compatible).
     Implemented on win32 and x11, only tested on win32.
 * doc/skins/skins-howto.txt: Updated the doc accordingly

20 years ago* modules/codec/speex.c: fixed a couple of bugs.
Gildas Bazin [Wed, 22 Oct 2003 18:24:08 +0000 (18:24 +0000)]
* modules/codec/speex.c: fixed a couple of bugs.

20 years ago* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder...
Gildas Bazin [Wed, 22 Oct 2003 17:12:31 +0000 (17:12 +0000)]
* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
* modules/demux/ogg.c: added support for speex to the Ogg demuxer.
* modules/mux/ogg.c: added support for speex to the Ogg muxer.
* src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
* modules/access/udp.c: use an object variable and inheritance for "udp-caching".
* src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.

20 years ago * added support for S_SSA and S_ASS old way (fix 1373).
Laurent Aimar [Wed, 22 Oct 2003 00:00:54 +0000 (00:00 +0000)]
 * added support for S_SSA and S_ASS old way (fix 1373).
   added removing of all {\xxxx} in the SSA stream.

20 years ago* modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRati...
Gildas Bazin [Tue, 21 Oct 2003 18:33:53 +0000 (18:33 +0000)]
* modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational).

20 years ago* configure.ac: tell the build system that mkv is a c++ plugin.
Gildas Bazin [Tue, 21 Oct 2003 17:31:36 +0000 (17:31 +0000)]
* configure.ac: tell the build system that mkv is a c++ plugin.

20 years agoFixed dropdown lists. they were returning descriptions on a SaveAll instead of config...
Derk-Jan Hartman [Tue, 21 Oct 2003 12:30:40 +0000 (12:30 +0000)]
Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options.

20 years ago beos/VlcWrapper.cpp: started to use object variables
Eric Petit [Tue, 21 Oct 2003 01:48:02 +0000 (01:48 +0000)]
 beos/VlcWrapper.cpp: started to use object variables

20 years ago configure.ac:
Eric Petit [Tue, 21 Oct 2003 01:05:32 +0000 (01:05 +0000)]
 configure.ac:
  + updated libebml/libmatroska detection as matroska headers no longer
    include ebml headers directly. Hope you upgraded it - if not, you'll
    have to set your CFLAGS accordingly.
  + on BeOS, libmkv_plugin.so has to be linked to libstdc++

 modules/control/http.c:
  + fix for gcc != 3

20 years ago * intf-http.txt: small doc about how to write .html page for the http
Laurent Aimar [Mon, 20 Oct 2003 22:43:36 +0000 (22:43 +0000)]
 * intf-http.txt: small doc about how to write .html page for the http
 interface (up to date, but a bit technical...).

 Btw, the first who ask me to write another documentation will just go
 to hell ;)

20 years ago* src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
Gildas Bazin [Mon, 20 Oct 2003 22:28:26 +0000 (22:28 +0000)]
* src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).

20 years ago* modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are...
Gildas Bazin [Mon, 20 Oct 2003 22:27:05 +0000 (22:27 +0000)]
* modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.

20 years ago* Makefile.am, install-win32: include the mozilla plugin in the win32 package.
Gildas Bazin [Mon, 20 Oct 2003 21:48:46 +0000 (21:48 +0000)]
* Makefile.am, install-win32: include the mozilla plugin in the win32 package.
   You'll still have to install the mozilla plugin manually though.

20 years ago* modules/demux/avi/libavi.c: multiline strings are not valid C.
Gildas Bazin [Mon, 20 Oct 2003 17:18:54 +0000 (17:18 +0000)]
* modules/demux/avi/libavi.c: multiline strings are not valid C.

20 years agoRemoved an awful debug message
Clément Stenac [Mon, 20 Oct 2003 15:28:03 +0000 (15:28 +0000)]
Removed an awful debug message

20 years ago* modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced(...
Gildas Bazin [Mon, 20 Oct 2003 12:25:22 +0000 (12:25 +0000)]
* modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.

20 years ago* Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic...
Gildas Bazin [Mon, 20 Oct 2003 10:37:56 +0000 (10:37 +0000)]
* Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process.

20 years ago* even less duplicate entries by id3tags. Dupes are annoying :)
Derk-Jan Hartman [Mon, 20 Oct 2003 01:07:28 +0000 (01:07 +0000)]
* even less duplicate entries by id3tags. Dupes are annoying :)

20 years ago* modules/gui/wxwindows/preferences*: beware, casts from strings to char * are alloca...
Gildas Bazin [Mon, 20 Oct 2003 00:09:27 +0000 (00:09 +0000)]
* modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.

20 years ago* Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
Derk-Jan Hartman [Mon, 20 Oct 2003 00:01:06 +0000 (00:01 +0000)]
* Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
  multiple times anymore.

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
Gildas Bazin [Sun, 19 Oct 2003 23:38:09 +0000 (23:38 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
   Small cosmetic fixes to the code.
* modules/gui/wxwindows/menus.cpp: added a couple of new options.

20 years ago* include/codecs.h: cosmetic fixes.
Derk-Jan Hartman [Sun, 19 Oct 2003 23:12:16 +0000 (23:12 +0000)]
* include/codecs.h: cosmetic fixes.
* modules/gui/macosx/*:
  - remove the enqueue option from the open panel. why did i even add it? KISS
  - better use of name and uri fields of playlist_item_t
  - when users d&d a CD on VLC, it will now play. This breaks d&d folders
    located on a CD for now. Not really important but should be fixed later on.

20 years agomodules/gui/wxwindows/interface.cpp: oooops
Sigmund Augdal Helberg [Sun, 19 Oct 2003 22:52:11 +0000 (22:52 +0000)]
modules/gui/wxwindows/interface.cpp: oooops

20 years agoFactored the code for each of the different types of config options out into
Sigmund Augdal Helberg [Sun, 19 Oct 2003 22:41:18 +0000 (22:41 +0000)]
Factored the code for each of the different types of config options out into
separate widgets. This makes preferences.cpp much cleaner and opens up
greater possibilities for the config item controls.
* Added "browse..." button to CONFIG_ITEM_DIRECTORY
* Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
* Made it possible to change CONFIG_ITEM_KEY options with the preferences
dialog

20 years ago* modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for...
Gildas Bazin [Sun, 19 Oct 2003 22:25:10 +0000 (22:25 +0000)]
* modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.

20 years ago* lalala
Cyril Deguet [Sun, 19 Oct 2003 20:32:21 +0000 (20:32 +0000)]
* lalala

20 years ago* tried to implement on-top windows on X11, but doesn't work for me :(
Cyril Deguet [Sun, 19 Oct 2003 20:05:56 +0000 (20:05 +0000)]
* tried to implement on-top windows on X11, but doesn't work for me :(

20 years ago* modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while...
Gildas Bazin [Sun, 19 Oct 2003 16:53:59 +0000 (16:53 +0000)]
* modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.

20 years ago* Update portugese brazilian translation
Derk-Jan Hartman [Sun, 19 Oct 2003 14:02:33 +0000 (14:02 +0000)]
* Update portugese brazilian translation

20 years ago* modules/demux/avi/*
Derk-Jan Hartman [Sun, 19 Oct 2003 13:39:12 +0000 (13:39 +0000)]
* modules/demux/avi/*
  - print a debug message in case of 0xfffe audio
    This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
  - use c-style comments
* modules/gui/macosx/info.m:
  - release your objects when you finished using them.

20 years ago* modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
Gildas Bazin [Sun, 19 Oct 2003 12:37:03 +0000 (12:37 +0000)]
* modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.

20 years ago* src/playlist/playlist.c: fixed locking problem.
Gildas Bazin [Sun, 19 Oct 2003 12:20:00 +0000 (12:20 +0000)]
* src/playlist/playlist.c: fixed locking problem.
* modules/gui/skins/src/skin_main.cpp: fixed division by 0.

20 years ago* id3tag fills the psz_name and psz_author field of playlist_item_t
Derk-Jan Hartman [Sat, 18 Oct 2003 22:48:25 +0000 (22:48 +0000)]
* id3tag fills the psz_name and psz_author field of playlist_item_t

20 years ago* The SAMI parses did case sensitive tag parsing. However both START, Start
Derk-Jan Hartman [Sat, 18 Oct 2003 21:46:01 +0000 (21:46 +0000)]
* The SAMI parses did case sensitive tag parsing. However both START, Start
  and start are legal tags. I added a local_stristr (also sometime known as strcasestr)
  function to this file. It probably doesn't belong here, anyone is welcome
  to move it.

20 years ago* modules/access/dshow/*: fixes and optimizations. Also changed all the parameters...
Gildas Bazin [Sat, 18 Oct 2003 20:09:23 +0000 (20:09 +0000)]
* modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.

20 years ago* modules/gui/wxwindows/streamout.cpp: fixed the rtp field.
Gildas Bazin [Fri, 17 Oct 2003 21:28:21 +0000 (21:28 +0000)]
* modules/gui/wxwindows/streamout.cpp: fixed the rtp field.

20 years ago * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
Olivier Teulière [Fri, 17 Oct 2003 20:21:59 +0000 (20:21 +0000)]
 * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
 * doc/skins/events-howto.txt: Updated the doc accordingly

20 years ago* A few sanity checks
Clément Stenac [Fri, 17 Oct 2003 18:59:00 +0000 (18:59 +0000)]
* A few sanity checks

* Escape < and > to prevent script injections (could be done easily with crappy playlist items)

20 years ago* Makefile.am: don't forget include/vlc_keys.h in "make dist"
Gildas Bazin [Fri, 17 Oct 2003 18:45:20 +0000 (18:45 +0000)]
* Makefile.am: don't forget include/vlc_keys.h in "make dist"

20 years ago* src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibi...
Gildas Bazin [Fri, 17 Oct 2003 18:38:47 +0000 (18:38 +0000)]
* src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).

20 years ago * modules/gui/skins/*:
Olivier Teulière [Fri, 17 Oct 2003 18:17:28 +0000 (18:17 +0000)]
 * modules/gui/skins/*:
        Added an "Always on top" entry in the system menu (it can also
        be triggered by Ctrl+T). Implemented on Windows only, but to do
        that on X11 you just need to write X11Window::ToggleOnTop().

20 years ago* modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config...
Gildas Bazin [Fri, 17 Oct 2003 16:40:09 +0000 (16:40 +0000)]
* modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel.
* modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume.
* modules/video_output/directx/*: use inheritance for the direct-always-on-top object var.
   Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks.
* modules/mux/mp4.c: fixed the audio/video sync.

20 years ago* modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
Gildas Bazin [Thu, 16 Oct 2003 16:04:25 +0000 (16:04 +0000)]
* modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
   Check p_playlist->i_index is != -1 as well.

20 years ago* modules/video_filter/*: forward fullscreen event between children and parent.
Gildas Bazin [Wed, 15 Oct 2003 22:49:48 +0000 (22:49 +0000)]
* modules/video_filter/*: forward fullscreen event between children and parent.

20 years ago* modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
Gildas Bazin [Wed, 15 Oct 2003 12:24:14 +0000 (12:24 +0000)]
* modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
* modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks.
* modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice.
* modules/gui/wxwindows/menus.cpp: small cosmetic changes.

20 years ago* modules/control/http.c: small bug fix.
Gildas Bazin [Wed, 15 Oct 2003 07:34:25 +0000 (07:34 +0000)]
* modules/control/http.c: small bug fix.
* mozilla/vlcshell.cpp: win32 fix.

20 years ago* src/interface/interface.c: interfaces added on the fly are attached to p_vlc instea...
Gildas Bazin [Tue, 14 Oct 2003 23:09:03 +0000 (23:09 +0000)]
* src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.

20 years ago* modules/gui/wxwindows/*: don't forget to delete the timer.
Gildas Bazin [Tue, 14 Oct 2003 22:41:41 +0000 (22:41 +0000)]
* modules/gui/wxwindows/*: don't forget to delete the timer.
   Use wxApp::OnExit() to cleanup the dialogs provider.
   Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
* modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
   Don't forget to attach/detach the dialogs provider to its parent intf.
   Work around a bug in imlib2 when we close the plugin.
* src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
* src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).

20 years agoNew update again !
Alexis de Lattre [Tue, 14 Oct 2003 16:46:39 +0000 (16:46 +0000)]
New update again !

20 years agoSpanish translation update.
Alexis de Lattre [Tue, 14 Oct 2003 07:30:31 +0000 (07:30 +0000)]
Spanish translation update.

20 years ago* modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)
Clément Stenac [Mon, 13 Oct 2003 05:48:08 +0000 (05:48 +0000)]
* modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)

* NEWS: added some more stuff

20 years ago* Updated the pt_BR translation
Derk-Jan Hartman [Sun, 12 Oct 2003 23:28:36 +0000 (23:28 +0000)]
* Updated the pt_BR translation
* Added the new es language to the preferences
* Updated same stuff in the NEWS file, new release will still take a long time
* Updated the subtitle info in the README file.

20 years ago* added a "auto" mode to sub-type. This is because the wxwin intf doesn't
Derk-Jan Hartman [Sun, 12 Oct 2003 21:53:58 +0000 (21:53 +0000)]
* added a "auto" mode to sub-type. This is because the wxwin intf doesn't
  like dropdown lists, with no selection. it therefore selects the first item
  in this case microdvd, which then has the potential that you can save and
  set this sub-type accidently.

20 years ago* src/video_output/video_text.h: removed useless file.
Gildas Bazin [Sun, 12 Oct 2003 09:49:30 +0000 (09:49 +0000)]
* src/video_output/video_text.h: removed useless file.

20 years ago* src/input/subtitles.c: made the autodetection fuzziness a config option.
Derk-Jan Hartman [Sat, 11 Oct 2003 22:40:05 +0000 (22:40 +0000)]
* src/input/subtitles.c: made the autodetection fuzziness a config option.
* ALL:
  use a counter and pass this along to New_Subtitle, so we can add more
  than one subtitle file. This 'fixes' a problem where all subtitles got the
  same track_id and therefore were all (un)selected at the same time.

20 years ago* src/misc/charset.c: Fixed a segfault and removed some gcc warnings
Derk-Jan Hartman [Sat, 11 Oct 2003 21:08:40 +0000 (21:08 +0000)]
* src/misc/charset.c: Fixed a segfault and removed some gcc warnings
  The day i understand strings and memory in C is going to be a joyful day :)
* modules/demux/mkv.cpp: fixed an error if there is no ICONV support

20 years ago* removed an undef HAVE_ICONV from this file, and fixed a cast warning.
Derk-Jan Hartman [Sat, 11 Oct 2003 14:08:58 +0000 (14:08 +0000)]
* removed an undef HAVE_ICONV from this file, and fixed a cast warning.

20 years agoMinor fix.
Alexis de Lattre [Fri, 10 Oct 2003 19:42:30 +0000 (19:42 +0000)]
Minor fix.

20 years ago* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
Gildas Bazin [Fri, 10 Oct 2003 17:09:42 +0000 (17:09 +0000)]
* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
* modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.

20 years agoRan toolbox --update-po.
Alexis de Lattre [Fri, 10 Oct 2003 07:33:53 +0000 (07:33 +0000)]
Ran toolbox --update-po.

20 years agoNew spanish translation, by Antonio Javier Varela.
Alexis de Lattre [Fri, 10 Oct 2003 07:28:37 +0000 (07:28 +0000)]
New spanish translation, by Antonio Javier Varela.

P.S. : it compiles fine, but I can't figure out how to change the
language on the CVS version of VLC, so I couldn't test it.

20 years ago* modules/stream_out/transcode.c: yes, I can do it!
Gildas Bazin [Thu, 9 Oct 2003 19:40:29 +0000 (19:40 +0000)]
* modules/stream_out/transcode.c: yes, I can do it!