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
Jean-Baptiste Kempf
51da2ea33a
Change the toolbar layout to make it smaller and have the advanced buttons on the same line as the other ones.
...
If you think it was better before, please scream NOW.
I am just bored of being insulted for the work I do/not do. All the decisions may not be optimal, and I am always open to discussion. Insults by mail is NOT OK.
2008-08-12 09:57:25 -07:00
Derk-Jan Hartman
c452387961
config: on OS X, don't use required_argument for getopt_long, but optional_argument.
...
required_argument is not implemented (behaves like optional_argument), and actually crashes in some instances.
This fixes a crash as detailed in #1681 .
The problem is filed with Apple as Radar ticket 6113829
2008-08-12 13:06:39 +02:00
Derk-Jan Hartman
7758e05fd7
mkv: retrieve 2nd seekhead pos, when parsing first seekhead, and add a debug if an Unknown element was seen there.
2008-08-12 10:32:38 +02:00
Mirsal Ennaime
1d6f5ed52b
Telepathy: Fix a crash.
2008-08-12 10:09:39 +02:00
Jean-Baptiste Kempf
83e5162f3e
Don't build tests in libass when Xcompiling.
2008-08-12 09:02:32 +02:00
Jean-Baptiste Kempf
640f7e7049
Temporary Hack to fix compile on Win32.
2008-08-11 18:18:16 -07:00
Pierre d'Herbemont
0e2021e9c6
audio_output: Take the input_fifos lock where needed in aout_InputPlay.
...
(Should fix an other bunch of crash report in apple-bugreport).
2008-08-12 01:17:27 +02:00
Pierre d'Herbemont
f4132b2e81
audio_output: Properly lock the input_fifos_lock in aout_Restart.
...
(Should fix a number of crash^W assert report that we had in apple-bugreport ml).
2008-08-12 01:17:27 +02:00
Jean-Baptiste Kempf
59bd93a80c
Rename Kate Function to avoid naming conflicts with GDI+ on windows targets.
2008-08-11 14:29:23 -07:00
Jean-Baptiste Kempf
56f13b3671
Fix some quitting issues from skins2 when Qt in theDP.
2008-08-11 13:58:59 -07:00
Jean-Baptiste Kempf
6e10835861
A bit saner values for the bitrates in ASF muxer to reduce WMP caching.
2008-08-11 13:58:58 -07:00
Jean-Baptiste Kempf
3e5cbc8c2b
Libass tests needs libpng
2008-08-11 13:58:58 -07:00
Rémi Duraffort
44370bcc9d
Fix memleak, check return value.
2008-08-11 22:31:28 +02:00
Rémi Duraffort
cef1653682
Fix memleak in Qt4 interface.
2008-08-11 21:50:44 +02:00
Rémi Duraffort
a48fa03277
Use the right declaration for threaded functions.
2008-08-11 21:40:32 +02:00
Rémi Duraffort
a7d8f15b88
Use the right declaration for threaded functions.
2008-08-11 21:40:14 +02:00
Olivier Teulière
0d5db2b480
Fixed exiting skins when there is no video.
...
Exiting still hangs if there is a video output.
2008-08-11 21:03:24 +02:00
Jean-Baptiste Kempf
df952aec18
Contribs for windows: Deprecate dirac for schroedinger, Deprecate wx for
...
Qt.
2008-08-11 19:02:51 +02:00
Jean-Baptiste Kempf
3d6837b915
Contribs for Windows: add Kate and Libass targets.
2008-08-11 19:01:29 +02:00
Jean-Baptiste Kempf
441ecda8d2
Configure for windows updates.
2008-08-11 09:56:07 -07:00
Jean-Baptiste Kempf
32efe6b4cd
Be sure to initialize the p_mi pointer to NULL.
2008-08-11 09:52:46 -07:00