]> git.sesse.net Git - vlc/log
vlc
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.

16 years agoVLCKit/VLCMedia.m: Fix the compare: function.
Pierre d'Herbemont [Fri, 1 Feb 2008 18:58:26 +0000 (18:58 +0000)]
VLCKit/VLCMedia.m: Fix the compare: function.

16 years agoCompilation fix for Qt4.2
Rémi Duraffort [Fri, 1 Feb 2008 18:19:19 +0000 (18:19 +0000)]
Compilation fix for Qt4.2

16 years agofix align setting, p_spu->p_region is null there
Ilkka Ollakka [Fri, 1 Feb 2008 17:59:06 +0000 (17:59 +0000)]
fix align setting, p_spu->p_region is null there

16 years agomodules/genmf: Use printf instead of echo -n to prevent some weird shell/Makefile...
Pierre d'Herbemont [Fri, 1 Feb 2008 17:50:15 +0000 (17:50 +0000)]
modules/genmf: Use printf instead of echo -n to prevent some weird shell/Makefile issues. (Fix make install on Mac OS X).

16 years agoSet the Win32 console title
Rémi Denis-Courmont [Fri, 1 Feb 2008 17:16:11 +0000 (17:16 +0000)]
Set the Win32 console title

16 years agoSet the proper output codepage for the console.
Rémi Denis-Courmont [Fri, 1 Feb 2008 17:13:50 +0000 (17:13 +0000)]
Set the proper output codepage for the console.

16 years agoSimplify ConsoleWidth() and implement it for real on Win32
Rémi Denis-Courmont [Fri, 1 Feb 2008 17:07:06 +0000 (17:07 +0000)]
Simplify ConsoleWidth() and implement it for real on Win32

16 years agoFix "1: command not found" error
Rémi Denis-Courmont [Fri, 1 Feb 2008 16:53:16 +0000 (16:53 +0000)]
Fix "1: command not found" error

16 years agoFix building of qt4 gui
Jean-Paul Saman [Fri, 1 Feb 2008 13:02:42 +0000 (13:02 +0000)]
Fix building of qt4 gui

16 years agolibvlc.sym: Add some previously undiscovered symbols.
Pierre d'Herbemont [Fri, 1 Feb 2008 13:01:53 +0000 (13:01 +0000)]
libvlc.sym: Add some previously undiscovered symbols.

16 years agosrc/check_symbols: More work around and fixes for symbol detection.
Pierre d'Herbemont [Fri, 1 Feb 2008 13:00:25 +0000 (13:00 +0000)]
src/check_symbols: More work around and fixes for symbol detection.

16 years agosrc/check_symbols: Work around some sed implemention. (Especially Mac OS X's).
Pierre d'Herbemont [Fri, 1 Feb 2008 12:31:58 +0000 (12:31 +0000)]
src/check_symbols: Work around some sed implemention. (Especially Mac OS X's).

16 years agoSDL_image: fixed patch submitted in [24741], so it does merge correctly
Felix Paul Kühne [Fri, 1 Feb 2008 11:02:25 +0000 (11:02 +0000)]
SDL_image: fixed patch submitted in [24741], so it does merge correctly

16 years agotest/headers.c: Make sure __LIBVLC__ isn't defined.
Pierre d'Herbemont [Fri, 1 Feb 2008 10:50:19 +0000 (10:50 +0000)]
test/headers.c: Make sure __LIBVLC__ isn't defined.

16 years agosrc/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_icon...
Pierre d'Herbemont [Fri, 1 Feb 2008 10:43:20 +0000 (10:43 +0000)]
src/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_iconv is used.

16 years agoFix CVE 2006-4484. Should be backported.
Pavlov Konstantin [Fri, 1 Feb 2008 10:37:54 +0000 (10:37 +0000)]
Fix CVE 2006-4484. Should be backported.

16 years agocontribs: updated the ffmpeg OSX intel mmx patch to match current svn
Felix Paul Kühne [Fri, 1 Feb 2008 10:27:04 +0000 (10:27 +0000)]
contribs: updated the ffmpeg OSX intel mmx patch to match current svn

16 years agovlc_arrays.h: Sanity check.
Pierre d'Herbemont [Fri, 1 Feb 2008 10:15:46 +0000 (10:15 +0000)]
vlc_arrays.h: Sanity check.

16 years agoMacOSX/Framework/Pre-Compile.sh: Support the VLC-release.app target.
Pierre d'Herbemont [Fri, 1 Feb 2008 01:32:05 +0000 (01:32 +0000)]
MacOSX/Framework/Pre-Compile.sh: Support the VLC-release.app target.

16 years agoMakefile.am: Fix VLC-release.app, this uses the Pre-Compile.sh script from the Framework.
Pierre d'Herbemont [Fri, 1 Feb 2008 01:31:08 +0000 (01:31 +0000)]
Makefile.am: Fix VLC-release.app, this uses the Pre-Compile.sh script from the Framework.

16 years agoForgot the quit line.
Jean-Baptiste Kempf [Thu, 31 Jan 2008 23:27:56 +0000 (23:27 +0000)]
Forgot the quit line.

16 years agoLet's go on with the "women enslaving men" category.
Jean-Baptiste Kempf [Thu, 31 Jan 2008 23:26:17 +0000 (23:26 +0000)]
Let's go on with the "women enslaving men" category.

16 years agoMake sure VLC.app doesn't take too much time to build. This breaks VLC-release.app...
Pierre d'Herbemont [Thu, 31 Jan 2008 23:20:45 +0000 (23:20 +0000)]
Make sure VLC.app doesn't take too much time to build. This breaks VLC-release.app, and following commit will fix that.

16 years agoRevert [24713]. If problem there is it's in configure.ac or in the qt4 .pc's
Christophe Mutricy [Thu, 31 Jan 2008 22:22:25 +0000 (22:22 +0000)]
Revert [24713]. If problem there is it's in configure.ac or in the qt4 .pc's

16 years agoAdd a tooltip
Christophe Mutricy [Thu, 31 Jan 2008 22:19:21 +0000 (22:19 +0000)]
Add a tooltip

16 years agoQt4 - #ifdef WIN32 consistancy if some insane people try Qt on Mac.
Jean-Baptiste Kempf [Thu, 31 Jan 2008 19:49:55 +0000 (19:49 +0000)]
Qt4 - #ifdef WIN32 consistancy if some insane people try Qt on Mac.

16 years agoAllocate message queues mutexes against NULL instead of an object.
Rémi Denis-Courmont [Thu, 31 Jan 2008 18:38:06 +0000 (18:38 +0000)]
Allocate message queues mutexes against NULL instead of an object.
This avoids an infinite recursion if vlc_mutex_* fails (calls msg_Err).

16 years agoTypo
Rémi Denis-Courmont [Thu, 31 Jan 2008 18:30:12 +0000 (18:30 +0000)]
Typo

16 years agoFix [24726]
Rémi Denis-Courmont [Thu, 31 Jan 2008 18:27:51 +0000 (18:27 +0000)]
Fix [24726]

16 years agomacosx: added an extra sanity check to fix video playback on Macs using the QT4 inter...
Felix Paul Kühne [Thu, 31 Jan 2008 18:19:17 +0000 (18:19 +0000)]
macosx: added an extra sanity check to fix video playback on Macs using the QT4 interface (fullscreen mode still broken)

16 years ago - Use posix_memalign when available.
Rémi Denis-Courmont [Thu, 31 Jan 2008 18:02:38 +0000 (18:02 +0000)]
 - Use posix_memalign when available.
 - Use inlines for expansion safety.