Commit Graph

22961 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf eb4e90d1ab Qt4 - tree: remove the \n at the end of each line... 2008-02-10 02:02:59 +00:00
Pierre d'Herbemont 816f8089b5 macosx/framework: Fix the cmake bootstrap script. 2008-02-10 01:37:23 +00:00
Pierre d'Herbemont 897ac981f3 vlc_common.h: VLC_EXPORT should have extern if there is no visibility support. 2008-02-10 01:04:07 +00:00
Rémi Duraffort 5daa9d2949 Replace the button to the right place. 2008-02-09 22:55:42 +00:00
Pierre d'Herbemont 351cfac214 macosx/framework: Fix a bit the cmake generation script. 2008-02-09 22:27:33 +00:00
Pierre d'Herbemont 3404e6bfc5 cmake: Enable opengllayer on Mac OS X. 2008-02-09 22:02:06 +00:00
Pierre d'Herbemont 6c586bf59e cmake: FindCurses. 2008-02-09 21:59:19 +00:00
Pierre d'Herbemont 377173c5f0 macosx/framework: Use local variables where needed. That prevent wrong linkage with an other libvlc, and fix the multiple crash resulting in linking to 2 differents libvlc. 2008-02-09 21:54:14 +00:00
Rémi Denis-Courmont 670cfc5ba3 Use the exception set in poll().
This is a theoretical bug fix, as POLLPRI is not used anywhere in VLC.
2008-02-09 21:10:04 +00:00
Felix Paul Kühne 64f00cf6a0 contribs: really fix ffmpeg compilation on Darwin (by reverting most of [25028] and adapting its 2nd hunk to fit the upstream code) 2008-02-09 20:07:53 +00:00
Felix Paul Kühne 9c50e460e0 Makefile.am: distribute simple_prefs.* 2008-02-09 18:19:49 +00:00
Rafaël Carré 46d9645373 fix zsh completion generator, add a script to help compilation, generation, and installation of completion 2008-02-09 18:19:40 +00:00
Felix Paul Kühne 9f2ffffe4c macosx: same as previous commit plus revert of [24799] for prefs.m (unintended commit) 2008-02-09 18:18:44 +00:00
Rafaël Carré ba9f39d754 fix framework building in VLC-release.app target 2008-02-09 18:15:55 +00:00
Pierre d'Herbemont 471d45f1a2 cmake: Increment my commit count :/ (oops). 2008-02-09 18:01:35 +00:00
Pierre d'Herbemont f2effed047 cmake: Define DEBUG. 2008-02-09 17:59:35 +00:00
Felix Paul Kühne 8e64cfd2be macosx: fully implemented the interface and audio categories (excepting the visualiser setting) 2008-02-09 17:51:37 +00:00
Pierre d'Herbemont e77ff475e1 cmake: Make the *.c *.h script generation compatible with cmake's trunk. 2008-02-09 17:42:15 +00:00
Pierre d'Herbemont 5667d99f2a cmake: Fix for cmake's head. 2008-02-09 17:02:04 +00:00
Pavlov Konstantin e485e51310 Fix erroneous [25032]. 2008-02-09 16:32:03 +00:00
Pavlov Konstantin c3ef135974 Fix linkage in --as-needed mode. 2008-02-09 16:18:44 +00:00
Pavlov Konstantin 35c461035b Register video/x-matroska as a mime-type. 2008-02-09 15:46:13 +00:00
Pierre d'Herbemont c8ff4d5d6d macosx/framework: test updates to match the VLCKit name change. 2008-02-09 15:40:03 +00:00
Pierre d'Herbemont 2eb8fec690 contrib: Remove now uneeded part of the ffmpeg-macosx-intel-mmx.patch. 2008-02-09 13:58:18 +00:00
Pierre d'Herbemont 196dcb8c46 cmake: Enable auhal audio output on Mac OS X. 2008-02-09 13:52:45 +00:00
Pierre d'Herbemont dcb10ec1d6 cmake: Disable NO_SYMBOL_CHECK by default, until vlc/cmake is working properly. 2008-02-09 13:41:04 +00:00
Pierre d'Herbemont c9dcc35ade cmake: Find live555. 2008-02-09 12:21:00 +00:00
Pierre d'Herbemont e5f793663e contrib: Do an install of live555, so that there is no need to use the in tree option. 2008-02-09 12:19:15 +00:00
Rémi Denis-Courmont 7b98fbe6b4 WTF don't use the network in an automated stress test 2008-02-09 10:50:09 +00:00
Rémi Duraffort 832be47d52 Wrap the code and remove unnecessary line. 2008-02-09 09:06:51 +00:00
Rémi Duraffort 5e224f9c4a Hide the header bar of the Tree. 2008-02-09 09:00:56 +00:00
Rémi Denis-Courmont bd26b5fae4 Handle waitpipe error failures. 2008-02-09 08:32:05 +00:00
Rémi Denis-Courmont db3a33e450 DEBUG -> NDEBUG 2008-02-09 08:21:35 +00:00
Rémi Denis-Courmont 0c97b087be time.h is always needed (because of pthread_cond_timedwait) 2008-02-09 08:21:21 +00:00
Rémi Denis-Courmont 9e704fa3c2 threads: Consistenly use NDEBUG 2008-02-09 08:18:45 +00:00
Rémi Denis-Courmont b392983309 Remove duplicated checks 2008-02-09 08:12:28 +00:00
Pierre d'Herbemont aab417fdbf cmake: NDEBUG to off with Debug target. This cause the deadlock to be back. 2008-02-09 01:00:06 +00:00
Pierre d'Herbemont 9e58f9726f cmake: add iokit for mkv. 2008-02-09 00:37:36 +00:00
Pierre d'Herbemont 72cb2e3e75 cmake: Detect matroska. 2008-02-09 00:07:43 +00:00
Pierre d'Herbemont 762d9f99b0 cmake: FindFFmpeg simplication. 2008-02-09 00:07:25 +00:00
Dennis van Amerongen 51aed47f83 * modules/codec/x264.c: add satd exhaustive motion search (tesa) to the list of motion estimation algorithm options 2008-02-08 23:28:18 +00:00
Pierre d'Herbemont 137216d72f macosx/frontrow_plugin: Default configuration to Debug. 2008-02-08 22:47:46 +00:00
Dennis van Amerongen 600d4ac4bc * modules/codec/x264.c: set default for direct prediction size (direct-8x8) to -1 (smallest possible according to level); this fixes the direct 8x8 inference warning on level requirement in certain x264 setting combinations 2008-02-08 22:29:42 +00:00
Pierre d'Herbemont 883ed8d425 cmake: Add -read_only_relocs warning on ffmpeg for Pre-10.5. 2008-02-08 22:08:02 +00:00
Pierre d'Herbemont fd718416cf cmake: Add -fno-common for Pre-10.5 for shared library. 2008-02-08 21:56:33 +00:00
Pierre d'Herbemont a00c9ae80a cmake: Check for inet functions. 2008-02-08 21:29:22 +00:00
Faustino Osuna 0e2eb38daa cmake: Command substitution work around for VERBATIM flag. 2008-02-08 21:22:13 +00:00
Pierre d'Herbemont a31d2608e3 cmake: Add VERBATIM back. Apparently this could be a cmake issue. Need to investigate. 2008-02-08 21:07:08 +00:00
Rémi Duraffort ce10771b1d Add the tree of the modules loaded in the messages dialog. 2008-02-08 20:58:08 +00:00
Pierre d'Herbemont d3615517c3 cmake: Correctly remove files prior to recmake. 2008-02-08 20:49:52 +00:00