Rémi Denis-Courmont
855370d938
Missing initializer
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Rémi Denis-Courmont
2c13ce176c
Qt4: activate playlist item on right click ( fix #2749 )
Also, show the popup menu on press rather than release.
17 years ago
Rémi Denis-Courmont
83116c1c92
XCB/window: really handle media keys
17 years ago
Felix Paul Kühne
afe0a0c2c3
macosx: finally completed the progress-panel's implementation
17 years ago
Felix Paul Kühne
b91b6e06ca
macosx: fixed compilation warning
17 years ago
Pierre Ynard
be531987f6
WinCE: add replacement getcwd() function
As WinCE doesn't support working directories, this function is
basically empty, and merely returns an error.
17 years ago
Rémi Duraffort
7dcb008355
qt4: update the MRL when the fps change (desktop).
Should fix #2767 .
17 years ago
Rémi Duraffort
b36b614a14
Fix potential object leak.
17 years ago
Rémi Duraffort
4b1fdf1b06
Remove unwanted "\v".
17 years ago
Felix Paul Kühne
63980c43dd
macosx: fixed menubar appearance in fullscreen mode by partially reverting [ 46c93c9cc9]
There is no 64bit-save aka non-Carbon replacement for this feature yet.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
17 years ago
Sébastien Escudier
fe19e10c0d
Free rtsp commands on close
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Felix Paul Kühne
60ce39b79c
macosx: fixed the updateInfoPanel crash
This also 'fixes' RTSP playback crashes (#2742 )
17 years ago
Rémi Denis-Courmont
7d56c1202e
Mozilla: remove logging support
You don't want random web pages listing, say, the content of your
hard drive (file/xspf-open://C:/ ?). For debugging purpose, the standard
error from Mozilla is probably better than Javascript anyway, not to
mention that the libvlc logging APi is really brain-damaged.
17 years ago
Rémi Duraffort
1c15d4ad0c
Fix a (really) small memleak (even if i_count is 0, some memory is allocated
for the strucure).
17 years ago
Felix Paul Kühne
2eabe22e9a
macosx: fixed 'Codec details pane does not work correctly', closes #2630
17 years ago
Rémi Duraffort
b900a611a1
Fix memleak (same problem with var_Change())
17 years ago
Rémi Duraffort
5efbd6a166
Fix potential object leak (test the conditions before doing anything).
17 years ago
Rémi Duraffort
27edb26133
Fix memleak (same problem with var_Change(VLC_VAR_FREELIST)).
17 years ago
Rémi Duraffort
25070505ad
Fix memleak (the memory allocated by var_Control(VLC_VAR_GETCHOICES) must be
deallocated).
17 years ago
Rémi Duraffort
2f4845954e
Fix previous commit.
17 years ago
Rémi Duraffort
9c24e1931f
variables: fix a potential crash/double free.
Indeed, giving a NULL to var_Change(VLC_VAR_SETSTRING) will lead to a crash the
next time this variable is used.
17 years ago
Rémi Duraffort
cd82402612
v4l2: fix memleak.
17 years ago
Jean-Baptiste Kempf
fb656c0c25
Qt: change slightly the colours of the sound slider.
17 years ago
Jean-Baptiste Kempf
e976edb9eb
Qt: lower a bit the default sound slider.
17 years ago
Laurent Aimar
7d55d5eeb1
Fixed some dvd spu streams that have multiple palette/alpha per packet.
17 years ago
Laurent Aimar
083927e378
Fixed potential segfault with broken DVD SPU streams.
17 years ago
Laurent Aimar
008e357c7c
Cosmetics (spudec).
17 years ago
Rémi Denis-Courmont
0933fed1eb
Add a bunch of FIXMEs
17 years ago
Rémi Denis-Courmont
5e2bfc338c
Sharpen: thread safety and don't retain useless value
17 years ago
Rémi Denis-Courmont
0925032f3d
Rotate: thread-safety
17 years ago
Rémi Denis-Courmont
3688c5dc6f
Rotate: no need to remember the angle
17 years ago
Rémi Denis-Courmont
1e5e931cf7
Motion blur: callback thread safety
17 years ago
Rémi Denis-Courmont
a8595578bc
Marquee: thread-safety corner cases
17 years ago
Rémi Denis-Courmont
bb6c60093f
Logo: thread safety fix
There are still bugs. At least posx, posy, pos and b_need_update are not
protected properly, but I don't have time.
17 years ago
Rémi Denis-Courmont
165f3496a9
Logo: expansion safety
17 years ago
Rémi Denis-Courmont
59712f39c3
Gradient: callback thread-safety
17 years ago
Rémi Denis-Courmont
7df37bef3c
Extract: thread-safety
17 years ago
Rémi Denis-Courmont
57eefa002c
Erase: actual thread-safety
17 years ago
Rémi Denis-Courmont
8c1c227dc2
crop: thread-safety for FilterCallback
17 years ago
Rémi Denis-Courmont
d6938fb215
Crop: simplify
17 years ago
Rémi Denis-Courmont
867fbfa41f
Blue screen: thread-safety
17 years ago
Rémi Denis-Courmont
ddba74088f
blue screen: __MIN and __MAX are not expansion-safe
17 years ago
Rémi Denis-Courmont
01a0090145
Alpha mask: thread-safety
A corner case occured if the mask were changed during initialization.
17 years ago
Rémi Denis-Courmont
da293d9ed4
Adjust: thread-safety
17 years ago
Jean-Baptiste Kempf
5d854b3643
x11: Show popup menu on click, not on release, as KDE and GNOME seem to do it.
Close #2573
17 years ago
Jean-Baptiste Kempf
d0240cc7dd
Try to stay consistent.
17 years ago
Jean-Baptiste Kempf
609c914ac3
Update NEWS for zip MRL.
17 years ago
Jean-Philippe Andre
6d9b338311
Zip: use !/ as separator instead of |
As advised on the forum, !/ is the standard separator for JAR protocol.
17 years ago
Jean-Philippe Andre
2c113555e9
Zip: fix handling of special characters ( #2467 )
18 years ago
Rémi Denis-Courmont
1c8cd6b7a9
Match used SD alias rather than plugin name ( fixes #2756 )
17 years ago