1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-18 23:45:06 +02:00
Commit Graph

16854 Commits

Author SHA1 Message Date
Christophe Mutricy
0c2f9d46c3 Xcode project has moved 2007-02-06 15:09:54 +00:00
Pavlov Konstantin
132110c4e9 Properly check for Xext library. We got way more kludges in Xv detection, though...
Should fix packaging, too.
2007-02-06 13:37:40 +00:00
Pavlov Konstantin
0669a9f8cc Added symbols needed to link vlc. 2007-02-06 13:13:43 +00:00
Jean-Paul Saman
054f901508 Fix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked upon in the code. 2007-02-06 08:57:51 +00:00
Christophe Mutricy
764ef56684 l10n in vlc.desktop for Swedish by Daniel Nylander 2007-02-06 00:01:17 +00:00
Jean-Baptiste Kempf
0c8b91b299 Oops. Sorry. 2007-02-06 00:01:14 +00:00
Jean-Baptiste Kempf
578e940fe8 NEWS: add teletext and sharpen, before we forget to do it. :D 2007-02-05 23:52:22 +00:00
Pavlov Konstantin
9be50eccdb Don't translate messages in telnet interface 2007-02-05 23:31:54 +00:00
Jean-Baptiste Kempf
ac972be04c Qt4: Update and finish (?) Video Prefs. 2007-02-05 23:27:14 +00:00
Christophe Mutricy
de592b024a Use DLL_EXPORT only on win 2007-02-05 22:02:43 +00:00
Pavlov Konstantin
f8a611486f Link screen and panoramix plugins with X11 only, they don't need Xext.
Only build x11 plugin when we have Xext.h.
2007-02-05 21:29:32 +00:00
Damien Fouilleul
77d6d1ea0e -fvisibility-inlines-hidden breaks x86_64 ld linker 2007-02-05 18:06:04 +00:00
Rémi Denis-Courmont
740f0fd5b8 Warning: Explicit kludge - parental advisory
Now, UDP-Lite really works!
2007-02-05 17:50:14 +00:00
Rémi Denis-Courmont
57dff76299 ifdef for old OSes 2007-02-05 17:35:14 +00:00
Rémi Denis-Courmont
2a2b219f75 UDP-Lite access output 2007-02-05 17:21:56 +00:00
Rémi Denis-Courmont
7605da8016 I *can* do it 2007-02-05 17:15:49 +00:00
Rémi Denis-Courmont
9155f25c63 Fix linking 2007-02-05 17:06:28 +00:00
Rémi Denis-Courmont
71713be8ff Fix memory leaks and dummy error messages in net_OpenDgram 2007-02-05 17:04:55 +00:00
Damien Fouilleul
4116cd392a - vlc.c: commented out rootwrap() till it is properly fixed 2007-02-05 16:55:50 +00:00
Rémi Denis-Courmont
89f058543f Fix impossible out-of-bound strcmp 2007-02-05 16:49:14 +00:00
Damien Fouilleul
f953de14eb - configure.ac: -fvisibility-inlines-hidden is C++ only 2007-02-05 16:43:41 +00:00
Rémi Denis-Courmont
d8ae255f3d UDP-Lite access
This is completely untested because vlc does not link at the moment :(
2007-02-05 16:32:31 +00:00
Damien Fouilleul
5237e0c558 - vlc_common.h: compile fix 2007-02-05 15:45:14 +00:00
Damien Fouilleul
e523db51e0 - added support for visibility attribute for GCC 4.x for controlling export symbols 2007-02-05 14:58:40 +00:00
Jean-Baptiste Kempf
ec49740468 Add a module_Exists() function for Simple_Prefs. Don't use too much this function. 2007-02-04 23:15:19 +00:00
Jean-Baptiste Kempf
c06614ec72 Change in copyright and propedit. 2007-02-04 22:40:21 +00:00
Jean-Baptiste Kempf
f1ec0f9f4c Sharpen Video-Filter.
Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.
2007-02-04 22:27:07 +00:00
Jean-Baptiste Kempf
79d77fdcc7 D-Bus ameliorations and fix by Mr_Mirsal. 2007-02-04 21:14:43 +00:00
Christophe Mutricy
6871383f30 support for automake 1.10. Patch courtesy of scop on trac. Fix #1041 2007-02-04 20:20:41 +00:00
Damien Fouilleul
cfafc7da07 - vlc_common.h: fix for vlc_wclosedir on MacOS X 2007-02-03 22:41:43 +00:00
Damien Fouilleul
cd5ed364ef - added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file.
This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.
2007-02-03 22:01:20 +00:00
Antoine Cellerier
d20a2464f3 Ooops (?) 2007-02-03 02:55:33 +00:00
Antoine Cellerier
d3ce31e04c Use DIR_SEP instead of "/" 2007-02-02 21:46:19 +00:00
Christophe Massiot
2ea0cb164a * doc/fortunes.txt is a fortune file, please keep it in a format
compatible with UNIX fortune executable.
2007-02-02 21:31:18 +00:00
Antoine Cellerier
8b01ee910c Small formating fix. 2007-02-02 21:17:29 +00:00
Antoine Cellerier
1360a812c7 Copy clip_uint8() function from ffmpeg and replace where applicable for video filters. 2007-02-02 20:51:11 +00:00
Antoine Cellerier
0a40fae13a "I'm a girl!" fortune (x2) from 2 days ago. 2007-02-02 20:30:49 +00:00
Damien Fouilleul
badf4887a8 - direct3d: device reset fixes (when resolution changes, etc...) 2007-02-02 11:43:50 +00:00
Felix Paul Kühne
152793b6ca * this part of [18683] wasn't supposed to be committed. Reverting to previous revision. 2007-02-02 09:17:58 +00:00
Felix Paul Kühne
cd19d6a43b * collection of various fixes and edits
- removed <10.3 support in the preferences' code
    - added preliminary support for Obj-C 2.0 / Garbage Collection
        - needs to be enabled manually in intf.h for now and is restricted to future Darwin release
    - updated various copyright dates to approbate values
    - configured the source tree in the Xcode project for future Xcode releases
    - finally renamed the Xcode project to the correct bundle extension
2007-02-02 09:12:37 +00:00
Antoine Cellerier
b181bb1175 s/a42/a52/ 2007-02-01 23:22:15 +00:00
Christophe Mutricy
4b83d5d3fa check for enomem 2007-02-01 20:06:54 +00:00
Jean-Baptiste Kempf
3010af22c9 D-Bus Patch by Mirsal ENNAIME 2007-02-01 19:12:45 +00:00
Rafaël Carré
f3273df59a Displays and hides simple preferences correctly 2007-02-01 18:45:53 +00:00
Rafaël Carré
c404c42de5 Always initialise dbus threads 2007-02-01 18:45:25 +00:00
Jean-Baptiste Kempf
d9d6fddf57 Qt4: Compile Fix. 2007-02-01 18:40:30 +00:00
Damien Fouilleul
801ef73786 - direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still don't have a Vista system to test against 2007-02-01 14:28:41 +00:00
Jean-Baptiste Kempf
d541437698 Correction on the Makefile .. 2007-01-31 22:34:30 +00:00
Jean-Baptiste Kempf
46dc547d0f Win32 Contrib: Repair ffmpeg compile. 2007-01-31 22:27:57 +00:00
Jean-Baptiste Kempf
abef937f02 Qt4: messages. Small commit to fix two forgottten qfu() and to add whitespaces where needed. 2007-01-31 19:51:46 +00:00