]> git.sesse.net Git - vlc/log
vlc
13 years agovlm: remove some spurious calls to asprintf: vlm_MessageNew does it already.
Rémi Duraffort [Tue, 10 Aug 2010 10:42:37 +0000 (12:42 +0200)]
vlm: remove some spurious calls to asprintf: vlm_MessageNew does it already.

13 years agoOgg-page-size-to-oggseek-bytes-to-read
G Finch [Thu, 5 Aug 2010 15:14:06 +0000 (12:14 -0300)]
Ogg-page-size-to-oggseek-bytes-to-read

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoUse-opriv-current-page-in-ogg.c
G Finch [Thu, 5 Aug 2010 15:13:28 +0000 (12:13 -0300)]
Use-opriv-current-page-in-ogg.c

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoOgg-seek-new-logic-generic-changes
G Finch [Thu, 5 Aug 2010 15:11:19 +0000 (12:11 -0300)]
Ogg-seek-new-logic-generic-changes

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoRefactor-code-into-ogg.c-and-ogg.h
G Finch [Thu, 5 Aug 2010 15:10:07 +0000 (12:10 -0300)]
Refactor-code-into-ogg.c-and-ogg.h

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoNon-seek-related-ogg-changes
G Finch [Thu, 5 Aug 2010 15:09:04 +0000 (12:09 -0300)]
Non-seek-related-ogg-changes

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoskins2: playlist, fix issues when deletion is at stake
Erwan Tulou [Tue, 10 Aug 2010 08:47:37 +0000 (10:47 +0200)]
skins2: playlist, fix issues when deletion is at stake

This patch does the following
   - do not reset m_firstPosition when not needed
   - fix corner case when playlist is flat (prone to crash)
     The node with a single leaf being deleted should become the
     next leaf. But, actually just forcing the rtree.begin()
     in any case is simpler and no problem here.

13 years agoskins2: playlist, improve deletion of items
Erwan Tulou [Tue, 10 Aug 2010 08:47:07 +0000 (10:47 +0200)]
skins2: playlist, improve deletion of items

13 years agoskins2: playlist (process delete everywhere in the same way)
Erwan Tulou [Mon, 9 Aug 2010 21:07:07 +0000 (23:07 +0200)]
skins2: playlist (process delete everywhere in the same way)

Deleting an item can either be initiated by the user or coming from the core.
In one case, a m_deleted flag was added and notify occured before
deletion to avoid invalidated iterators.
This patch ensures that the other case is processed likewise.

13 years agoskins2: fix slider position a bit erratic
Erwan Tulou [Fri, 6 Aug 2010 06:56:23 +0000 (08:56 +0200)]
skins2: fix slider position a bit erratic

This path simplifies code a bit, makes index consistent throughout the code
(spanned from 0 to n-1), and remove a += maxitems that seems wrong

13 years agoskins2: playlist a few iterator issues
Erwan Tulou [Mon, 9 Aug 2010 20:41:30 +0000 (22:41 +0200)]
skins2: playlist a few iterator issues

- check validity before using iterators
- don't use iterator anymore once the item is erased

13 years agoskins2: playlist (cosmetic)
Erwan Tulou [Thu, 5 Aug 2010 16:34:18 +0000 (18:34 +0200)]
skins2: playlist (cosmetic)

13 years agoskins2: fix arrows short of 1
Erwan Tulou [Thu, 5 Aug 2010 16:05:45 +0000 (18:05 +0200)]
skins2: fix arrows short of 1

For n items, index spans from 0 to (n-1).
This issue accounted for arrows failing to move the cursor past the end of
the visible list (short of 1 click)

13 years agodvdnav: fix memory leak.
Rémi Duraffort [Mon, 9 Aug 2010 21:15:52 +0000 (23:15 +0200)]
dvdnav: fix memory leak.

13 years agodvdread: fix typo (does not have any impact).
Rémi Duraffort [Mon, 9 Aug 2010 21:12:24 +0000 (23:12 +0200)]
dvdread: fix typo (does not have any impact).

13 years agoArt: Do not crash if album is not null but empty
Jean-Baptiste Kempf [Mon, 9 Aug 2010 21:07:25 +0000 (23:07 +0200)]
Art: Do not crash if album is not null but empty

13 years agoAVCodec : Allow delayed opening of audio codecs.
Jai Menon [Thu, 5 Aug 2010 10:48:18 +0000 (16:18 +0530)]
AVCodec : Allow delayed opening of audio codecs.

Additionally, enable delayed opening for AAC which fixes decoding
of media where we rely on decoder configuration being supplied by
the packetizer instead of the container.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoAVCodec : Set audio related parameters in ffmpeg_OpenCodec and use it for audio decod...
Jai Menon [Thu, 5 Aug 2010 10:48:17 +0000 (16:18 +0530)]
AVCodec : Set audio related parameters in ffmpeg_OpenCodec and use it for audio decoder initialization.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoAVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark it as non-static.
Jai Menon [Thu, 5 Aug 2010 10:48:16 +0000 (16:18 +0530)]
AVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark it as non-static.

This will allow us to re-use this function later.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoAVCodec : Factor decoder configuration setup code into a separate function.
Jai Menon [Thu, 5 Aug 2010 10:48:15 +0000 (16:18 +0530)]
AVCodec : Factor decoder configuration setup code into a separate function.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoDShow: small fixes and cosmetics
Jean-Baptiste Kempf [Mon, 9 Aug 2010 18:35:01 +0000 (20:35 +0200)]
DShow: small fixes and cosmetics

13 years agoDShow: small fixes on error paths
Jean-Baptiste Kempf [Mon, 9 Aug 2010 17:55:34 +0000 (19:55 +0200)]
DShow: small fixes on error paths

13 years agoDShow: update Copyright years
Jean-Baptiste Kempf [Mon, 9 Aug 2010 17:41:19 +0000 (19:41 +0200)]
DShow: update Copyright years

13 years agoOld RC: "rate" is a float nowadays (fix #4088)
Rémi Denis-Courmont [Mon, 9 Aug 2010 18:25:01 +0000 (21:25 +0300)]
Old RC: "rate" is a float nowadays (fix #4088)

13 years agocontribs: fixed typo *cough*
Felix Paul Kühne [Mon, 9 Aug 2010 18:21:01 +0000 (20:21 +0200)]
contribs: fixed typo *cough*

13 years agocontribs: removed outdated patches for Mac
Felix Paul Kühne [Mon, 9 Aug 2010 18:19:25 +0000 (20:19 +0200)]
contribs: removed outdated patches for Mac

13 years agoAdd frequency and video standard options in dshow
Manol Manolov [Mon, 9 Aug 2010 17:32:13 +0000 (19:32 +0200)]
Add frequency and video standard options in dshow

The new options are dshow-tuner-frequency and dshow-tuner-standard

13 years agoWin32: prepare for Dshow freq and video standard options
Jean-Baptiste Kempf [Mon, 9 Aug 2010 17:24:08 +0000 (19:24 +0200)]
Win32: prepare for Dshow freq and video standard options

By adding the required enums from ks.h and ksmedia.h
Those are copied from MSDN online documentation

13 years agoFix make dist
Jean-Baptiste Kempf [Mon, 9 Aug 2010 16:24:31 +0000 (18:24 +0200)]
Fix make dist

13 years agoudev: fix disc device node encoding
Rémi Denis-Courmont [Mon, 9 Aug 2010 16:20:04 +0000 (19:20 +0300)]
udev: fix disc device node encoding

Contrary to V4L2, the CDDA, DVD and BD plugins use the decoded file
path. In practice, this was a very minor problem as device node paths
normally only contain lower case ASCII, digits and the forward slash.

13 years agoudev: minor simplification
Rémi Denis-Courmont [Mon, 9 Aug 2010 16:16:39 +0000 (19:16 +0300)]
udev: minor simplification

13 years agoudev: use dvd:// rather than file:// for DVD device nodes
Rémi Denis-Courmont [Mon, 9 Aug 2010 16:15:17 +0000 (19:15 +0300)]
udev: use dvd:// rather than file:// for DVD device nodes

13 years agocontribs: updated OS X patch for libcaca
Felix Paul Kühne [Mon, 9 Aug 2010 15:48:47 +0000 (17:48 +0200)]
contribs: updated OS X patch for libcaca

13 years agoAlso include sys/param.h when trying to detect the presence of sys/mount.h so that...
Brad Smith [Sun, 8 Aug 2010 23:58:51 +0000 (19:58 -0400)]
Also include sys/param.h when trying to detect the presence of sys/mount.h so that the test works on OpenBSD, as documented by mount(2).

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agocontribs: updated yasm
Felix Paul Kühne [Mon, 9 Aug 2010 15:26:06 +0000 (17:26 +0200)]
contribs: updated yasm

13 years agoContribs: force gnu99 for FFmpeg and fix compilation
Jean-Baptiste Kempf [Mon, 9 Aug 2010 11:23:06 +0000 (13:23 +0200)]
Contribs: force gnu99 for FFmpeg and fix compilation

For somewhat reason, on debian's (and arch's) mingw, strcasecmp isn't defined in c99 (very probably because _NO_OLDNAMES is defined)

13 years agoContribs: Update fontconfig to 2.8.0
Jean-Baptiste Kempf [Mon, 9 Aug 2010 11:02:06 +0000 (13:02 +0200)]
Contribs: Update fontconfig to 2.8.0

13 years agoatmo: fix compiler warning.
Rémi Duraffort [Mon, 9 Aug 2010 10:29:02 +0000 (12:29 +0200)]
atmo: fix compiler warning.

13 years agodvdread: fix memory leak.
Rémi Duraffort [Mon, 9 Aug 2010 10:23:03 +0000 (12:23 +0200)]
dvdread: fix memory leak.

13 years agoContribs: update projectm to 2.0.1
Jean-Baptiste Kempf [Mon, 9 Aug 2010 10:18:42 +0000 (12:18 +0200)]
Contribs: update projectm to 2.0.1

13 years agoContribs: compile whole modplug on Win32
Jean-Baptiste Kempf [Mon, 9 Aug 2010 10:09:02 +0000 (12:09 +0200)]
Contribs: compile whole modplug on Win32

It now compiles fine

13 years agoContrib: update libcaca to beta17
Jean-Baptiste Kempf [Mon, 9 Aug 2010 09:50:26 +0000 (11:50 +0200)]
Contrib: update libcaca to beta17

And remove unneeded patch + simplify target for speed-up

13 years agoContribs: update freetype to 2.4.2
Jean-Baptiste Kempf [Mon, 9 Aug 2010 09:37:15 +0000 (11:37 +0200)]
Contribs: update freetype to 2.4.2

13 years agoContribs: update to gettext 0.18.1.1
Jean-Baptiste Kempf [Mon, 9 Aug 2010 09:35:32 +0000 (11:35 +0200)]
Contribs: update to gettext 0.18.1.1

13 years agoContrib: update png to 1.4. branch
Jean-Baptiste Kempf [Mon, 9 Aug 2010 09:31:54 +0000 (11:31 +0200)]
Contrib: update png to 1.4. branch

13 years agoContribs: update libgpg-error, gcrypt and gnuTLS...
Jean-Baptiste Kempf [Mon, 9 Aug 2010 09:28:49 +0000 (11:28 +0200)]
Contribs: update libgpg-error, gcrypt and gnuTLS...

And create new patches accordingly for new build hiccups...

13 years agoContribs: update libdvbpsi to 0.1.7
Jean-Baptiste Kempf [Mon, 9 Aug 2010 09:14:11 +0000 (11:14 +0200)]
Contribs: update libdvbpsi to 0.1.7

13 years agoWin32: fix lua compilation
Jean-Baptiste Kempf [Mon, 9 Aug 2010 08:47:29 +0000 (10:47 +0200)]
Win32: fix lua compilation

13 years agoAdd support for detecting the number of CPUs with OpenBSD.
Brad Smith [Sun, 8 Aug 2010 21:29:59 +0000 (17:29 -0400)]
Add support for detecting the number of CPUs with OpenBSD.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt4: only show "Open containing folder" for file items
Rémi Denis-Courmont [Sun, 8 Aug 2010 20:50:57 +0000 (23:50 +0300)]
Qt4: only show "Open containing folder" for file items

13 years agoAdd AltiVec detection for OpenBSD/powerpc.
Brad Smith [Sat, 7 Aug 2010 01:52:58 +0000 (21:52 -0400)]
Add AltiVec detection for OpenBSD/powerpc.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoAlways call _exit() at end to avoid buggy exit handlers
Rémi Denis-Courmont [Sun, 8 Aug 2010 20:06:02 +0000 (23:06 +0300)]
Always call _exit() at end to avoid buggy exit handlers

Removes the KDE scheduler hack.

13 years agoCompress the source tarball with XZ (LZMA)
Rémi Denis-Courmont [Sun, 8 Aug 2010 20:03:22 +0000 (23:03 +0300)]
Compress the source tarball with XZ (LZMA)

This saves over 30% space from BZip2.

13 years agoRevert "playlist: refactor and fix #3932"
Rémi Denis-Courmont [Sun, 8 Aug 2010 18:40:57 +0000 (21:40 +0300)]
Revert "playlist: refactor and fix #3932"

This reverts commit 2a4a8f9a3f57087ac320a090442c876e94cda9c7.

13 years agodvdnav: ps_pkt_size() requires at least 6 bytes (fixes #4015)
Rémi Denis-Courmont [Sun, 8 Aug 2010 15:50:47 +0000 (18:50 +0300)]
dvdnav: ps_pkt_size() requires at least 6 bytes (fixes #4015)

The same check is already done in the dvdread, ps and vobsub modules.

13 years agoDo not tell people to install in /usr by default
Rémi Denis-Courmont [Sat, 7 Aug 2010 07:08:46 +0000 (10:08 +0300)]
Do not tell people to install in /usr by default

13 years agoDVB channel search dialog now shows ETA
David Kaplan [Tue, 3 Aug 2010 13:23:17 +0000 (16:23 +0300)]
DVB channel search dialog now shows ETA

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoDVB-S scanning support
David Kaplan [Tue, 3 Aug 2010 13:23:16 +0000 (16:23 +0300)]
DVB-S scanning support

DVB satellite scanning using transponder lists from the config directory

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoDVB access module format improvements
David Kaplan [Mon, 2 Aug 2010 14:26:04 +0000 (17:26 +0300)]
DVB access module format improvements

ScanDvbTNextExhaustive() -> ScanDvbNextExhaustive() as is used for both DVB-T/C
Various code format improvements

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoDVB: Increased signal timeout times
David Kaplan [Mon, 2 Aug 2010 14:26:03 +0000 (17:26 +0300)]
DVB: Increased signal timeout times

These are simply too short - expecially for DVB-S

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoxml_ReaderUseDTD: remove useless parameter
Rémi Denis-Courmont [Thu, 5 Aug 2010 16:08:17 +0000 (19:08 +0300)]
xml_ReaderUseDTD: remove useless parameter

13 years agoLUA: remove unused catalog and DTD support
Rémi Denis-Courmont [Thu, 5 Aug 2010 16:03:54 +0000 (19:03 +0300)]
LUA: remove unused catalog and DTD support

In my opinion, we do not want to encourage use of this.

On the one hand, our libxml2 catalog support has never been thread-safe
and this seems to have caused problems in the past (looking at the
skins2 comments). On the other hand, the xtag plugin never implemented
catalogs, so XML parsers have to handle unknown XML tags gracefully in
any case.

Also, shipping DTDs with VLC is awkward and arguably a waste of space.

13 years agoxtag: fix a warning
Rémi Denis-Courmont [Thu, 5 Aug 2010 16:01:30 +0000 (19:01 +0300)]
xtag: fix a warning

13 years agoxtag: don't pretend to support DTD and catalogs
Rémi Denis-Courmont [Thu, 5 Aug 2010 15:58:25 +0000 (18:58 +0300)]
xtag: don't pretend to support DTD and catalogs

13 years agoskins2: missing initialization
Rémi Denis-Courmont [Thu, 5 Aug 2010 15:58:16 +0000 (18:58 +0300)]
skins2: missing initialization

13 years agoskins2: remove unused static variable
Rémi Denis-Courmont [Thu, 5 Aug 2010 15:57:24 +0000 (18:57 +0300)]
skins2: remove unused static variable

13 years agoskins2: don't load XML catalog if DTD not requested
Rémi Denis-Courmont [Thu, 5 Aug 2010 15:55:57 +0000 (18:55 +0300)]
skins2: don't load XML catalog if DTD not requested

Also don't fail if the XML validator cannot be loaded.

13 years agoskins2: playlist (simplify)
Erwan Tulou [Thu, 5 Aug 2010 14:17:29 +0000 (16:17 +0200)]
skins2: playlist (simplify)

getNextSibling was buggy (previous patch), and the only use doesn't seem right.

13 years agoskin2: var_tree (add a forgotten return)
Erwan Tulou [Thu, 5 Aug 2010 14:16:23 +0000 (16:16 +0200)]
skin2: var_tree (add a forgotten return)

13 years agoskins2: playlist (missing parentheses)
Erwan Tulou [Thu, 5 Aug 2010 14:05:58 +0000 (16:05 +0200)]
skins2: playlist (missing parentheses)

13 years agoskins2: fix playlist arrows and enter no longer functioning
Erwan Tulou [Thu, 5 Aug 2010 13:56:08 +0000 (15:56 +0200)]
skins2: fix playlist arrows and enter no longer functioning

This patch fixes a regression brought by 88ba4526d03285a10e9abd59b9053c9d6927661
 that prevented arrows from being functional.

13 years agoUnroll a for loop that only ever iterates once
Rémi Denis-Courmont [Wed, 4 Aug 2010 20:50:59 +0000 (23:50 +0300)]
Unroll a for loop that only ever iterates once

13 years agoQt: allow to select inexistent files from Prefs
Jean-Baptiste Kempf [Wed, 4 Aug 2010 16:12:16 +0000 (18:12 +0200)]
Qt: allow to select inexistent files from Prefs

 - for some reason, this worked on Linux (?!?)
 - for some other reason, there doesn't seem to be 2 different modes for add_file

Close #4004

13 years agoXCB/window: cannot be resized if embedded
Rémi Denis-Courmont [Wed, 4 Aug 2010 16:13:39 +0000 (19:13 +0300)]
XCB/window: cannot be resized if embedded

(manual forward port of 3a31af06dbabd4e21a68e46249fdf3209cd8060a)

13 years agoDummy input: implement pause with infinite duration
Rémi Denis-Courmont [Wed, 4 Aug 2010 16:03:36 +0000 (19:03 +0300)]
Dummy input: implement pause with infinite duration

13 years agomp4: require can_fastseek for mp4-demuxer
Ilkka Ollakka [Wed, 4 Aug 2010 11:48:28 +0000 (14:48 +0300)]
mp4: require can_fastseek for mp4-demuxer

As it works fine over http if mp4-files are done with mp4box -tight or similar way,
in most cases mp4-files aren't done like that and avformat works much better in those
cases (don't need to seek so much).

13 years agoQt/EPG: Remove the update button. Improve the window layout.
Adrien Maglo [Wed, 4 Aug 2010 10:48:44 +0000 (12:48 +0200)]
Qt/EPG: Remove the update button. Improve the window layout.

13 years agoQt/EPG: Remove channels when they don't have any item.
Adrien Maglo [Wed, 4 Aug 2010 09:07:22 +0000 (11:07 +0200)]
Qt/EPG: Remove channels when they don't have any item.

13 years agoqt4: improve code readability.
Rémi Duraffort [Tue, 3 Aug 2010 22:29:17 +0000 (00:29 +0200)]
qt4: improve code readability.

13 years agoFix compiler warnings.
Rémi Duraffort [Tue, 3 Aug 2010 22:14:00 +0000 (00:14 +0200)]
Fix compiler warnings.

13 years agolua: fix README.
Rémi Duraffort [Tue, 3 Aug 2010 21:13:59 +0000 (23:13 +0200)]
lua: fix README.

13 years agolua_osd: add some parameters to the osd.message function to allow the user to set...
Rémi Duraffort [Tue, 3 Aug 2010 21:07:51 +0000 (23:07 +0200)]
lua_osd: add some parameters to the osd.message function to allow the user to set duration and position.

13 years agoFTP: directories cannot be sought
Rémi Denis-Courmont [Tue, 3 Aug 2010 20:52:26 +0000 (23:52 +0300)]
FTP: directories cannot be sought

13 years agoFTP: fix small memory leak in directory case
Rémi Denis-Courmont [Tue, 3 Aug 2010 20:52:12 +0000 (23:52 +0300)]
FTP: fix small memory leak in directory case

13 years agoFTP: fix directory support
Rémi Denis-Courmont [Tue, 3 Aug 2010 20:51:51 +0000 (23:51 +0300)]
FTP: fix directory support

13 years agolua: fix hotkeys demo file.
Rémi Duraffort [Tue, 3 Aug 2010 19:13:47 +0000 (21:13 +0200)]
lua: fix hotkeys demo file.

13 years agoincludes: add some LIBVLC_USED.
Rémi Duraffort [Sun, 1 Aug 2010 20:29:29 +0000 (22:29 +0200)]
includes: add some LIBVLC_USED.

13 years agoRemove aliases deprecated since 0.8.2
Rémi Duraffort [Fri, 30 Jul 2010 20:52:54 +0000 (22:52 +0200)]
Remove aliases deprecated since 0.8.2

13 years agovlc_loaddir: avoid realloc at every iteration
Rémi Denis-Courmont [Tue, 3 Aug 2010 18:55:49 +0000 (21:55 +0300)]
vlc_loaddir: avoid realloc at every iteration

13 years agoDo not export vlc_wclosedir()
Rémi Denis-Courmont [Tue, 3 Aug 2010 16:16:45 +0000 (19:16 +0300)]
Do not export vlc_wclosedir()

13 years agoRemove useless <dirent.h> check
Rémi Denis-Courmont [Tue, 3 Aug 2010 16:00:32 +0000 (19:00 +0300)]
Remove useless <dirent.h> check

13 years agoKill dirent.h replacement
Rémi Denis-Courmont [Tue, 3 Aug 2010 15:48:11 +0000 (18:48 +0300)]
Kill dirent.h replacement

While the configure checks were platform-agnostic, the implementation
was Windows-specific. Worse, this code now conflicts with our Unicode
filesystem layer, which uses the same function names. In practice, this
code was never used.

13 years agoFix default for --enable-non-utf8
Rémi Denis-Courmont [Tue, 3 Aug 2010 16:11:10 +0000 (19:11 +0300)]
Fix default for --enable-non-utf8

13 years agoGetWindowsError: use FromWide()
Rémi Denis-Courmont [Tue, 3 Aug 2010 15:33:13 +0000 (18:33 +0300)]
GetWindowsError: use FromWide()

13 years agoDMO: use FromWide(), fix charset
Rémi Denis-Courmont [Tue, 3 Aug 2010 15:28:54 +0000 (18:28 +0300)]
DMO: use FromWide(), fix charset

On Windows, wcstombs() converts UTF-16 to ANSI, not to UTF-8.

13 years agoUse vlc_mutex_locker
Rémi Denis-Courmont [Mon, 2 Aug 2010 19:24:15 +0000 (22:24 +0300)]
Use vlc_mutex_locker

13 years agoQt4: remove useless playlist pointer
Rémi Denis-Courmont [Mon, 2 Aug 2010 19:18:37 +0000 (22:18 +0300)]
Qt4: remove useless playlist pointer

13 years agoFTP: fix relative file paths (fix #3984)
Rémi Denis-Courmont [Mon, 2 Aug 2010 18:42:22 +0000 (21:42 +0300)]
FTP: fix relative file paths (fix #3984)

13 years agoFixed a bug in rect::isIncluded(), and added constness.
Olivier Teulière [Mon, 2 Aug 2010 18:17:53 +0000 (20:17 +0200)]
Fixed a bug in rect::isIncluded(), and added constness.

13 years agoRemove CPP contradiction from [5a005c66]
Rémi Denis-Courmont [Mon, 2 Aug 2010 17:47:20 +0000 (20:47 +0300)]
Remove CPP contradiction from [5a005c66]