1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

26821 Commits

Author SHA1 Message Date
Rémi Duraffort
fa61862474 The last but not least of this serie of memleaks. 2008-08-01 17:24:19 +02:00
Rémi Duraffort
19933fe7a6 Fix potential memleak. 2008-08-01 17:21:43 +02:00
Rémi Duraffort
ab1e2b524c Why are this variable unused ? (commented out for the moment as it memleak) 2008-08-01 17:14:45 +02:00
Rémi Duraffort
924bda6286 Hum sorry stupid debugging message. 2008-08-01 17:07:19 +02:00
Rémi Duraffort
4e9597b800 Less memleaks in Qt interface. 2008-08-01 17:06:21 +02:00
Rémi Duraffort
981577922c Fix memleak in gesture module. 2008-08-01 16:16:33 +02:00
Rémi Duraffort
688f0a8d89 Don't print a message a malloc failed. 2008-08-01 16:11:28 +02:00
Rémi Duraffort
80aa55bbf7 Fix memleak in opencv. 2008-08-01 16:09:48 +02:00
Rémi Duraffort
a5c83dda79 Don't leak every https parameters. 2008-08-01 16:02:42 +02:00
Rémi Duraffort
49ab2f56bf Fix previous commit. 2008-08-01 15:58:58 +02:00
Rémi Duraffort
b751665aa8 svg module: fix memleak. 2008-08-01 15:48:51 +02:00
Rémi Duraffort
1172bcd38c Fix xosd memleaks. 2008-08-01 15:45:32 +02:00
Rémi Duraffort
31a163942d vcdx: Fix memleaks. 2008-08-01 12:38:17 +02:00
Rémi Duraffort
75a1834d39 cdda/info: fix memleaks. 2008-08-01 12:30:27 +02:00
Rémi Duraffort
943b5ccc08 Access/cdda: fix memleak 2008-08-01 12:24:47 +02:00
Rémi Duraffort
d94a5a026b Revert "Prefer setenv to putenv (evenmore with local variables)."
This commit build compilation on window.

This reverts commit d632ffe1a6.
2008-08-01 12:17:46 +02:00
Rémi Duraffort
5ad6561cea Fix [10fcb9f9c3] (win doesn't have setenv). 2008-08-01 12:06:06 +02:00
Rémi Duraffort
0d8adc76db lua/intf: Fix a memleak. 2008-08-01 11:31:47 +02:00
Rémi Duraffort
5eea1626ff Fix potential memleak. 2008-08-01 11:24:21 +02:00
Rémi Duraffort
03a8d035fc Factorize code and remove unneed error message about memory allocation. 2008-08-01 09:40:43 +02:00
Derk-Jan Hartman
c426fd12c5 live555: remove the liveversion checks, now that we have a required version in configure.ac 2008-08-01 02:28:31 +02:00
Jean-Baptiste Kempf
1308b602a4 Missing translation. 2008-07-31 16:37:48 -07:00
Pierre d'Herbemont
61c5ccdf30 mkv: Remove an unneeded test. 2008-08-01 01:05:14 +02:00
Derk-Jan Hartman
90aa6fc5e9 http access: Use EnsureUTF8() on the ICY strings. Avoids "illegal byte sequence" warnings and the like such as in #1772 2008-08-01 01:03:35 +02:00
Pierre d'Herbemont
975bd7b51a mkv: Translation fix. 2008-08-01 01:01:15 +02:00
Derk-Jan Hartman
23fe953dbb pda gui: Set prio to 0, so it is not eligible for automatic selection. This is bad since it's a GTK module, and with our Qt switch and demise of wxGTK module, this module might be selected more often. It is not for the average user, and 0 tested under 0.9.0. Relates to #1798 2008-08-01 00:46:52 +02:00
Derk-Jan Hartman
35824733e3 Merge branch 'df-for-upstream' of git://repo.or.cz/vlc/davidf-public 2008-08-01 00:41:33 +02:00
Filippo Carone
ec6ed81c26 jvlc: comment fixed 2008-07-31 23:52:16 +02:00
Filippo Carone
39511f2b9c jvlc: wait for correct player status before releasing libvlc 2008-07-31 23:52:15 +02:00
Filippo Carone
38d49776d9 jvlc: libvlcState enum index comment added for reference 2008-07-31 23:52:15 +02:00
Filippo Carone
67923a077e jvlc: code formatted 2008-07-31 23:52:15 +02:00
Christophe Mutricy
267a19ca7f Slovak translation update by Marián Hikaník 2008-07-31 22:22:50 +01:00
Christophe Mutricy
d5a04763bd Slovenian translation update by Matej Urbančič 2008-07-31 22:22:50 +01:00
Christophe Mutricy
5dbc70c99b Sort the plugin list 2008-07-31 22:22:49 +01:00
Christophe Mutricy
7b0dd84fff Fix live detection on win32
+ a few cosmetics
2008-07-31 22:22:49 +01:00
Jean-Baptiste Kempf
b02d9f27b3 Remove unneeded space. 2008-07-31 14:13:07 -07:00
Pierre d'Herbemont
848489c386 threads: Make sure we don't re-create a thread if the object has already one. 2008-07-31 22:59:23 +02:00
Pierre d'Herbemont
10a6bde568 libvlccore: Don't set the priority on first thread on Mac OS X.
Let's don't by pass the defaults here. This also fixes an thread error at exit.
2008-07-31 22:57:50 +02:00
Rémi Duraffort
54b65bedc9 Fix commit. 2008-07-31 22:11:25 +02:00
Rémi Duraffort
be68773052 Potential memleak. 2008-07-31 22:10:08 +02:00
Rémi Duraffort
be378fbc80 Clone video filter : fix potential memleak. 2008-07-31 22:10:08 +02:00
Pierre d'Herbemont
7686840e5c libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment. 2008-07-31 22:00:07 +02:00
Jean-Baptiste Kempf
9706bc1b42 Fix preferences for jack (avoid the double 'pace' text) 2008-07-31 12:54:13 -07:00
Rémi Duraffort
0ad4e448d1 Fix [9589813471] by using var_Create (Pointed out by fenrir). 2008-07-31 21:48:28 +02:00
Jean-Baptiste Kempf
b5277240aa Preferences: don't show empty boxes ('zoom' box bug) 2008-07-31 12:29:59 -07:00
Pierre d'Herbemont
ba8f5af237 macosx: Add a missing PL_LOCK in the wizard. 2008-07-31 21:05:45 +02:00
Rémi Duraffort
313c62d2df More memleaks (pointed out by Jpeg) 2008-07-31 20:39:42 +02:00
Rémi Duraffort
482d8344a9 Fix tiny memleak. 2008-07-31 20:13:38 +02:00
Rémi Duraffort
1d906a234d Fix memleak in audio equalizer. 2008-07-31 20:00:46 +02:00
Rémi Duraffort
9589813471 Usefull coment instead of "Gruik" (evenif I like the previous one...) 2008-07-31 19:53:33 +02:00