1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
Commit Graph

22781 Commits

Author SHA1 Message Date
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
Jean-Paul Saman
d306828bc0 check malloc return value 2008-02-08 20:43:45 +00:00
Pierre d'Herbemont
dab05ad97e macosx/framework: Correctly set the Input and Output files of the script target to save uneeded script execution. 2008-02-08 19:44:28 +00:00
Faustino Osuna
0bba88b3fe cmake: Removed VERBATIM flag, allows OS to perform command substitution -- resolved unexpected directory creations. 2008-02-08 17:56:01 +00:00
Rémi Denis-Courmont
01a2012273 Check for ALSA 2008-02-08 17:44:09 +00:00
Faustino Osuna
354034bd4b VLCKit.framework: Assume cmake that is in contrib/bin is to be used. 2008-02-08 17:28:30 +00:00
Pierre d'Herbemont
e4f4413c02 cmake: Include stdint.h when searching postprocess.h. 2008-02-08 17:05:38 +00:00
Rémi Denis-Courmont
2e42751af8 Add LFS and thread safety defines (from vlc-config).
This seems to fix the deadlock on Linux.
2008-02-08 16:56:03 +00:00
Pierre d'Herbemont
3373a70916 cmake: Fix convert_vlc_to_cmake for qt4. 2008-02-08 16:39:40 +00:00
Pierre d'Herbemont
6ef4eb5e96 cmake: Correctly build qt4. 2008-02-08 16:36:20 +00:00
Christophe Mutricy
7185386d8e Revert silly commit 2008-02-08 16:13:58 +00:00
Pierre d'Herbemont
abe53d9192 cmake: Qt4 include directory. 2008-02-08 15:36:38 +00:00
Pierre d'Herbemont
69f981ec90 cmake: Fix Qt4 detection. 2008-02-08 15:24:53 +00:00
Pierre d'Herbemont
59dd8e3a9f cmake: Cache Lua library, as we won't define it the next time. 2008-02-08 15:16:48 +00:00
Pierre d'Herbemont
e1d3a964c4 cmake: Also check for some gl headers. 2008-02-08 14:30:25 +00:00
Pierre d'Herbemont
0c73048c24 cmake: Find opengl. 2008-02-08 14:28:26 +00:00
Pierre d'Herbemont
37dc2645a8 cmake: More po generation fixes. 2008-02-08 14:19:58 +00:00
Pierre d'Herbemont
889cd2407f cmake: Fix po building. 2008-02-08 14:15:52 +00:00
Rafaël Carré
f3c28a1b6c frontrow plugin: fix headers install script, add a README with simple building and installation instructions 2008-02-08 14:10:23 +00:00
Pierre d'Herbemont
1479b3daeb cmake: As reported by jpeg, fix an endif. 2008-02-08 13:40:49 +00:00
Pierre d'Herbemont
616b36ceec vlc_os_specific.h: Use const for argv. 2008-02-08 11:45:35 +00:00
Pierre d'Herbemont
06fe038d1e cmake: Properly link to swscale. 2008-02-08 11:41:10 +00:00
Jean-Paul Saman
acb74148ef I should check the spelling first, next time. 2008-02-08 10:52:42 +00:00
Pierre d'Herbemont
25c56aea7a misc/darwin_specific.c: Fix compilation where MAXPATHLEN isn't defined. Fix a bunch of warnings. 2008-02-08 10:21:11 +00:00
Jean-Baptiste Kempf
52a3a73fe9 Qt4 - Fix compil if you don't have update-check. 2008-02-08 09:44:55 +00:00
Jean-Baptiste Kempf
61ea7a5cd4 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.
2008-02-08 09:29:22 +00:00
Jean-Baptiste Kempf
3757ba1e04 Qt4 - Same for Bookmark Dialog Ref. #1374 2008-02-08 09:09:24 +00:00
Jean-Baptiste Kempf
8b9672034c Qt4 - Save Extended panel size/pos in the good way. Ref #1374. 2008-02-08 09:04:43 +00:00
Jean-Baptiste Kempf
05a412e4e8 Qt4 - add a file to document a few things, especially the difference between QVLCDialog and QVLCFrame. 2008-02-08 08:54:03 +00:00
Jean-Baptiste Kempf
693e83932d Qt4 - Save Message Dialog position and Size on quit. use it on load. Ref #1374 2008-02-08 08:36:43 +00:00
Jean-Baptiste Kempf
9e4975ecad Qt4 - Permit QVLCFrame to have empty default size and pos in read settings. 2008-02-08 08:32:36 +00:00