Rémi Denis-Courmont
119a49ff66
Add make doc and fix Doxygen from top_builddir
2008-08-13 19:05:33 +03:00
Jean-Paul Saman
ebd800345f
Add a bunch of \file doxygen comments
2008-08-13 22:22:58 +08:00
Jean-Paul Saman
d3c3e6a850
ignore doxygen directory.
2008-08-13 22:22:58 +08:00
Jean-Paul Saman
f7f41e7e0a
ignore these files under doc
2008-08-13 22:22:58 +08:00
Rémi Denis-Courmont
481f1d5862
Revert "Turn on -Werror for libvlccore and libvlc."
...
Do not do this with portable code. Ever.
This reverts commit b204087e85
.
2008-08-13 17:21:54 +03:00
Lukas Durfina
e3c93d0540
slovak translation correction
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-08-12 17:41:36 -07:00
Jean-Baptiste Kempf
9c208777ae
Fix a warning on unused variable.
2008-08-12 17:20:21 -07:00
Jean-Baptiste Kempf
827bc36d28
Check asprintf results.
2008-08-12 17:18:41 -07:00
Pierre d'Herbemont
d2ae907ef6
input: More strtol fix.
2008-08-13 01:57:15 +02:00
Pierre d'Herbemont
427c9725d9
input: Fix strtol usage.
2008-08-13 01:51:47 +02:00
Pierre d'Herbemont
2e32646b32
cpu: Don't warn if we don't support altivec.
2008-08-13 01:51:47 +02:00
Jean-Baptiste Kempf
4ca43f7409
osd_text: Fix a bad vasprintf usage.
2008-08-12 16:43:07 -07:00
Jean-Baptiste Kempf
60b953e312
Contribs :Correction of chmod for qt4
2008-08-13 01:40:58 +02:00
Pierre d'Herbemont
e8d9246034
video_text: Fix a bad vasprintf usage.
2008-08-13 01:30:52 +02:00
Pierre d'Herbemont
8709c03507
Revert "playlist: With NDEBUG p_playlist may become unused."
...
This reverts commit 5b15b230d3
.
This is not needed anymore with recent changes to vlc_assert_locked.
2008-08-13 01:23:15 +02:00
Pierre d'Herbemont
6da58d2af6
audio_output: Fix an unused parameter in the NDEBUG case.
2008-08-13 01:22:42 +02:00
Pierre d'Herbemont
a8945cda0f
threads: Make sure vlc_assert_locked() doesn't result in an unused parameter warning.
2008-08-13 01:22:17 +02:00
Pierre d'Herbemont
2dd113c61f
input: Fix asprintf usage.
2008-08-13 01:15:50 +02:00
Pierre d'Herbemont
5b15b230d3
playlist: With NDEBUG p_playlist may become unused.
2008-08-13 01:15:50 +02:00
Jean-Baptiste Kempf
fb5d298121
Fix some crash on exit
...
Patch by Sephiroth87
2008-08-12 16:15:12 -07:00
Pierre d'Herbemont
521c6480b3
var: undef Windef.h CALLBACK as we use it here.
...
No we won't change the name. Microsoft won't make us change our mind ;)
2008-08-13 01:04:17 +02:00
Pierre d'Herbemont
b204087e85
Turn on -Werror for libvlccore and libvlc.
...
-Werror haters, scream now.
2008-08-13 00:57:27 +02:00
Pierre d'Herbemont
a35d4f85ce
libvlccore: Explicitely cast our const char *. dooh. We shouldn't store them as char * in the first place if they are not strdup/free().
2008-08-13 00:57:27 +02:00
Pierre d'Herbemont
909417ea28
vlc_network: vlc_poll is always exported. Don't put it behind an ifdef.
2008-08-13 00:57:27 +02:00
Pierre d'Herbemont
6feaa53057
network: vasprintf returns an int.
2008-08-13 00:57:26 +02:00
Pierre d'Herbemont
c56273731f
vout: Remove a warning about vout_ShowTextAbsolute unused arg.
2008-08-13 00:57:26 +02:00
Pierre d'Herbemont
7979cfc5c6
input: Fix signed warnings about streams.
2008-08-13 00:57:26 +02:00
Pierre d'Herbemont
ae291708be
input: Fix warnings.
2008-08-13 00:57:26 +02:00
Pierre d'Herbemont
ebbde26e5e
snapshot: Don't use vlc_object_signal_maybe.
...
The object isn't locked at this time. Yet, could some check that we do need that signal. I tend to doubt about that.
2008-08-13 00:57:26 +02:00
Pierre d'Herbemont
9619e4d510
input: Remove a warning about an unused argument.
2008-08-13 00:57:26 +02:00
Pierre d'Herbemont
63c9675b0e
playlist: playlist_LiveSearchUpdate is locked, no need to signal_maybe().
2008-08-13 00:57:26 +02:00
Pierre d'Herbemont
0f209a2e27
playlist: Remove the callbacks from the deleted input item.
2008-08-13 00:57:25 +02:00
Pierre d'Herbemont
65ae2bcd62
libvlccore: Fix a warning about b_daemon on Windows.
2008-08-13 00:57:25 +02:00
Pierre d'Herbemont
e715330730
mediacontrol: Fix warnings about unused args.
2008-08-13 00:57:25 +02:00
Pierre d'Herbemont
2720461a2b
media_list_player: Fix a warning that indicated a true mistake.
2008-08-13 00:57:25 +02:00
Pierre d'Herbemont
aafa45bdc9
sap: Fix thread prototype.
2008-08-13 00:57:25 +02:00
Pierre d'Herbemont
2c2d0cb25c
image: Removed unused function.
2008-08-13 00:57:25 +02:00
Pierre d'Herbemont
b94d650241
playlist: More warning fix+lock fixes.
2008-08-13 00:57:24 +02:00
Pierre d'Herbemont
8b783e2c3c
playlist: playlist_NodeCreate needs the PL_LOCK.
2008-08-13 00:57:24 +02:00
Pierre d'Herbemont
902cddda86
vlc_playlist.h: Correct type for request status. (Fix a warning too).
2008-08-13 00:57:24 +02:00
Pierre d'Herbemont
ef966eb08e
interface: Warning fixes on Mac OS X.
2008-08-13 00:57:24 +02:00
Pierre d'Herbemont
11f5c39c95
playlist: Warning fixes.
2008-08-13 00:57:24 +02:00
Jean-Baptiste Kempf
f622155e79
Close the dialogs podcast configuration when click on close...
...
lol and thanks Sephiroth!
2008-08-12 15:39:02 -07:00
Jean-Baptiste Kempf
721758e782
Better solution to fix some skins2 crash on exit.
2008-08-12 15:39:02 -07:00
Jean-Baptiste Kempf
a1d12e8c94
Small sound slider size issue, Not perfect yet, but soon to be.
2008-08-12 15:39:02 -07:00
Rémi Duraffort
9b868a2f52
Fix memleak in mkv.
2008-08-12 23:11:21 +02:00
Jean-Baptiste Kempf
897ae9cac2
Try (again!) to fix win32 libass compilation
2008-08-12 22:44:08 +02:00
Rémi Denis-Courmont
e657d0dc39
HTTP interface: do not look for stuff in current directory
...
This is essentially the same problem as --plugin-path (albeit hopefully
with much less disastrous potential effects), with the same
inconvenience for developpers.
2008-08-12 23:22:26 +03:00
Rémi Duraffort
f99e6e9076
Fix memleaks when closing the module.
2008-08-12 22:21:52 +02:00
Rémi Duraffort
18d635e38d
Fix memleak.
2008-08-12 20:24:40 +02:00