]> git.sesse.net Git - vlc/log
vlc
16 years agocmake: Command substitution work around for VERBATIM flag.
Faustino Osuna [Fri, 8 Feb 2008 21:22:13 +0000 (21:22 +0000)]
cmake: Command substitution work around for VERBATIM flag.

16 years agocmake: Add VERBATIM back. Apparently this could be a cmake issue. Need to investigate.
Pierre d'Herbemont [Fri, 8 Feb 2008 21:07:08 +0000 (21:07 +0000)]
cmake: Add VERBATIM back. Apparently this could be a cmake issue. Need to investigate.

16 years agoAdd the tree of the modules loaded in the messages dialog.
Rémi Duraffort [Fri, 8 Feb 2008 20:58:08 +0000 (20:58 +0000)]
Add the tree of the modules loaded in the messages dialog.

16 years agocmake: Correctly remove files prior to recmake.
Pierre d'Herbemont [Fri, 8 Feb 2008 20:49:52 +0000 (20:49 +0000)]
cmake: Correctly remove files prior to recmake.

16 years agocheck malloc return value
Jean-Paul Saman [Fri, 8 Feb 2008 20:43:45 +0000 (20:43 +0000)]
check malloc return value

16 years agomacosx/framework: Correctly set the Input and Output files of the script target to...
Pierre d'Herbemont [Fri, 8 Feb 2008 19:44:28 +0000 (19:44 +0000)]
macosx/framework: Correctly set the Input and Output files of the script target to save uneeded script execution.

16 years agocmake: Removed VERBATIM flag, allows OS to perform command substitution -- resolved...
Faustino Osuna [Fri, 8 Feb 2008 17:56:01 +0000 (17:56 +0000)]
cmake: Removed VERBATIM flag, allows OS to perform command substitution -- resolved unexpected directory creations.

16 years agoCheck for ALSA
Rémi Denis-Courmont [Fri, 8 Feb 2008 17:44:09 +0000 (17:44 +0000)]
Check for ALSA

16 years agoVLCKit.framework: Assume cmake that is in contrib/bin is to be used.
Faustino Osuna [Fri, 8 Feb 2008 17:28:30 +0000 (17:28 +0000)]
VLCKit.framework: Assume cmake that is in contrib/bin is to be used.

16 years agocmake: Include stdint.h when searching postprocess.h.
Pierre d'Herbemont [Fri, 8 Feb 2008 17:05:38 +0000 (17:05 +0000)]
cmake: Include stdint.h when searching postprocess.h.

16 years agoAdd LFS and thread safety defines (from vlc-config).
Rémi Denis-Courmont [Fri, 8 Feb 2008 16:56:03 +0000 (16:56 +0000)]
Add LFS and thread safety defines (from vlc-config).
This seems to fix the deadlock on Linux.

16 years agocmake: Fix convert_vlc_to_cmake for qt4.
Pierre d'Herbemont [Fri, 8 Feb 2008 16:39:40 +0000 (16:39 +0000)]
cmake: Fix convert_vlc_to_cmake for qt4.

16 years agocmake: Correctly build qt4.
Pierre d'Herbemont [Fri, 8 Feb 2008 16:36:20 +0000 (16:36 +0000)]
cmake: Correctly build qt4.

16 years agoRevert silly commit
Christophe Mutricy [Fri, 8 Feb 2008 16:13:58 +0000 (16:13 +0000)]
Revert silly commit

16 years agocmake: Qt4 include directory.
Pierre d'Herbemont [Fri, 8 Feb 2008 15:36:38 +0000 (15:36 +0000)]
cmake: Qt4 include directory.

16 years agocmake: Fix Qt4 detection.
Pierre d'Herbemont [Fri, 8 Feb 2008 15:24:53 +0000 (15:24 +0000)]
cmake: Fix Qt4 detection.

16 years agocmake: Cache Lua library, as we won't define it the next time.
Pierre d'Herbemont [Fri, 8 Feb 2008 15:16:48 +0000 (15:16 +0000)]
cmake: Cache Lua library, as we won't define it the next time.

16 years agocmake: Also check for some gl headers.
Pierre d'Herbemont [Fri, 8 Feb 2008 14:30:25 +0000 (14:30 +0000)]
cmake: Also check for some gl headers.

16 years agocmake: Find opengl.
Pierre d'Herbemont [Fri, 8 Feb 2008 14:28:26 +0000 (14:28 +0000)]
cmake: Find opengl.

16 years agocmake: More po generation fixes.
Pierre d'Herbemont [Fri, 8 Feb 2008 14:19:58 +0000 (14:19 +0000)]
cmake: More po generation fixes.

16 years agocmake: Fix po building.
Pierre d'Herbemont [Fri, 8 Feb 2008 14:15:52 +0000 (14:15 +0000)]
cmake: Fix po building.

16 years agofrontrow plugin: fix headers install script, add a README with simple building and...
Rafaël Carré [Fri, 8 Feb 2008 14:10:23 +0000 (14:10 +0000)]
frontrow plugin: fix headers install script, add a README with simple building and installation instructions

16 years agocmake: As reported by jpeg, fix an endif.
Pierre d'Herbemont [Fri, 8 Feb 2008 13:40:49 +0000 (13:40 +0000)]
cmake: As reported by jpeg, fix an endif.

16 years agovlc_os_specific.h: Use const for argv.
Pierre d'Herbemont [Fri, 8 Feb 2008 11:45:35 +0000 (11:45 +0000)]
vlc_os_specific.h: Use const for argv.

16 years agocmake: Properly link to swscale.
Pierre d'Herbemont [Fri, 8 Feb 2008 11:41:10 +0000 (11:41 +0000)]
cmake: Properly link to swscale.

16 years agoI should check the spelling first, next time.
Jean-Paul Saman [Fri, 8 Feb 2008 10:52:42 +0000 (10:52 +0000)]
I should check the spelling first, next time.

16 years agomisc/darwin_specific.c: Fix compilation where MAXPATHLEN isn't defined. Fix a bunch...
Pierre d'Herbemont [Fri, 8 Feb 2008 10:21:11 +0000 (10:21 +0000)]
misc/darwin_specific.c: Fix compilation where MAXPATHLEN isn't defined. Fix a bunch of warnings.

16 years agoQt4 - Fix compil if you don't have update-check.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 09:44:55 +0000 (09:44 +0000)]
Qt4 - Fix compil if you don't have update-check.

16 years agoQt4 - Switch the HelpDialog to a QVLCFrame, save size/pos for it. Saze size/pos for...
Jean-Baptiste Kempf [Fri, 8 Feb 2008 09:29:22 +0000 (09:29 +0000)]
Qt4 - Switch the HelpDialog to a QVLCFrame, save size/pos for it. Saze size/pos for updateDialog ( noone care about size...). Switch about to a QVLCDialog to ensure better view. Ensure to destroy the QVLCFrame on quit.
Should close #1374.

16 years agoQt4 - Same for Bookmark Dialog Ref. #1374
Jean-Baptiste Kempf [Fri, 8 Feb 2008 09:09:24 +0000 (09:09 +0000)]
Qt4 - Same for Bookmark Dialog Ref. #1374

16 years agoQt4 - Save Extended panel size/pos in the good way. Ref #1374.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 09:04:43 +0000 (09:04 +0000)]
Qt4 - Save Extended panel size/pos in the good way. Ref #1374.

16 years agoQt4 - add a file to document a few things, especially the difference between QVLCDial...
Jean-Baptiste Kempf [Fri, 8 Feb 2008 08:54:03 +0000 (08:54 +0000)]
Qt4 - add a file to document a few things, especially the difference between QVLCDialog and QVLCFrame.

16 years agoQt4 - Save Message Dialog position and Size on quit. use it on load. Ref #1374
Jean-Baptiste Kempf [Fri, 8 Feb 2008 08:36:43 +0000 (08:36 +0000)]
Qt4 - Save Message Dialog position and Size on quit. use it on load. Ref #1374

16 years agoQt4 - Permit QVLCFrame to have empty default size and pos in read settings.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 08:32:36 +0000 (08:32 +0000)]
Qt4 - Permit QVLCFrame to have empty default size and pos in read settings.

16 years agoRevert [24920], please tell what is broken instead of hiding it.
Jean-Paul Saman [Fri, 8 Feb 2008 08:26:07 +0000 (08:26 +0000)]
Revert [24920], please tell what is broken instead of hiding it.

16 years agoQt4 - Fix mediaInfoPanel in most (all?) of the situations and during resizing. Less...
Jean-Baptiste Kempf [Fri, 8 Feb 2008 07:58:32 +0000 (07:58 +0000)]
Qt4 - Fix mediaInfoPanel in most (all?) of the situations and during resizing. Less funny but more solid, clean and aligned.

16 years agoQt4 - Add more debug to inputManager events.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 06:03:12 +0000 (06:03 +0000)]
Qt4 - Add more debug to inputManager events.

16 years agoQt4 - Fix the VLM Input selection
Jean-Baptiste Kempf [Fri, 8 Feb 2008 05:22:41 +0000 (05:22 +0000)]
Qt4 - Fix the VLM Input selection

16 years agoQt4 - remove debug.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 04:41:53 +0000 (04:41 +0000)]
Qt4 - remove debug.

16 years agoQt4 - Include fix
Jean-Baptiste Kempf [Fri, 8 Feb 2008 04:40:32 +0000 (04:40 +0000)]
Qt4 - Include fix

16 years agoQt4 - Remove the qt-pl-showflags from preferences and put it in QSettings,because...
Jean-Baptiste Kempf [Fri, 8 Feb 2008 04:36:19 +0000 (04:36 +0000)]
Qt4 - Remove the qt-pl-showflags from preferences and put it in QSettings,because there is no way a normal being get it right.

16 years agoQt4 - SPrefs: start the volume of the audio panel at 100.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 04:07:54 +0000 (04:07 +0000)]
Qt4 - SPrefs: start the volume of the audio panel at 100.

16 years agoQt4 - Minimum size for help dialog.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 04:03:52 +0000 (04:03 +0000)]
Qt4 - Minimum size for help dialog.

16 years agoQt4 - Menu: consistency for update dialog.
Jean-Baptiste Kempf [Fri, 8 Feb 2008 04:02:42 +0000 (04:02 +0000)]
Qt4 - Menu: consistency for update dialog.

16 years agoClean the vlc aliases
Christophe Mutricy [Fri, 8 Feb 2008 00:20:06 +0000 (00:20 +0000)]
Clean the vlc aliases
Don't test that vlc --help and vlc --version works because automake thinks that any output on stderr is an error.

16 years agoClean libvlc.sym
Christophe Mutricy [Fri, 8 Feb 2008 00:18:32 +0000 (00:18 +0000)]
Clean libvlc.sym

16 years agosrc/darwin_specific.c: Get a better executable path name.
Pierre d'Herbemont [Thu, 7 Feb 2008 23:47:44 +0000 (23:47 +0000)]
src/darwin_specific.c: Get a better executable path name.

16 years agomacosx/vlc_app: Fix resources location.
Pierre d'Herbemont [Thu, 7 Feb 2008 23:02:56 +0000 (23:02 +0000)]
macosx/vlc_app: Fix resources location.

16 years agoDistribute update.m and update.m
Christophe Mutricy [Thu, 7 Feb 2008 22:55:56 +0000 (22:55 +0000)]
Distribute update.m and update.m

16 years agoDistribute include/vlc_plugin.h and src/config/intf.c
Christophe Mutricy [Thu, 7 Feb 2008 22:51:30 +0000 (22:51 +0000)]
Distribute include/vlc_plugin.h and src/config/intf.c
Remove code duplication

16 years agoDefine DATA_PATH in the root CMakeList.txt since modules might need it (for example...
Antoine Cellerier [Thu, 7 Feb 2008 21:58:57 +0000 (21:58 +0000)]
Define DATA_PATH in the root CMakeList.txt since modules might need it (for example the http intf or the lua module)

16 years agocmake: Bunch of function/header checks.
Pierre d'Herbemont [Thu, 7 Feb 2008 21:47:46 +0000 (21:47 +0000)]
cmake: Bunch of function/header checks.

16 years agocmake: New (and temporary I hope) target to regerenerate the cmake files. (`make...
Pierre d'Herbemont [Thu, 7 Feb 2008 21:46:30 +0000 (21:46 +0000)]
cmake: New (and temporary I hope) target to regerenerate the cmake files. (`make recmake`)

16 years agocmake: Detect Qt4 hopefully. (please test).
Pierre d'Herbemont [Thu, 7 Feb 2008 20:34:06 +0000 (20:34 +0000)]
cmake: Detect Qt4 hopefully. (please test).

16 years agomacosx: FrontRow plugin initial import. Patch by hyei.
Pierre d'Herbemont [Thu, 7 Feb 2008 20:13:02 +0000 (20:13 +0000)]
macosx: FrontRow plugin initial import. Patch by hyei.

16 years agoQt4 - Fix the "sound slider moves at first time, even If I didn't click it" bug.
Jean-Baptiste Kempf [Thu, 7 Feb 2008 19:31:32 +0000 (19:31 +0000)]
Qt4 - Fix the "sound slider moves at first time, even If I didn't click it" bug.

16 years agoMP4: Fix heap-based buffer overflow (CORE-2008-0130)
Rémi Denis-Courmont [Thu, 7 Feb 2008 18:51:39 +0000 (18:51 +0000)]
MP4: Fix heap-based buffer overflow (CORE-2008-0130)
reported by Felipe Manzano and Anibal Sacoo from Core Security Technologies.

16 years agocmake: Support make uninstall.
Pierre d'Herbemont [Thu, 7 Feb 2008 18:41:31 +0000 (18:41 +0000)]
cmake: Support make uninstall.

16 years agocmake: Default to RelWithDebugInfo.
Pierre d'Herbemont [Thu, 7 Feb 2008 18:41:10 +0000 (18:41 +0000)]
cmake: Default to RelWithDebugInfo.

16 years agoMemory allocation error check
Rémi Denis-Courmont [Thu, 7 Feb 2008 18:39:43 +0000 (18:39 +0000)]
Memory allocation error check

16 years agoReally fix the lua check
Rémi Denis-Courmont [Thu, 7 Feb 2008 17:59:34 +0000 (17:59 +0000)]
Really fix the lua check

16 years agoUseless
Rémi Denis-Courmont [Thu, 7 Feb 2008 17:58:12 +0000 (17:58 +0000)]
Useless

16 years agocmake: include stdint.h when checking postproc (as pointed by courmisch).
Pierre d'Herbemont [Thu, 7 Feb 2008 17:58:10 +0000 (17:58 +0000)]
cmake: include stdint.h when checking postproc (as pointed by courmisch).

16 years agoLook for lua5.1
Rémi Denis-Courmont [Thu, 7 Feb 2008 17:45:10 +0000 (17:45 +0000)]
Look for lua5.1

16 years agocmake: Fix FindLua as pointed by courmisch.
Pierre d'Herbemont [Thu, 7 Feb 2008 17:43:17 +0000 (17:43 +0000)]
cmake: Fix FindLua as pointed by courmisch.

16 years agotestapi.c: Also try file playback.
Pierre d'Herbemont [Thu, 7 Feb 2008 17:40:22 +0000 (17:40 +0000)]
testapi.c: Also try file playback.

16 years agocmake: Include iconv when testing ICONV_CONST if needed.
Pierre d'Herbemont [Thu, 7 Feb 2008 17:23:41 +0000 (17:23 +0000)]
cmake: Include iconv when testing ICONV_CONST if needed.

16 years agocmake: Set ICONV_CONST correctly.
Pierre d'Herbemont [Thu, 7 Feb 2008 17:20:33 +0000 (17:20 +0000)]
cmake: Set ICONV_CONST correctly.

16 years agocontrib: Add cmake for the Mac OS X framework at least.
Pierre d'Herbemont [Thu, 7 Feb 2008 17:11:26 +0000 (17:11 +0000)]
contrib: Add cmake for the Mac OS X framework at least.

16 years agocontrib: More DYLD_LIBRARY_PATH removal.
Pierre d'Herbemont [Thu, 7 Feb 2008 17:05:59 +0000 (17:05 +0000)]
contrib: More DYLD_LIBRARY_PATH removal.

16 years agocontrib: Setting DYLD_LIBRARY_PATH is bad because it results most of the time in...
Pierre d'Herbemont [Thu, 7 Feb 2008 17:03:39 +0000 (17:03 +0000)]
contrib: Setting DYLD_LIBRARY_PATH is bad because it results most of the time in library mismatch. This is an old hack from the past which shouldn't be needed anymore.

16 years agocmake: FindLua and maintain an enabled module list.
Pierre d'Herbemont [Thu, 7 Feb 2008 16:38:55 +0000 (16:38 +0000)]
cmake: FindLua and maintain an enabled module list.

16 years agoFix SO versions
Rémi Denis-Courmont [Thu, 7 Feb 2008 16:28:58 +0000 (16:28 +0000)]
Fix SO versions

16 years agoDefine proper size of output.
Jean-Paul Saman [Thu, 7 Feb 2008 15:48:19 +0000 (15:48 +0000)]
Define proper size of output.

16 years agocmake: Use CPack to create the package. (Use `make package` or `cpack`). Should produ...
Pierre d'Herbemont [Thu, 7 Feb 2008 15:33:40 +0000 (15:33 +0000)]
cmake: Use CPack to create the package. (Use `make package` or `cpack`). Should produce a tgz/tar.gz/rpm/dmg/nsis. This probably need some tuning.

16 years agocmake: Enable testing. (Launch with `make test` or with `ctest` (see ctest --help...
Pierre d'Herbemont [Thu, 7 Feb 2008 15:13:17 +0000 (15:13 +0000)]
cmake: Enable testing. (Launch with `make test` or with `ctest` (see ctest --help)). Plus minor cleanup.

16 years agocmake: Enable test targets.
Pierre d'Herbemont [Thu, 7 Feb 2008 14:52:50 +0000 (14:52 +0000)]
cmake: Enable test targets.

16 years agoFindFFmpeg.cmake: Perform the ffmpeg search only once. (That's probably not the cmake...
Pierre d'Herbemont [Thu, 7 Feb 2008 14:49:41 +0000 (14:49 +0000)]
FindFFmpeg.cmake: Perform the ffmpeg search only once. (That's probably not the cmake's spirit... to check).

16 years agocmake: Detect ffmpeg. Fix VLC.app's modules. fix ENABLE_NO_SYMBOL_CHECK.
Pierre d'Herbemont [Thu, 7 Feb 2008 14:04:12 +0000 (14:04 +0000)]
cmake: Detect ffmpeg. Fix VLC.app's modules. fix ENABLE_NO_SYMBOL_CHECK.

16 years agocontrib: Update ffmpeg-macosx-intel-mmx.patch.
Pierre d'Herbemont [Thu, 7 Feb 2008 14:00:46 +0000 (14:00 +0000)]
contrib: Update ffmpeg-macosx-intel-mmx.patch.

16 years agocontrib: Disable swscaler in ffmpeg due to recent breakage.
Pierre d'Herbemont [Thu, 7 Feb 2008 14:00:10 +0000 (14:00 +0000)]
contrib: Disable swscaler in ffmpeg due to recent breakage.

16 years agocmake: build .gmo files & copy them in VLC.app
Rafaël Carré [Thu, 7 Feb 2008 09:43:29 +0000 (09:43 +0000)]
cmake: build .gmo files & copy them in VLC.app

16 years agoQt4 - SoundSlider. Enable MouseTracking and show a tooltip with the volume that it...
Jean-Baptiste Kempf [Thu, 7 Feb 2008 08:22:24 +0000 (08:22 +0000)]
Qt4 - SoundSlider. Enable MouseTracking and show a tooltip with the volume that it would be if you would click there. Similar to the main slider behaviour.

16 years agoRemove mkdir -p intl/ from bootstrap following [24803].
Jean-Baptiste Kempf [Thu, 7 Feb 2008 07:00:31 +0000 (07:00 +0000)]
Remove mkdir -p intl/ from bootstrap following [24803].

16 years agoQt4 - MI: remove unneeded variables that weren't cleared in the previous commit.
Jean-Baptiste Kempf [Thu, 7 Feb 2008 06:54:46 +0000 (06:54 +0000)]
Qt4 - MI: remove unneeded variables that weren't cleared in the previous commit.

16 years agoQt4 - Resizing changes. Part 1
Jean-Baptiste Kempf [Thu, 7 Feb 2008 06:51:46 +0000 (06:51 +0000)]
Qt4 - Resizing changes. Part 1
      Remove the QDockWidget, this widget is clearly not what we want, since it is a Qt::Tool and stay above the video, it doesn't want to grow in the MI and it doesn't record correctly its size. Moreover, this force the GNOME/Cleanlooks hack that is boring on Xfce, KDE4 and e17.
      Fix the resize when the video is done.
      Fix the qt-start-minimize bug
      Rename a few functions and separate the code functions.
      Simplify a few resize/update call.

16 years agoextras/contrib/src/packages.mak: bump pthreads in contrib to 2.8.0
Dennis van Amerongen [Thu, 7 Feb 2008 00:35:48 +0000 (00:35 +0000)]
extras/contrib/src/packages.mak: bump pthreads in contrib to 2.8.0

16 years agoSlovenian and brazilian Portuguese translation update by Matej Urbančič and Sidney...
Christophe Mutricy [Wed, 6 Feb 2008 20:52:48 +0000 (20:52 +0000)]
Slovenian and brazilian Portuguese translation update by Matej Urbančič and Sidney Doria

16 years agocmake: Include contrib.
Pierre d'Herbemont [Wed, 6 Feb 2008 18:35:05 +0000 (18:35 +0000)]
cmake: Include contrib.

16 years agomacosx/framework: Make sure the cmake files will be bootstrapped. (Temp build phase...
Pierre d'Herbemont [Wed, 6 Feb 2008 14:52:35 +0000 (14:52 +0000)]
macosx/framework: Make sure the cmake files will be bootstrapped. (Temp build phase I hope).

16 years agomacosx/framework: Use cmake because we can.
Pierre d'Herbemont [Wed, 6 Feb 2008 14:41:57 +0000 (14:41 +0000)]
macosx/framework: Use cmake because we can.

16 years agocmake: add CMakeLists.txt and other files needed to use cmake to svn:ignore property
Rafaël Carré [Wed, 6 Feb 2008 14:28:36 +0000 (14:28 +0000)]
cmake: add CMakeLists.txt and other files needed to use cmake to svn:ignore property

16 years agocmake: factorize VLC.app target, make sure we don't create a link to share IN share/
Rafaël Carré [Wed, 6 Feb 2008 14:19:28 +0000 (14:19 +0000)]
cmake: factorize VLC.app target, make sure we don't create a link to share IN share/

16 years agocmake: Fix VLC.app target.
Pierre d'Herbemont [Wed, 6 Feb 2008 13:08:30 +0000 (13:08 +0000)]
cmake: Fix VLC.app target.

16 years agocmake: build a mostly correct (not functional yet) VLC.app
Rafaël Carré [Wed, 6 Feb 2008 10:43:06 +0000 (10:43 +0000)]
cmake: build a mostly correct (not functional yet) VLC.app

16 years agoCopy README.MacOSX.rtf in the right place
Rafaël Carré [Wed, 6 Feb 2008 10:38:15 +0000 (10:38 +0000)]
Copy README.MacOSX.rtf in the right place

16 years agoQt4 - Try to force the IM to show the name in DVD titles...
Jean-Baptiste Kempf [Wed, 6 Feb 2008 05:52:45 +0000 (05:52 +0000)]
Qt4 - Try to force the IM to show the name in DVD titles...

16 years ago* configure.ac: oops.. reverted gettext requirement from previous commit
Dennis van Amerongen [Wed, 6 Feb 2008 00:20:57 +0000 (00:20 +0000)]
* configure.ac: oops.. reverted gettext requirement from previous commit

16 years ago* configure.ac: check for properly detecting cygwin instead of since in mno-cygwin...
Dennis van Amerongen [Wed, 6 Feb 2008 00:17:01 +0000 (00:17 +0000)]
* configure.ac: check  for properly detecting cygwin instead of  since in mno-cygwin mode we are dealing with mingw32 compiler and  will be set to mingw32 and not cygwin..

16 years agoWe do need to distribute m4/
Christophe Mutricy [Wed, 6 Feb 2008 00:13:25 +0000 (00:13 +0000)]
We do need to distribute m4/