]> git.sesse.net Git - vlc/log
vlc
16 years agoMissing "
Christophe Mutricy [Wed, 6 Feb 2008 00:01:03 +0000 (00:01 +0000)]
Missing "

16 years agoUse a less old format for tar
Christophe Mutricy [Tue, 5 Feb 2008 23:11:55 +0000 (23:11 +0000)]
Use a less old format for tar

16 years agoDon't put in SUBDIRS dir without Makefile
Christophe Mutricy [Tue, 5 Feb 2008 22:43:14 +0000 (22:43 +0000)]
Don't put in SUBDIRS dir without Makefile
autoconf260.m4 has moved

16 years agoQt4 - Update: clean and message Debug. My fault for the mess...
Jean-Baptiste Kempf [Tue, 5 Feb 2008 21:03:52 +0000 (21:03 +0000)]
Qt4 - Update: clean and message Debug. My fault for the mess...

16 years agocmake: Hack to get objective-C files to build with gnu99. (We need cmake upstream...
Pierre d'Herbemont [Tue, 5 Feb 2008 20:54:13 +0000 (20:54 +0000)]
cmake: Hack to get objective-C files to build with gnu99. (We need cmake upstream to be fixed with Objective-C to do that properly.)

16 years agocmake: Add an option to link or not against libvlc the module.
Pierre d'Herbemont [Tue, 5 Feb 2008 18:07:33 +0000 (18:07 +0000)]
cmake: Add an option to link or not against libvlc the module.

16 years agocmake: Fix libvlc linking with module.
Pierre d'Herbemont [Tue, 5 Feb 2008 17:49:49 +0000 (17:49 +0000)]
cmake: Fix libvlc linking with module.

16 years agocmake: Don't set gnu99 on CXX files.
Pierre d'Herbemont [Tue, 5 Feb 2008 17:46:03 +0000 (17:46 +0000)]
cmake: Don't set gnu99 on CXX files.

16 years agoFix SOVERSION
Rémi Denis-Courmont [Tue, 5 Feb 2008 17:39:08 +0000 (17:39 +0000)]
Fix SOVERSION

16 years agocmake: Don't use tabs and generate revision.c builtin.h vlc_about.h in the build...
Pierre d'Herbemont [Tue, 5 Feb 2008 17:25:32 +0000 (17:25 +0000)]
cmake: Don't use tabs and generate revision.c builtin.h vlc_about.h in the build tree.

16 years agoCheck for -lm
Rémi Denis-Courmont [Tue, 5 Feb 2008 16:01:30 +0000 (16:01 +0000)]
Check for -lm

16 years agolibvlc needs -ldl
Rémi Denis-Courmont [Tue, 5 Feb 2008 15:57:52 +0000 (15:57 +0000)]
libvlc needs -ldl

16 years agoAlways link plugins against libvlc.
Rémi Denis-Courmont [Tue, 5 Feb 2008 15:56:49 +0000 (15:56 +0000)]
Always link plugins against libvlc.

16 years agoFix ICONV_CONST. For some reason cmake does not want to define to nothing
Rémi Denis-Courmont [Tue, 5 Feb 2008 15:56:30 +0000 (15:56 +0000)]
Fix ICONV_CONST. For some reason cmake does not want to define to nothing

16 years agoName cmake plugins the same way as automake ones
Rémi Denis-Courmont [Tue, 5 Feb 2008 15:51:49 +0000 (15:51 +0000)]
Name cmake plugins the same way as automake ones

16 years agoUse same type name in declaration and definition
Rémi Denis-Courmont [Tue, 5 Feb 2008 15:46:03 +0000 (15:46 +0000)]
Use same type name in declaration and definition

16 years agoMissing header checks
Rémi Denis-Courmont [Tue, 5 Feb 2008 15:42:53 +0000 (15:42 +0000)]
Missing header checks

16 years agoFix VLC{-release}.app generation, make symbolic links to .gmo files in the source...
Rafaël Carré [Tue, 5 Feb 2008 12:59:07 +0000 (12:59 +0000)]
Fix VLC{-release}.app generation, make symbolic links to .gmo files in the source tree, not in the build tree

16 years agofix files location in xcode projects for vlc & eyetvplugin
Rafaël Carré [Tue, 5 Feb 2008 12:58:03 +0000 (12:58 +0000)]
fix files location in xcode projects for vlc & eyetvplugin

16 years agoFix compiling contrib with amr for newer ffmpeg
Jean-Paul Saman [Tue, 5 Feb 2008 10:11:44 +0000 (10:11 +0000)]
Fix compiling contrib with amr for newer ffmpeg

16 years agoMakefile.am: Typo in VLC-release.app.
Pierre d'Herbemont [Tue, 5 Feb 2008 01:01:09 +0000 (01:01 +0000)]
Makefile.am: Typo in VLC-release.app.

16 years agocmake: Correctly set te build target for the modules and for vlc.
Pierre d'Herbemont [Tue, 5 Feb 2008 00:27:02 +0000 (00:27 +0000)]
cmake: Correctly set te build target for the modules and for vlc.

16 years agoFix make package-win32
Jean-Baptiste Kempf [Tue, 5 Feb 2008 00:20:16 +0000 (00:20 +0000)]
Fix make package-win32

16 years agocmake:
Pierre d'Herbemont [Tue, 5 Feb 2008 00:18:01 +0000 (00:18 +0000)]
cmake:
* Don't use dyld functions on darwin by default as they are deprecated.
* Defines HAVE_DYNAMIC_MODULES, and add an entry in the options for it.
* Fix config.h generation (was accidentaly removed).
* Fix FindDlopen.cmake
This produce a working in tree vlc AND an installable vlc at the same time.

16 years agoadded the asa subtitle demux from equinox. the file asademux_defs.h is
Sigmund Augdal Helberg [Mon, 4 Feb 2008 22:58:54 +0000 (22:58 +0000)]
added the asa subtitle demux from equinox. the file asademux_defs.h is
generated by running ./preparse imports in asa/lib/import so should
probably not be in source tree, but I don't think asa
generates/installs this file by default yet.

Added build changes for csri module and subtitle_asa.

This is the last remaining changes of equinoxes Summer of Code project

16 years agocontrib/src/Makefile: Mozilla fix.
Pierre d'Herbemont [Mon, 4 Feb 2008 22:32:12 +0000 (22:32 +0000)]
contrib/src/Makefile: Mozilla fix.

16 years agoTell fribidi we are not compiling a dll
Christophe Mutricy [Mon, 4 Feb 2008 22:06:36 +0000 (22:06 +0000)]
Tell fribidi we are not compiling a dll

16 years agocmake: prefer the use of target_link_libraries() over set_target_properties(LINKFLAGS...
Pierre d'Herbemont [Mon, 4 Feb 2008 22:04:31 +0000 (22:04 +0000)]
cmake: prefer the use of target_link_libraries() over set_target_properties(LINKFLAGS), make sure we don't use "-z defs --as-needed" on Mac OS X.

16 years agoAdd missing libs. Not sure if this is the right way to do it though
Rémi Denis-Courmont [Mon, 4 Feb 2008 21:19:42 +0000 (21:19 +0000)]
Add missing libs. Not sure if this is the right way to do it though

16 years agoBunch of fixes
Rémi Denis-Courmont [Mon, 4 Feb 2008 21:09:06 +0000 (21:09 +0000)]
Bunch of fixes

16 years agoMissing include for config_GetUserDir
Christophe Mutricy [Mon, 4 Feb 2008 21:08:30 +0000 (21:08 +0000)]
Missing include for config_GetUserDir

16 years agoCheck for thread system
Rémi Denis-Courmont [Mon, 4 Feb 2008 21:02:10 +0000 (21:02 +0000)]
Check for thread system

16 years agoDon't link against yes. Of course it does not work anyway
Rémi Denis-Courmont [Mon, 4 Feb 2008 20:59:37 +0000 (20:59 +0000)]
Don't link against yes. Of course it does not work anyway

16 years agoMissing defines
Rémi Denis-Courmont [Mon, 4 Feb 2008 20:32:58 +0000 (20:32 +0000)]
Missing defines

16 years agoSet scripts as executable.
Antoine Cellerier [Mon, 4 Feb 2008 20:26:15 +0000 (20:26 +0000)]
Set scripts as executable.

16 years agoFindDlopen.cmake: Don't run the FindDlopen module more than once.
Pierre d'Herbemont [Mon, 4 Feb 2008 20:07:27 +0000 (20:07 +0000)]
FindDlopen.cmake: Don't run the FindDlopen module more than once.

16 years agocmake: Add a FindDlopen module. (Ask for review by dlopen users).
Pierre d'Herbemont [Mon, 4 Feb 2008 20:01:01 +0000 (20:01 +0000)]
cmake: Add a FindDlopen module. (Ask for review by dlopen users).

16 years ago cmake: Generate vlc_about.h.
Pierre d'Herbemont [Mon, 4 Feb 2008 19:34:30 +0000 (19:34 +0000)]
 cmake: Generate vlc_about.h.

16 years agoCheck for clock_nanosleep so mtime compiles (linking is another matter)
Rémi Denis-Courmont [Mon, 4 Feb 2008 19:04:43 +0000 (19:04 +0000)]
Check for clock_nanosleep so mtime compiles (linking is another matter)

16 years agoif -> ifdef
Rémi Denis-Courmont [Mon, 4 Feb 2008 18:59:46 +0000 (18:59 +0000)]
if -> ifdef

16 years agoCheck for -ldl. Now I can compile a few objects on Linux...
Rémi Denis-Courmont [Mon, 4 Feb 2008 18:58:19 +0000 (18:58 +0000)]
Check for -ldl. Now I can compile a few objects on Linux...

16 years agocmake: Correctly generate builtin.h.
Pierre d'Herbemont [Mon, 4 Feb 2008 18:47:42 +0000 (18:47 +0000)]
cmake: Correctly generate builtin.h.

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