]> git.sesse.net Git - vlc/log
vlc
18 years agoLink fix
Rémi Denis-Courmont [Sat, 20 Aug 2005 12:52:45 +0000 (12:52 +0000)]
Link fix

18 years agocode CtrlTree::autoScoll . Its still mostly buggy and give you a headache if
Antoine Cellerier [Sat, 20 Aug 2005 12:50:16 +0000 (12:50 +0000)]
code CtrlTree::autoScoll . Its still mostly buggy and give you a headache if
you watch the playlist when it is called but i can't find what's wrong.

18 years ago- experimental disabled-by-default shared libvlc build.
Rémi Denis-Courmont [Sat, 20 Aug 2005 12:30:12 +0000 (12:30 +0000)]
- experimental disabled-by-default shared libvlc build.
  I said "experimental". I meant it.
  Developers might try --enable-shared-libvlc
- remove autom4te*.cache on bootstrap
  (some customized autoconf add their version number)
- some clean up

18 years agomissing const to non-const cast
Damien Fouilleul [Sat, 20 Aug 2005 12:04:13 +0000 (12:04 +0000)]
missing const to non-const cast

18 years agominor svn:ignore fix
Rémi Denis-Courmont [Sat, 20 Aug 2005 11:29:33 +0000 (11:29 +0000)]
minor svn:ignore fix

18 years agoSanity check
Clément Stenac [Sat, 20 Aug 2005 11:26:48 +0000 (11:26 +0000)]
Sanity check

18 years agosome more mouse control on playtree display/selection
Antoine Cellerier [Sat, 20 Aug 2005 11:10:30 +0000 (11:10 +0000)]
some more mouse control on playtree display/selection

18 years agoadd new playlist_PreparseEnqueueItem function which preparses a playlist_item
Antoine Cellerier [Sat, 20 Aug 2005 10:17:20 +0000 (10:17 +0000)]
add new playlist_PreparseEnqueueItem function which preparses a playlist_item
and all its children.

18 years agoFix Xosd interface (Debian #324039)
Clément Stenac [Sat, 20 Aug 2005 09:48:31 +0000 (09:48 +0000)]
Fix Xosd interface (Debian #324039)

18 years agoCosmetic fix
Rémi Denis-Courmont [Sat, 20 Aug 2005 09:37:02 +0000 (09:37 +0000)]
Cosmetic fix

18 years agoWrap all gz functions to avoid void* -> int casts.
Clément Stenac [Sat, 20 Aug 2005 09:29:38 +0000 (09:29 +0000)]
Wrap all gz functions to avoid void* -> int casts.

Fix 64 bits build (Debian #324031)

18 years ago * ctrl_*.cpp : mouse scrolling behavior change
Antoine Cellerier [Sat, 20 Aug 2005 09:26:46 +0000 (09:26 +0000)]
 * ctrl_*.cpp : mouse scrolling behavior change
 * skin_parser.cpp : add comment so people know where to look to fix the
                     Playlist slider breakage.

18 years agoUse most recent automake version
Rémi Denis-Courmont [Sat, 20 Aug 2005 08:41:50 +0000 (08:41 +0000)]
Use most recent automake version

Slower maybe, but safer
and arguably more suited for automatically issued tarballs

18 years agoUndo erroneous previous commit
Rémi Denis-Courmont [Sat, 20 Aug 2005 08:37:45 +0000 (08:37 +0000)]
Undo erroneous previous commit
(wanted to cancel, but I pressed the wrong key)

18 years agoDon't fallback to automake 1.6
Rémi Denis-Courmont [Sat, 20 Aug 2005 08:36:37 +0000 (08:36 +0000)]
Don't fallback to automake 1.6

bootstrap might be a little slower,
but that'll ensure more recent build-system in tarballs.
Besides,

18 years ago * Playtree start. Basic functionalities work. Still needs a lot of
Antoine Cellerier [Sat, 20 Aug 2005 00:31:27 +0000 (00:31 +0000)]
 * Playtree start. Basic functionalities work. Still needs a lot of
   work, cleaning and fixing. I'll continue this weekend.

18 years ago * skin.dtd : add Playtree stuff
Antoine Cellerier [Sat, 20 Aug 2005 00:20:53 +0000 (00:20 +0000)]
 * skin.dtd : add Playtree stuff
 * playtree.vlt : default.vlt modified to use a Playtree instead of a
                  Playlist

18 years agoFix (hopefully -again-) new build system on Win32
Rémi Denis-Courmont [Fri, 19 Aug 2005 17:52:53 +0000 (17:52 +0000)]
Fix (hopefully -again-) new build system on Win32

18 years ago * modules/demux/playlist/m3u.c: If name is empty, assume that the author
Christophe Massiot [Fri, 19 Aug 2005 17:08:32 +0000 (17:08 +0000)]
 * modules/demux/playlist/m3u.c: If name is empty, assume that the author
   is in reality the name of the file (compatibility with existing
   m3u files).

18 years ago * modules/control/http/rpn.c: vlc_var_* now take an extra argument to
Christophe Massiot [Fri, 19 Aug 2005 17:07:27 +0000 (17:07 +0000)]
 * modules/control/http/rpn.c: vlc_var_* now take an extra argument to
   indicate which object we are playing with (for instance 'VLC_OBJECT_INPUT'
   or 'VLC_OBJECT_PLAYLIST'). Espace \ in addslashes.
 * modules/control/http: Factorized and simplified the RealPath() stuff.
   Fixed a few hardcoded '/' as a path separator.

18 years ago* Section titles for the OSX Preferences.
Derk-Jan Hartman [Fri, 19 Aug 2005 16:16:34 +0000 (16:16 +0000)]
* Section titles for the OSX Preferences.

18 years agoFix clean tree build
Rémi Denis-Courmont [Fri, 19 Aug 2005 16:09:41 +0000 (16:09 +0000)]
Fix clean tree build

18 years agoClean up
Rémi Denis-Courmont [Fri, 19 Aug 2005 16:06:54 +0000 (16:06 +0000)]
Clean up

18 years agoAttempt to fix problem with dnsdomain name on some OSes
Rémi Denis-Courmont [Fri, 19 Aug 2005 15:45:52 +0000 (15:45 +0000)]
Attempt to fix problem with dnsdomain name on some OSes

18 years agoAnother typo. Links now.
Rémi Denis-Courmont [Fri, 19 Aug 2005 15:42:49 +0000 (15:42 +0000)]
Another typo. Links now.

18 years agoRah typo again
Rémi Denis-Courmont [Fri, 19 Aug 2005 15:32:17 +0000 (15:32 +0000)]
Rah typo again

18 years agoForgot this file
Rémi Denis-Courmont [Fri, 19 Aug 2005 15:31:20 +0000 (15:31 +0000)]
Forgot this file

18 years agoRemove unnecessary dependencies
Rémi Denis-Courmont [Fri, 19 Aug 2005 15:28:03 +0000 (15:28 +0000)]
Remove unnecessary dependencies

18 years agoDon't print EAFNOSUPPORT error - refs #320
Rémi Denis-Courmont [Fri, 19 Aug 2005 15:21:25 +0000 (15:21 +0000)]
Don't print EAFNOSUPPORT error - refs #320

18 years agoFix typos in static libraries installation
Rémi Denis-Courmont [Fri, 19 Aug 2005 15:18:24 +0000 (15:18 +0000)]
Fix typos in static libraries installation

18 years agoSome old automake versions seem not to know about mkdir_p
Rémi Denis-Courmont [Fri, 19 Aug 2005 14:27:52 +0000 (14:27 +0000)]
Some old automake versions seem not to know about mkdir_p

18 years agoAdded new OSD support
Jean-Paul Saman [Fri, 19 Aug 2005 14:00:06 +0000 (14:00 +0000)]
Added new OSD support

18 years agoFix region width/height encoding bug. Dvbsub never tested for a change in region...
Jean-Paul Saman [Fri, 19 Aug 2005 09:02:20 +0000 (09:02 +0000)]
Fix region width/height encoding bug. Dvbsub never tested for a change in region widht/height that made a region smaller then the previous one that was encoded. The encoded region size would always been the largest size encountered, this is now fixed. Removed some superflous whitespace/

18 years agoCleanup of status reporting.
Jean-Paul Saman [Fri, 19 Aug 2005 07:23:40 +0000 (07:23 +0000)]
Cleanup of status reporting.

18 years agoIf passed ?control=play without any item, just ask playlist to play
Clément Stenac [Thu, 18 Aug 2005 23:25:16 +0000 (23:25 +0000)]
If passed ?control=play without any item, just ask playlist to play

18 years agoFix consistency of some function names
Clément Stenac [Thu, 18 Aug 2005 23:05:36 +0000 (23:05 +0000)]
Fix consistency of some function names
Improve documentation
Enable build of modules documentation

18 years ago* Change only the frontmost window opaqueness
Derk-Jan Hartman [Thu, 18 Aug 2005 21:38:32 +0000 (21:38 +0000)]
* Change only the frontmost window opaqueness

18 years ago* Fix on the fly Opaqueness changing
Derk-Jan Hartman [Thu, 18 Aug 2005 21:26:23 +0000 (21:26 +0000)]
* Fix on the fly Opaqueness changing

18 years agoDie !
Clément Stenac [Thu, 18 Aug 2005 19:38:01 +0000 (19:38 +0000)]
Die !

18 years agowtf ?
Clément Stenac [Thu, 18 Aug 2005 19:32:02 +0000 (19:32 +0000)]
wtf ?

18 years agopropset
Clément Stenac [Thu, 18 Aug 2005 19:20:25 +0000 (19:20 +0000)]
propset

18 years agoSplit the HTTP interface and begin to document it
Clément Stenac [Thu, 18 Aug 2005 19:18:56 +0000 (19:18 +0000)]
Split the HTTP interface and begin to document it

18 years agoFix an issue with the state option (behaves differently then in 0.8.1) and removed...
Jean-Paul Saman [Thu, 18 Aug 2005 18:00:31 +0000 (18:00 +0000)]
Fix an issue with the state option (behaves differently then in 0.8.1) and removed useless white space.

18 years ago* get the correct vout, when using the opengl-output-module - on-the-fly changing...
Felix Paul Kühne [Thu, 18 Aug 2005 17:50:41 +0000 (17:50 +0000)]
* get the correct vout, when using the opengl-output-module - on-the-fly changing still not possible

18 years agoRedo 12234; this time with (hopefully) Mac OS X support
Rémi Denis-Courmont [Thu, 18 Aug 2005 17:00:20 +0000 (17:00 +0000)]
Redo 12234; this time with (hopefully) Mac OS X support
It was probably too easy that building to Windows and Linux worked the same

18 years agoremove tabs/trailing spaces
Antoine Cellerier [Thu, 18 Aug 2005 16:52:45 +0000 (16:52 +0000)]
remove tabs/trailing spaces

18 years agoRemove debug
Clément Stenac [Thu, 18 Aug 2005 16:50:38 +0000 (16:50 +0000)]
Remove debug

18 years agoRevert the other half
Rémi Denis-Courmont [Thu, 18 Aug 2005 16:49:19 +0000 (16:49 +0000)]
Revert the other half

18 years agoAdded --volume-step to override AOUT_VOLUME_DEFAULT. This will give an OSD menu ...
Jean-Paul Saman [Thu, 18 Aug 2005 16:41:10 +0000 (16:41 +0000)]
Added --volume-step to override AOUT_VOLUME_DEFAULT. This will give an OSD menu (or skins2) designer to freedom to decide how many steps he wants for turning up the volume from 0 to 1024. It is an advanced option so most users will never see it. Can someone check the MacOSX changes for this? I made them but cannot compiler and test it (I don't have a Mac).

18 years ago* set the 'auto save name' for the equalizer, extended and bookmarks panels to automa...
Felix Paul Kühne [Thu, 18 Aug 2005 16:39:23 +0000 (16:39 +0000)]
* set the 'auto save name' for the equalizer, extended and bookmarks panels to automatically save their positions (closes #316)

18 years agoGrrr damn Mac OS X linker
Rémi Denis-Courmont [Thu, 18 Aug 2005 16:27:00 +0000 (16:27 +0000)]
Grrr damn Mac OS X linker

18 years ago * configure.ac: Print a warning when DVB headers aren't found.
Christophe Massiot [Thu, 18 Aug 2005 16:23:30 +0000 (16:23 +0000)]
 * configure.ac: Print a warning when DVB headers aren't found.

18 years agoimprove
Clément Stenac [Thu, 18 Aug 2005 16:20:43 +0000 (16:20 +0000)]
improve

18 years ago* added the opaqueness-slider to the extended panel (refs #318)
Felix Paul Kühne [Thu, 18 Aug 2005 16:12:29 +0000 (16:12 +0000)]
* added the opaqueness-slider to the extended panel (refs #318)
    - on-the-fly changing is not yet possible, since I don't know the correct pointer (the current one gives "dereferencing pointer to incomplete type"); see FIXME.
* VLCExtended is the delegate for o_extended_window now, to save the prefs automatically, once VLC is going to be terminated
* "awakeFromNib" was partially moved to "showPanel" to retrieve the slider values before showing the window, in case they were saved in the prefs-window

18 years ago * NEWS: Updated with my work since 0.8.2.
Christophe Massiot [Thu, 18 Aug 2005 16:08:55 +0000 (16:08 +0000)]
 * NEWS: Updated with my work since 0.8.2.

18 years ago * modules/demux/demuxdump.c: Better error detection (disk full for instance).
Christophe Massiot [Thu, 18 Aug 2005 15:58:05 +0000 (15:58 +0000)]
 * modules/demux/demuxdump.c: Better error detection (disk full for instance).

18 years ago(no commit message)
Rémi Denis-Courmont [Thu, 18 Aug 2005 15:50:58 +0000 (15:50 +0000)]

18 years ago- Use a common rule to build plugins (refs #297)
Rémi Denis-Courmont [Thu, 18 Aug 2005 15:38:09 +0000 (15:38 +0000)]
- Use a common rule to build plugins (refs #297)
  (tested on Mingw32 and native Linux, might need some tweaks)
- Remove some legacy code

18 years ago- (Un)install plugins from their directory (refs #297)
Rémi Denis-Courmont [Thu, 18 Aug 2005 15:36:12 +0000 (15:36 +0000)]
- (Un)install plugins from their directory (refs #297)
- Fix mostlyclean target

18 years agoDon't print EAFNOSUPPORT error when the given name/address does not
Rémi Denis-Courmont [Thu, 18 Aug 2005 15:27:57 +0000 (15:27 +0000)]
Don't print EAFNOSUPPORT error when the given name/address does not
even resolve to IPv6 - though cosmetic that seemed to confuse a guy on
the mailing list - refs #320.

A cleaner more clever solution would be better.

18 years agoReplace the specific VERSION32 kludge with a clean more reusable solution
Rémi Denis-Courmont [Thu, 18 Aug 2005 15:25:33 +0000 (15:25 +0000)]
Replace the specific VERSION32 kludge with a clean more reusable solution

18 years agoAdd const
Rémi Denis-Courmont [Thu, 18 Aug 2005 15:24:38 +0000 (15:24 +0000)]
Add const

18 years agoFix compiler warning. Removed unused variable
Jean-Paul Saman [Thu, 18 Aug 2005 15:14:02 +0000 (15:14 +0000)]
Fix compiler warning. Removed unused variable

18 years agoEliminate false errors of which errno said it was a success.
Jean-Paul Saman [Thu, 18 Aug 2005 13:53:45 +0000 (13:53 +0000)]
Eliminate false errors of which errno said it was a success.

18 years agoAdded a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE...
Jean-Paul Saman [Thu, 18 Aug 2005 12:55:46 +0000 (12:55 +0000)]
Added a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE IS AUTOMATICALLY GENERATED -

18 years ago * po/POTFILES.in: Removed two non-existing files.
Christophe Massiot [Thu, 18 Aug 2005 12:41:16 +0000 (12:41 +0000)]
 * po/POTFILES.in: Removed two non-existing files.

18 years ago * modules/control/http.c: Implemented RPN functions playlist_move and
Christophe Massiot [Thu, 18 Aug 2005 10:01:30 +0000 (10:01 +0000)]
 * modules/control/http.c: Implemented RPN functions playlist_move and
   playlist_delete.

18 years agoInclude OSD menu files in installer
Jean-Paul Saman [Thu, 18 Aug 2005 09:50:18 +0000 (09:50 +0000)]
Include OSD menu files in installer

18 years ago* not yet added plugins can break POTFILES.in as well mr. courmish :D
Derk-Jan Hartman [Wed, 17 Aug 2005 22:44:08 +0000 (22:44 +0000)]
* not yet added plugins can break POTFILES.in as well mr. courmish :D

18 years agoremove tabs and trailing spaces
Antoine Cellerier [Wed, 17 Aug 2005 20:53:38 +0000 (20:53 +0000)]
remove tabs and trailing spaces

18 years agoif ttl==0, don't update the feeds
Antoine Cellerier [Wed, 17 Aug 2005 20:43:15 +0000 (20:43 +0000)]
if ttl==0, don't update the feeds

18 years agoremove debug stuff
Antoine Cellerier [Wed, 17 Aug 2005 20:24:15 +0000 (20:24 +0000)]
remove debug stuff

18 years ago * add --rss-ttl parmeter so the feeds can be updated
Antoine Cellerier [Wed, 17 Aug 2005 20:17:11 +0000 (20:17 +0000)]
 * add --rss-ttl parmeter so the feeds can be updated
 * URL list seperator now is | (pipe)
 * fixes

18 years agowxwin -> wx
Antoine Cellerier [Wed, 17 Aug 2005 16:14:32 +0000 (16:14 +0000)]
wxwin -> wx

18 years ago * modules/access/file.c: Expansion of '~/' in filenames.
Christophe Massiot [Wed, 17 Aug 2005 16:00:30 +0000 (16:00 +0000)]
 * modules/access/file.c: Expansion of '~/' in filenames.

18 years ago * src/libvlc.c: Expand ~/ in --config-file.
Christophe Massiot [Wed, 17 Aug 2005 15:12:51 +0000 (15:12 +0000)]
 * src/libvlc.c: Expand ~/ in --config-file.
 * modules/control/http.c: New RPN functions :
   - 'module' vlc_config_save ('module' can be an empty string) returns status
   - vlc_config_reset

18 years ago * Makefile.am: New file version.c, generated at each 'make' command.
Christophe Massiot [Wed, 17 Aug 2005 14:39:07 +0000 (14:39 +0000)]
 * Makefile.am: New file version.c, generated at each 'make' command.
 * toolbox: New --update-version switch, which builds the version.c file
   from current date, user/hostname/domainname, compiler version and
   svn changeset.
 * src/libvlc.c: Exported API to access data from version.c.
 * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by,
   vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.

18 years ago * modules/control/http.c: New RPN functions :
Christophe Massiot [Wed, 17 Aug 2005 12:00:44 +0000 (12:00 +0000)]
 * modules/control/http.c: New RPN functions :
   - 'variable' vlc_var_type
   - 'variable' vlc_config_type
   - value 'variable' vlc_var_set (renamed from vlc_set_var for consistency)
   - 'variable' vlc_var_get
   - value 'variable' vlc_config_set
   - 'variable' vlc_config_get

18 years ago * Makefile.am: MacOS X fix when srcdir != builddir.
Christophe Massiot [Wed, 17 Aug 2005 11:58:44 +0000 (11:58 +0000)]
 * Makefile.am: MacOS X fix when srcdir != builddir.

18 years ago* Fix an issue with sgi announce files and adding the new items to the playlist
Derk-Jan Hartman [Tue, 16 Aug 2005 14:21:38 +0000 (14:21 +0000)]
* Fix an issue with sgi announce files and adding the new items to the playlist

18 years agoFix distclean
Rémi Denis-Courmont [Mon, 15 Aug 2005 18:10:06 +0000 (18:10 +0000)]
Fix distclean

18 years agoCompile fix
Clément Stenac [Mon, 15 Aug 2005 16:54:13 +0000 (16:54 +0000)]
Compile fix

18 years agoTest commit. This commit breaks the build, don't use it
Clément Stenac [Mon, 15 Aug 2005 16:53:51 +0000 (16:53 +0000)]
Test commit. This commit breaks the build, don't use it

18 years ago * compilation fix
Cyril Deguet [Mon, 15 Aug 2005 15:58:39 +0000 (15:58 +0000)]
 * compilation fix

18 years ago * all: replaced remaining C callbacks by commands
Cyril Deguet [Mon, 15 Aug 2005 15:54:32 +0000 (15:54 +0000)]
 * all: replaced remaining C callbacks by commands

18 years agoUse Latin-9 rather than US-ASCII when there is no local charset
Rémi Denis-Courmont [Mon, 15 Aug 2005 15:21:11 +0000 (15:21 +0000)]
Use Latin-9 rather than US-ASCII when there is no local charset

18 years agoUse an empty palette to get the colors of the picture right.
Jean-Paul Saman [Mon, 15 Aug 2005 15:06:42 +0000 (15:06 +0000)]
Use an empty palette to get the colors of the picture right.

18 years agoOops, Disable debugging.
Jean-Paul Saman [Mon, 15 Aug 2005 15:02:08 +0000 (15:02 +0000)]
Oops, Disable debugging.

18 years agoAlso allow an empty palette marked with palette.i_entries = 0
Jean-Paul Saman [Mon, 15 Aug 2005 15:01:31 +0000 (15:01 +0000)]
Also allow an empty palette marked with palette.i_entries = 0

18 years agoFix a few warnings
Clément Stenac [Mon, 15 Aug 2005 14:57:02 +0000 (14:57 +0000)]
Fix a few warnings

18 years ago- Fix, clean up locale settings
Rémi Denis-Courmont [Mon, 15 Aug 2005 14:51:42 +0000 (14:51 +0000)]
- Fix, clean up locale settings
- Fix local charset detection that broke (From|To)Locale

18 years agoFix playlist item insertion when local charset is not UTF-8
Rémi Denis-Courmont [Mon, 15 Aug 2005 14:50:24 +0000 (14:50 +0000)]
Fix playlist item insertion when local charset is not UTF-8

18 years agoFix stat() when local charset is not UTF-8
Rémi Denis-Courmont [Mon, 15 Aug 2005 14:50:06 +0000 (14:50 +0000)]
Fix stat() when local charset is not UTF-8

18 years agoFound a simpler way to send an empty picture to the client. It fixes also memleaks...
Jean-Paul Saman [Mon, 15 Aug 2005 14:41:28 +0000 (14:41 +0000)]
Found a simpler way to send an empty picture to the client. It fixes also memleaks introduced in 12196.

18 years ago * src/input/input.c: Really fixed :programs= this time.
Christophe Massiot [Mon, 15 Aug 2005 13:37:59 +0000 (13:37 +0000)]
 * src/input/input.c: Really fixed :programs= this time.

18 years agoSend an empty subpicture to remove the OSD menu on the client application when "menu...
Jean-Paul Saman [Mon, 15 Aug 2005 12:35:35 +0000 (12:35 +0000)]
Send an empty subpicture to remove the OSD menu on the client application when "menu off" commands is given on the rc interface.

18 years agoReplaced // comments with /* .. */ and added some sanity checking.
Jean-Paul Saman [Mon, 15 Aug 2005 12:32:44 +0000 (12:32 +0000)]
Replaced // comments with /* .. */ and added some sanity checking.

18 years agoUse NULL for initializing pointers iso 0.
Jean-Paul Saman [Mon, 15 Aug 2005 12:21:16 +0000 (12:21 +0000)]
Use NULL for initializing pointers iso 0.

18 years agoLink ipv4 with iphlpapi - closes #315
Rémi Denis-Courmont [Sun, 14 Aug 2005 17:28:28 +0000 (17:28 +0000)]
Link ipv4 with iphlpapi - closes #315

18 years agoFix SAP announce destination address - closes #314
Rémi Denis-Courmont [Sun, 14 Aug 2005 16:56:35 +0000 (16:56 +0000)]
Fix SAP announce destination address - closes #314

Bug reported by Thomas Knauer