]> git.sesse.net Git - vlc/log
vlc
16 years agos/if/ifdef/
Rémi Denis-Courmont [Mon, 4 Feb 2008 18:40:45 +0000 (18:40 +0000)]
s/if/ifdef/

16 years ago#define _GNU_SOURCE
Rémi Denis-Courmont [Mon, 4 Feb 2008 18:40:02 +0000 (18:40 +0000)]
#define _GNU_SOURCE

16 years agoMissing include directory. For some reason these variables are not even in the docume...
Rémi Denis-Courmont [Mon, 4 Feb 2008 18:33:59 +0000 (18:33 +0000)]
Missing include directory. For some reason these variables are not even in the documentation...

16 years agocmake: Don't set -DMACOSX_DEPLOYMENT_TARGET=10.4 -mmacosx-version-min=10.4.
Pierre d'Herbemont [Mon, 4 Feb 2008 18:19:56 +0000 (18:19 +0000)]
cmake: Don't set  -DMACOSX_DEPLOYMENT_TARGET=10.4 -mmacosx-version-min=10.4.

16 years agocmake: Fix revision generation.
Pierre d'Herbemont [Mon, 4 Feb 2008 18:16:13 +0000 (18:16 +0000)]
cmake: Fix revision generation.

16 years agosrc/CMakeLists.txt: Correctly fix that typo spotted by courmisch.
Pierre d'Herbemont [Mon, 4 Feb 2008 16:49:57 +0000 (16:49 +0000)]
src/CMakeLists.txt: Correctly fix that typo spotted by courmisch.

16 years agosrc/CMakeLists.txt: Correct a typo.
Pierre d'Herbemont [Mon, 4 Feb 2008 16:49:08 +0000 (16:49 +0000)]
src/CMakeLists.txt: Correct a typo.

16 years agoconfig.cmake: Remove unuseful -std=c99.
Pierre d'Herbemont [Mon, 4 Feb 2008 16:48:50 +0000 (16:48 +0000)]
config.cmake: Remove unuseful -std=c99.

16 years agocmake: config.cmake cleanup.
Pierre d'Herbemont [Mon, 4 Feb 2008 16:41:04 +0000 (16:41 +0000)]
cmake: config.cmake cleanup.

16 years agopkg_check_modules.cmake: On first run FindPkgConfig works properly but on second...
Pierre d'Herbemont [Mon, 4 Feb 2008 15:55:31 +0000 (15:55 +0000)]
pkg_check_modules.cmake: On first run FindPkgConfig works properly but on second run it does not check if ${prefix}_FOUND is true, patch by Bjoern Ricks submitted by prahal.

16 years agocmake: Use -std=gnu99 instead of -std=c99 and link libvlc-control to libvlc.
Pierre d'Herbemont [Mon, 4 Feb 2008 15:20:33 +0000 (15:20 +0000)]
cmake: Use -std=gnu99 instead of -std=c99 and link libvlc-control to libvlc.

16 years agopkg_check_modules.cmake: Update the version to work around http://www.cmake.org/Bug...
Pierre d'Herbemont [Mon, 4 Feb 2008 15:12:25 +0000 (15:12 +0000)]
pkg_check_modules.cmake: Update the version to work around http://www.cmake.org/Bug/view.php?id=6117 as spotted by prahal.

16 years agorm -Rf verify the existence of tmp for us
Rafaël Carré [Mon, 4 Feb 2008 14:54:09 +0000 (14:54 +0000)]
rm -Rf verify the existence of tmp for us

16 years agocmake: Don't send two time -std=c99.
Pierre d'Herbemont [Mon, 4 Feb 2008 14:50:02 +0000 (14:50 +0000)]
cmake: Don't send two time -std=c99.

16 years agosrc_CMakeLists: Build libvlc-control.
Pierre d'Herbemont [Mon, 4 Feb 2008 14:26:54 +0000 (14:26 +0000)]
src_CMakeLists: Build libvlc-control.

16 years agocmake: Don't have modules to depend on libvlc on non-win32 platform.
Pierre d'Herbemont [Mon, 4 Feb 2008 14:00:39 +0000 (14:00 +0000)]
cmake: Don't have modules to depend on libvlc on non-win32 platform.

16 years agoMakefile.am: Fix make.pl location.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:44:44 +0000 (13:44 +0000)]
Makefile.am: Fix make.pl location.

16 years agoMakefile.am: Attempt to fix VLC.app VLC-release.app.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:35:19 +0000 (13:35 +0000)]
Makefile.am: Attempt to fix VLC.app VLC-release.app.

16 years agocmake: Add the modules/'s CMakeLists.txt.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:23:28 +0000 (13:23 +0000)]
cmake: Add the modules/'s CMakeLists.txt.

16 years agocharset.c: Use defined() for HAVE_ macro.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:18:40 +0000 (13:18 +0000)]
charset.c: Use defined() for HAVE_ macro.

16 years agotext/charset.c: Use #ifdef for HAVE_* macro.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:18:05 +0000 (13:18 +0000)]
text/charset.c: Use #ifdef for HAVE_* macro.

16 years agocmake/scripts/convert_vlc_to_cmake.sh: Fix config.h.cmake install.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:16:07 +0000 (13:16 +0000)]
cmake/scripts/convert_vlc_to_cmake.sh: Fix config.h.cmake install.

16 years agobuildsystem/cmake/scripts/convert_vlc_to_cmake.sh: Force ln.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:12:54 +0000 (13:12 +0000)]
buildsystem/cmake/scripts/convert_vlc_to_cmake.sh: Force ln.

16 years agoMakefile.am: Yet an other attempt to fix this Makefile.am on Mac OS X.
Pierre d'Herbemont [Mon, 4 Feb 2008 13:06:44 +0000 (13:06 +0000)]
Makefile.am: Yet an other attempt to fix this Makefile.am on Mac OS X.

16 years agoAttempt to fix previous commit.
Pierre d'Herbemont [Mon, 4 Feb 2008 12:44:50 +0000 (12:44 +0000)]
Attempt to fix previous commit.

16 years agomake.pl isn't autotools specific
Rafaël Carré [Mon, 4 Feb 2008 12:44:03 +0000 (12:44 +0000)]
make.pl isn't autotools specific

16 years agopackage/macosx/vlc.xcodeproj: Fix files location.
Pierre d'Herbemont [Mon, 4 Feb 2008 12:29:00 +0000 (12:29 +0000)]
package/macosx/vlc.xcodeproj: Fix files location.

16 years agoMakefile.am: Also remove ./tmp from the VLC.app target.
Pierre d'Herbemont [Mon, 4 Feb 2008 12:25:00 +0000 (12:25 +0000)]
Makefile.am: Also remove ./tmp from the VLC.app target.

16 years agoMakefile.am: Automatically remove ./tmp in the VLC-release.app target.
Pierre d'Herbemont [Mon, 4 Feb 2008 12:12:15 +0000 (12:12 +0000)]
Makefile.am: Automatically remove ./tmp in the VLC-release.app target.

16 years agoMakefile.am: Some target weren't updated during the move.
Pierre d'Herbemont [Mon, 4 Feb 2008 12:03:17 +0000 (12:03 +0000)]
Makefile.am: Some target weren't updated during the move.

16 years agoAUTHORS: Add lua to dionoea.
Pierre d'Herbemont [Mon, 4 Feb 2008 11:56:04 +0000 (11:56 +0000)]
AUTHORS: Add lua to dionoea.

16 years agoAUTHORS: Add myself.
Pierre d'Herbemont [Mon, 4 Feb 2008 11:54:28 +0000 (11:54 +0000)]
AUTHORS: Add myself.

16 years agoREADME: Document a bit more the source tree layout.
Pierre d'Herbemont [Mon, 4 Feb 2008 11:45:17 +0000 (11:45 +0000)]
README: Document a bit more the source tree layout.

16 years agocmake: Send in config.h.cmake.
Pierre d'Herbemont [Mon, 4 Feb 2008 10:42:05 +0000 (10:42 +0000)]
cmake: Send in config.h.cmake.

16 years agoREADME.MacOSX.rtf has moved
Rafaël Carré [Mon, 4 Feb 2008 10:34:49 +0000 (10:34 +0000)]
README.MacOSX.rtf has moved

16 years agoContribs: Twolame has new version that fix gcc 4.3 bug and fix some mono audio level...
Jean-Baptiste Kempf [Mon, 4 Feb 2008 07:13:02 +0000 (07:13 +0000)]
Contribs: Twolame has new version that fix gcc 4.3 bug and fix some mono audio level issue.

16 years agoIdem as previous
Jean-Baptiste Kempf [Mon, 4 Feb 2008 03:59:45 +0000 (03:59 +0000)]
Idem as previous

16 years agoSmall Win32 fix.
Jean-Baptiste Kempf [Mon, 4 Feb 2008 03:48:48 +0000 (03:48 +0000)]
Small Win32 fix.

16 years agomacosx/framework: Fix contrib location.
Pierre d'Herbemont [Mon, 4 Feb 2008 02:30:03 +0000 (02:30 +0000)]
macosx/framework: Fix contrib location.

16 years agobuildsystem/cmake: Add an embryonary CMake support. Files are constrained into the...
Pierre d'Herbemont [Mon, 4 Feb 2008 02:08:11 +0000 (02:08 +0000)]
buildsystem/cmake: Add an embryonary CMake support. Files are constrained into the buildsystem directory so you need to populate them prior using it, using:
cd vlc && sh ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh

16 years agoprojects/mozilla/Makefile.am: Fix Mac OS X's package file location.
Pierre d'Herbemont [Mon, 4 Feb 2008 01:39:48 +0000 (01:39 +0000)]
projects/mozilla/Makefile.am: Fix Mac OS X's package file location.

16 years agoMove README.MacOSX.rtf to the macosx package directory.
Pierre d'Herbemont [Mon, 4 Feb 2008 01:37:46 +0000 (01:37 +0000)]
Move README.MacOSX.rtf to the macosx package directory.

16 years agoMakefile.am: Get package files from the new location.
Pierre d'Herbemont [Mon, 4 Feb 2008 01:28:24 +0000 (01:28 +0000)]
Makefile.am: Get package files from the new location.

16 years agoMove the Mac OS X framework plus the yet to be finished VLC.app to projects/macosx...
Pierre d'Herbemont [Mon, 4 Feb 2008 01:19:53 +0000 (01:19 +0000)]
Move the Mac OS X framework plus the yet to be finished VLC.app to projects/macosx/framework and projects/macosx/vlc_app.

16 years agoSource Tree Layout Cleanup: (As decided at videolan-meeting #2)
Pierre d'Herbemont [Mon, 4 Feb 2008 01:17:33 +0000 (01:17 +0000)]
Source Tree Layout Cleanup: (As decided at videolan-meeting #2)
    projects/ - contains projects that link to libvlc other than vlc and the bindings.
    extras/package - contains the packaging specific files.
    extras/deprecated - deprecated files.
    extras/buildsystem - contains non-default buildsystem stuff.
    extras/analyser - contains code analyser (such as editor specific files) specific files.

16 years agovlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long...
Pierre d'Herbemont [Mon, 4 Feb 2008 00:18:33 +0000 (00:18 +0000)]
vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long time before returning as we usually idle that way. This removes annoying warning messages.

16 years agoContribs - XML CVE-2007-6284
Jean-Baptiste Kempf [Sun, 3 Feb 2008 21:26:04 +0000 (21:26 +0000)]
Contribs - XML CVE-2007-6284

16 years agocontribs: really fix this patch
Felix Paul Kühne [Sun, 3 Feb 2008 20:54:45 +0000 (20:54 +0000)]
contribs: really fix this patch

16 years agocontribs: fixed ffmpeg patch
Felix Paul Kühne [Sun, 3 Feb 2008 20:43:28 +0000 (20:43 +0000)]
contribs: fixed ffmpeg patch

16 years agoRemove dead preprocessor directives
Rémi Denis-Courmont [Sun, 3 Feb 2008 20:38:34 +0000 (20:38 +0000)]
Remove dead preprocessor directives

16 years agoMissing checks for alloca and mmap
Rémi Denis-Courmont [Sun, 3 Feb 2008 20:34:44 +0000 (20:34 +0000)]
Missing checks for alloca and mmap

16 years agoDon't include stddef without checking for it.
Rémi Denis-Courmont [Sun, 3 Feb 2008 20:12:50 +0000 (20:12 +0000)]
Don't include stddef without checking for it.

16 years agoUse waitpipe when establishing an outgoing network connection
Rémi Denis-Courmont [Sun, 3 Feb 2008 19:09:45 +0000 (19:09 +0000)]
Use waitpipe when establishing an outgoing network connection

16 years agoAdd a public function to create the p_update struct.
Rémi Duraffort [Sun, 3 Feb 2008 18:38:10 +0000 (18:38 +0000)]
Add a public function to create the p_update struct.

16 years agoRemove libintl from the source tree.
Rémi Denis-Courmont [Sun, 3 Feb 2008 18:31:07 +0000 (18:31 +0000)]
Remove libintl from the source tree.
People use libintil from the contrib anyway.

16 years agoWe don't check for limits.h, so don't use HAVE_LIMITS_H
Rémi Denis-Courmont [Sun, 3 Feb 2008 18:30:25 +0000 (18:30 +0000)]
We don't check for limits.h, so don't use HAVE_LIMITS_H

16 years agoMissing #include
Rémi Denis-Courmont [Sun, 3 Feb 2008 18:29:24 +0000 (18:29 +0000)]
Missing #include

16 years agoFix realaudio linking on Linux without the Win32 loader
Rémi Denis-Courmont [Sun, 3 Feb 2008 15:23:15 +0000 (15:23 +0000)]
Fix realaudio linking on Linux without the Win32 loader

16 years agomacosx: GUI demo of Simple Preferences showing the Interface and Audio categories...
Felix Paul Kühne [Sun, 3 Feb 2008 14:58:06 +0000 (14:58 +0000)]
macosx: GUI demo of Simple Preferences showing the Interface and Audio categories. Feedback is welcome.

16 years agoCosmetic: Use $(...) rather than ${...} for variable expansion
Rémi Denis-Courmont [Sun, 3 Feb 2008 14:02:07 +0000 (14:02 +0000)]
Cosmetic: Use $(...) rather than ${...} for variable expansion

16 years agolibupnp: Don't unescape XML twice. Patch by Robson Braga Araujo
Rémi Denis-Courmont [Sun, 3 Feb 2008 10:18:05 +0000 (10:18 +0000)]
libupnp: Don't unescape XML twice. Patch by Robson Braga Araujo

16 years agoOrdering fix
Rémi Denis-Courmont [Sun, 3 Feb 2008 10:15:24 +0000 (10:15 +0000)]
Ordering fix

16 years agotext/charset.c: Use #ifdef instead of #if for HAVE_ macro.
Pierre d'Herbemont [Sun, 3 Feb 2008 00:33:26 +0000 (00:33 +0000)]
text/charset.c: Use #ifdef instead of #if for HAVE_ macro.

16 years agoDVCPRO25 and 50 in AVI...
Jean-Baptiste Kempf [Sat, 2 Feb 2008 23:49:02 +0000 (23:49 +0000)]
DVCPRO25 and 50 in AVI...

16 years agoPut the preprocessing flags in CPPFLAGS
Christophe Mutricy [Sat, 2 Feb 2008 23:21:46 +0000 (23:21 +0000)]
Put the preprocessing flags in CPPFLAGS

16 years agoFix fribidi.pc
Christophe Mutricy [Sat, 2 Feb 2008 23:11:04 +0000 (23:11 +0000)]
Fix fribidi.pc

16 years agoCosmetic (corrected a comment)
Laurent Aimar [Sat, 2 Feb 2008 19:17:41 +0000 (19:17 +0000)]
Cosmetic (corrected a comment)

16 years ago Fixed seeking at the exact stream end in block mode.
Laurent Aimar [Sat, 2 Feb 2008 19:15:32 +0000 (19:15 +0000)]
 Fixed seeking at the exact stream end in block mode.
 It fixes errors when using mapped file input (for example with asf,
or with truncated files)
 Please, report any regression (with dvb, mapped file, v4l, mms inputs)

16 years agovlc_network.h: Prefer to use #ifdef instead of #if for HAVE_ macro.
Pierre d'Herbemont [Sat, 2 Feb 2008 18:37:01 +0000 (18:37 +0000)]
vlc_network.h: Prefer to use #ifdef instead of #if for HAVE_ macro.

16 years agoqt4 - ehm, I did neither resize the windows nor wanted to do that. QDesigner is a...
Felix Paul Kühne [Sat, 2 Feb 2008 17:50:28 +0000 (17:50 +0000)]
qt4 - ehm, I did neither resize the windows nor wanted to do that. QDesigner is a strange thingie...

16 years agoqt4 - some string unifications. Open for comments.. ;)
Felix Paul Kühne [Sat, 2 Feb 2008 17:27:39 +0000 (17:27 +0000)]
qt4 - some string unifications. Open for comments.. ;)

16 years agoUse pkg-config for freetype and fribidi. Please report if your distro don't have...
Christophe Mutricy [Sat, 2 Feb 2008 16:18:05 +0000 (16:18 +0000)]
Use pkg-config for freetype and fribidi. Please report if your distro don't have the .pc for those. It also affect skins2 cflags and libs

16 years agogrowl: better formatting of notification, depending which metadata is available
Rafaël Carré [Sat, 2 Feb 2008 15:30:13 +0000 (15:30 +0000)]
growl: better formatting of notification, depending which metadata is available

16 years agomozilla: update svn:ignore property
Rafaël Carré [Sat, 2 Feb 2008 15:26:34 +0000 (15:26 +0000)]
mozilla: update svn:ignore property

16 years agomozilla: fix out-of-tree compilation on macosx
Rafaël Carré [Sat, 2 Feb 2008 15:24:31 +0000 (15:24 +0000)]
mozilla: fix out-of-tree compilation on macosx

16 years agomake.pl: match gcc -mmacosx-minXXXXX lines
Rafaël Carré [Sat, 2 Feb 2008 15:23:53 +0000 (15:23 +0000)]
make.pl: match gcc -mmacosx-minXXXXX lines

16 years agocontribs/src: update svn:ignore property
Rafaël Carré [Sat, 2 Feb 2008 15:23:17 +0000 (15:23 +0000)]
contribs/src: update svn:ignore property

16 years agocontribs: move macosx gecko-sdk in the right place
Rafaël Carré [Sat, 2 Feb 2008 15:22:18 +0000 (15:22 +0000)]
contribs: move macosx gecko-sdk in the right place

16 years agomisc/osd: set svn:ignore property
Rafaël Carré [Sat, 2 Feb 2008 15:21:30 +0000 (15:21 +0000)]
misc/osd: set svn:ignore property

16 years agoCapture devices interface changes: put v4l2 before v4l. Put the advanced settings...
Antoine Cellerier [Sat, 2 Feb 2008 14:39:45 +0000 (14:39 +0000)]
Capture devices interface changes: put v4l2 before v4l. Put the advanced settings in a scroll area.

16 years agoInclude stdint.h for uint32_t. i'm not sure how portable it is and how to make it...
Christophe Mutricy [Sat, 2 Feb 2008 14:11:19 +0000 (14:11 +0000)]
Include stdint.h for uint32_t. i'm not sure how portable it is and how to make it better without including config.h

16 years agosvn:keywords
Christophe Mutricy [Sat, 2 Feb 2008 14:10:47 +0000 (14:10 +0000)]
svn:keywords

16 years agoMakefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won...
Pierre d'Herbemont [Sat, 2 Feb 2008 14:07:33 +0000 (14:07 +0000)]
Makefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won't attempt to install VLC.app).

16 years agoAdd a missing word.
Antoine Cellerier [Sat, 2 Feb 2008 13:50:17 +0000 (13:50 +0000)]
Add a missing word.

16 years agoSome more of the same.
Antoine Cellerier [Sat, 2 Feb 2008 13:33:09 +0000 (13:33 +0000)]
Some more of the same.

16 years agoEnable use of MMXEXT if available in modules/codec/ffmpeg/scale.c
Jean-Paul Saman [Sat, 2 Feb 2008 13:26:56 +0000 (13:26 +0000)]
Enable use of MMXEXT if available in modules/codec/ffmpeg/scale.c

16 years agoFix error in gpg signature verification function. Gcrypt is responsible for freeing...
Antoine Cellerier [Sat, 2 Feb 2008 13:11:17 +0000 (13:11 +0000)]
Fix error in gpg signature verification function. Gcrypt is responsible for freeing the value returned by gcry_md_read, so we shouldn't free it ourselves but use gcry_md_close instead.

16 years agoRestore resizing functionality with ffmpeg swscale. Please check if crop and padding...
Jean-Paul Saman [Sat, 2 Feb 2008 12:56:23 +0000 (12:56 +0000)]
Restore resizing functionality with ffmpeg swscale. Please check if crop and padding work as expected and report any regressions.

16 years agoconfigure.ac: Darwin doesn't have X11 in most setups either
Felix Paul Kühne [Sat, 2 Feb 2008 10:55:34 +0000 (10:55 +0000)]
configure.ac: Darwin doesn't have X11 in most setups either

16 years agoOops use -a iso -o
Jean-Paul Saman [Sat, 2 Feb 2008 09:43:59 +0000 (09:43 +0000)]
Oops use -a iso -o

16 years agoRevert [24765]: Add -lX11 to qt4 linking on non-Windows systems only.
Jean-Paul Saman [Sat, 2 Feb 2008 09:08:11 +0000 (09:08 +0000)]
Revert [24765]: Add -lX11 to qt4 linking on non-Windows systems only.

16 years agoContribs: png depends on zlib
Jean-Baptiste Kempf [Sat, 2 Feb 2008 01:18:00 +0000 (01:18 +0000)]
Contribs: png depends on zlib

16 years agoRevert [24749]. Somehow win32 doesn't have X11
Christophe Mutricy [Sat, 2 Feb 2008 00:51:08 +0000 (00:51 +0000)]
Revert [24749]. Somehow win32 doesn't have X11

16 years agoHopefully fix libgcrypt linking
Christophe Mutricy [Sat, 2 Feb 2008 00:46:38 +0000 (00:46 +0000)]
Hopefully fix libgcrypt linking

16 years agoQt4- DOn't assumer string has been included
Jean-Baptiste Kempf [Sat, 2 Feb 2008 00:08:58 +0000 (00:08 +0000)]
Qt4- DOn't assumer string has been included

16 years agoCosmetic
Christophe Mutricy [Fri, 1 Feb 2008 23:51:03 +0000 (23:51 +0000)]
Cosmetic

16 years agoQt4 - Use qtu() and no stdString
Jean-Baptiste Kempf [Fri, 1 Feb 2008 23:01:11 +0000 (23:01 +0000)]
Qt4 - Use qtu() and no stdString

16 years agoContribs : Use Qt 4.3.4snapshot on windows. Compiled with -O3 and patched with the...
Jean-Baptiste Kempf [Fri, 1 Feb 2008 22:33:26 +0000 (22:33 +0000)]
Contribs : Use Qt 4.3.4snapshot on windows. Compiled with -O3 and patched with the help of Trolltech.

16 years agoBrazillian Portuguese l10n update by Sidney Doria
Christophe Mutricy [Fri, 1 Feb 2008 19:02:16 +0000 (19:02 +0000)]
Brazillian Portuguese l10n update by Sidney Doria

16 years agoFix previous commit.
Rémi Duraffort [Fri, 1 Feb 2008 19:00:29 +0000 (19:00 +0000)]
Fix previous commit.