]> git.sesse.net Git - vlc/log
vlc
20 years ago* modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for...
Gildas Bazin [Thu, 30 Oct 2003 17:58:07 +0000 (17:58 +0000)]
* modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions.

20 years ago* modules/stream_out/transcode.c: fixed last pts/dts calculation breakage.
Gildas Bazin [Thu, 30 Oct 2003 12:01:01 +0000 (12:01 +0000)]
* modules/stream_out/transcode.c: fixed last pts/dts calculation breakage.

20 years agomodules/demux/mkv.cpp:
Sigmund Augdal Helberg [Thu, 30 Oct 2003 00:12:02 +0000 (00:12 +0000)]
modules/demux/mkv.cpp:
 * fixed timing with vobsubs

20 years agomodules/demux/mkv.cpp:
Sigmund Augdal Helberg [Wed, 29 Oct 2003 23:36:59 +0000 (23:36 +0000)]
modules/demux/mkv.cpp:
 * added support for matroska files with embedded spu tracks, what the
   matroska people call VobSubs

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigContr...
Gildas Bazin [Wed, 29 Oct 2003 23:31:57 +0000 (23:31 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigControl which is really slow on wxGTK.

20 years agoWrap help at 72 chars instead of 80 to get our whole text displayed in the normal...
Clément Stenac [Wed, 29 Oct 2003 22:25:11 +0000 (22:25 +0000)]
Wrap help at 72 chars instead of 80 to get our whole text displayed in the normal size

20 years ago* modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences...
Gildas Bazin [Wed, 29 Oct 2003 21:04:55 +0000 (21:04 +0000)]
* modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences panel... it is big enough already.

20 years ago* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version...
Gildas Bazin [Wed, 29 Oct 2003 20:53:41 +0000 (20:53 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version 4676.

20 years ago* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg...
Gildas Bazin [Wed, 29 Oct 2003 19:35:43 +0000 (19:35 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg versions.

20 years ago* modules/gui/wxwindows/*: fixed breakage.
Gildas Bazin [Wed, 29 Oct 2003 18:54:46 +0000 (18:54 +0000)]
* modules/gui/wxwindows/*: fixed breakage.

20 years agoGrmbl, it was obvious I would forget to add the new files
Clément Stenac [Wed, 29 Oct 2003 18:00:46 +0000 (18:00 +0000)]
Grmbl, it was obvious I would forget to add the new files

20 years ago* src/playlist/* && Makefile.am
Clément Stenac [Wed, 29 Oct 2003 17:32:55 +0000 (17:32 +0000)]
* src/playlist/* && Makefile.am
   - splitted the enormous playlist.c file
   - implemented a better item group system: groups have a name
     and must be created before use by
      playlist_CreateGroup( p_playlist, "newgroupname")

* modules/misc/sap.c
   - Create our own playlist group ("SAP") and use it

* modules/access/slp.c
   - Create our own playlist group ("SLP") and use it

* modules/demux/util/id3tag.c
   - Trigger playlist update when we have parsed our tag

* modules/gui/wxwindows/interface.cpp
   - Fixed the about box by using vlc_wraptext
   - Added the simple open and the streaming wizard icons
           *** Icons need to be changed ! ***
   - Added the visualization to the extended gui

* modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
   - Enlarged the window to fit the wrapped text
   - Added help for audio encoders

* modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
   - Created a "streaming wizard" window (3-step streaming)

* modules/gui/wxwindows/iteminfo.cpp:
   - Group change is now based on the name

* modules/gui/wxwindows/playlist.cpp
   - Added author and group columns to the listview
   - Redesigned the window
   - Added the Sort menu with several criteria (title, author, group)
   - Added up/down buttons to move an item in the playlist
   - Added the group menu to enable/disable a group in an understandable way

TODO:
-----

* playlist core :
   - Implement advanced sort capabilities  (multi-criteria)
   - File format to save the new features
   - export playlist (to M3U, eg)
   - more robust group creation (duplicates check, ...)

* wxWindows playlist:
   The idea of a treeview seems impossible, because of wxWindow's treeview,
   that don't allow multi-selection, and, as far as I know, multi-columns.
   - Provide a frontend to advanced sort (when it's done :-) )
   - Allow moving items by drag & drop (well, if possible, haven't checked yet)
   - Allow moving several items at once
   - Customizable listview (ability to remove/move columns)
   - Find a solution to the focus problem
     (when you change track, the selected one scrolls at the
      bottom of the visible screen)

* wxWindows interface:
   - New icons, our icons begin to get old and not so pretty
   - Find a solution for the volume bar (nobody understands what it is)

20 years ago* modules/misc/freetype.c: don't use the pitch of the picture to calculate the text...
Gildas Bazin [Wed, 29 Oct 2003 12:23:51 +0000 (12:23 +0000)]
* modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment.
* modules/video_output/directx/events.c: fixed key modifiers detection.
* modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.

20 years ago* hopefully this fixes the instability of the osx vout.
Derk-Jan Hartman [Wed, 29 Oct 2003 11:54:48 +0000 (11:54 +0000)]
* hopefully this fixes the instability of the osx vout.

20 years ago* the OSX vout has support for the new hotkeys now. no prefs for it yet.
Derk-Jan Hartman [Wed, 29 Oct 2003 02:13:04 +0000 (02:13 +0000)]
* the OSX vout has support for the new hotkeys now. no prefs for it yet.
  And this is no final solution, i think it should be handled in VLCApplication.

20 years ago* ALL: improved hotkeys support.
Gildas Bazin [Wed, 29 Oct 2003 01:33:27 +0000 (01:33 +0000)]
* ALL: improved hotkeys support.

20 years agomodules/misc/freetype.c:
Sigmund Augdal Helberg [Wed, 29 Oct 2003 00:04:56 +0000 (00:04 +0000)]
modules/misc/freetype.c:
 * fixed freetype module on big endian systems
 * removed a nasty debug line
 * cosmetic fix

20 years ago* modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl...
Gildas Bazin [Tue, 28 Oct 2003 21:59:13 +0000 (21:59 +0000)]
* modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers.
* modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32).

20 years ago* fix the missing symbols ogg issue
Derk-Jan Hartman [Tue, 28 Oct 2003 20:34:41 +0000 (20:34 +0000)]
* fix the missing symbols ogg issue

20 years ago* src/misc/darwin_specific.m: fixed some languages.
Derk-Jan Hartman [Tue, 28 Oct 2003 20:15:48 +0000 (20:15 +0000)]
* src/misc/darwin_specific.m: fixed some languages.
* include/vlc_keys.h: added some extra keys on my keyboard.

20 years ago* modules/video_output/directx/events.c: added centralized hotkeys support.
Gildas Bazin [Tue, 28 Oct 2003 17:02:14 +0000 (17:02 +0000)]
* modules/video_output/directx/events.c: added centralized hotkeys support.
* modules/misc/freetype.c: fixed default font on win32.

20 years ago * include/vlc_keys.h: inlined the static function to avoid warnings.
Sam Hocevar [Tue, 28 Oct 2003 14:51:50 +0000 (14:51 +0000)]
  * include/vlc_keys.h: inlined the static function to avoid warnings.

20 years ago* modules/codec/ffmpeg/video.c: fixed screwed up indirect rendering.
Gildas Bazin [Tue, 28 Oct 2003 14:17:52 +0000 (14:17 +0000)]
* modules/codec/ffmpeg/video.c: fixed screwed up indirect rendering.
* modules/codec/ffmpeg/postprocess.c: idem for postprocessing.

20 years agoFix for a synchronization problem when a checkbox has 2 identical events
Olivier Teulière [Tue, 28 Oct 2003 07:17:45 +0000 (07:17 +0000)]
Fix for a synchronization problem when a checkbox has 2 identical events

20 years agoPDA interface update:
Jean-Paul Saman [Mon, 27 Oct 2003 22:42:02 +0000 (22:42 +0000)]
PDA interface update:
* File tab is beginning to work
* Adding file to Playlist begins to work

Note: not very usefull yet.

20 years ago* modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and...
Gildas Bazin [Mon, 27 Oct 2003 22:13:36 +0000 (22:13 +0000)]
* modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates.

20 years ago* src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be...
Gildas Bazin [Mon, 27 Oct 2003 21:54:10 +0000 (21:54 +0000)]
* src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.

20 years ago* modules/stream_out/transcode.c: bail out if we can't find an audio encoder.
Gildas Bazin [Mon, 27 Oct 2003 20:53:10 +0000 (20:53 +0000)]
* modules/stream_out/transcode.c: bail out if we can't find an audio encoder.

20 years ago* modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg...
Gildas Bazin [Mon, 27 Oct 2003 19:48:16 +0000 (19:48 +0000)]
* modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder.

20 years agoDon't assume when Activate is called that i_tell is at the beginning of
Rocky Bernstein [Mon, 27 Oct 2003 18:57:12 +0000 (18:57 +0000)]
Don't assume when Activate is called that i_tell is at the beginning of
an MPEG. Instead save that position seek to the beggining and restore
the position. This allows Video CD's to be able to start from an
entry other than the first one of a track.

20 years ago* modules/codec/vorbis.c: fixed vorbis encoding.
Gildas Bazin [Mon, 27 Oct 2003 17:50:54 +0000 (17:50 +0000)]
* modules/codec/vorbis.c: fixed vorbis encoding.
* modules/codec/ffmpeg/*: fixed ffmpeg encoding.
* modules/stream_out/transcode.c: transcoding is working again.

20 years ago. in PMT decoder, fix the iso639-2B language code decoding bug:
Damien Lucas [Mon, 27 Oct 2003 13:35:16 +0000 (13:35 +0000)]
. in PMT decoder, fix the iso639-2B language code decoding bug:
   only iso-639-2T codes were decoded

20 years ago* modules/codec/ffmpeg/audio.c: compilation fix
Gildas Bazin [Mon, 27 Oct 2003 10:00:40 +0000 (10:00 +0000)]
* modules/codec/ffmpeg/audio.c: compilation fix

20 years ago* modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
Gildas Bazin [Mon, 27 Oct 2003 01:04:38 +0000 (01:04 +0000)]
* modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
   Isolated the video postprocessing routines in postprocess.c

* modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
   include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
   transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).

PS: transcoding is currently a bit broken but I'll fix that ASAP.

20 years agomodules/video_output/x11/xcommon.c:
Sigmund Augdal Helberg [Sun, 26 Oct 2003 23:03:47 +0000 (23:03 +0000)]
modules/video_output/x11/xcommon.c:
 * report F1 to F12 keys

20 years ago* modules/video_output/x11/xcommon.c: compilation fix.
Gildas Bazin [Sun, 26 Oct 2003 17:50:23 +0000 (17:50 +0000)]
* modules/video_output/x11/xcommon.c: compilation fix.

20 years ago* Makefile.am: strip the mozilla plugin when doing the win32 package.
Gildas Bazin [Sun, 26 Oct 2003 17:11:56 +0000 (17:11 +0000)]
* Makefile.am: strip the mozilla plugin when doing the win32 package.
* configure.ac: on win32 we compile the theora module as a plugin, not builtin.

20 years ago* configure.ac: check for mozilla-config.h on win32 as well.
Gildas Bazin [Sun, 26 Oct 2003 16:12:35 +0000 (16:12 +0000)]
* configure.ac: check for mozilla-config.h on win32 as well.
* mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.

20 years ago * bootstrap: Fixed breakage from previous commit.
Sam Hocevar [Sun, 26 Oct 2003 14:49:26 +0000 (14:49 +0000)]
  * bootstrap: Fixed breakage from previous commit.

20 years ago * bootstrap: Fixed a shell thinko causing unwanted plugins to be built.
Sam Hocevar [Sun, 26 Oct 2003 13:57:39 +0000 (13:57 +0000)]
  * bootstrap: Fixed a shell thinko causing unwanted plugins to be built.

20 years agomodules/access/dvdplay/intf.c:
Sigmund Augdal Helberg [Sun, 26 Oct 2003 13:10:05 +0000 (13:10 +0000)]
modules/access/dvdplay/intf.c:
 * use new key-pressed in p_vlc, and not the one in p_vout
src/video_output/video_output.c:
 * do not create the key-pressed variable in p_vout

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.