]> git.sesse.net Git - vlc/log
vlc
15 years agomacosx: Fix #1802 Cursor not hidden if fullscreen controller is disabled (OS X).
Pierre d'Herbemont [Fri, 1 Aug 2008 19:33:36 +0000 (21:33 +0200)]
macosx: Fix #1802 Cursor not hidden if fullscreen controller is disabled (OS X).

15 years agoRemove Unneeded test (thx ipkiss)
Jean-Baptiste Kempf [Fri, 1 Aug 2008 19:36:35 +0000 (12:36 -0700)]
Remove Unneeded test (thx ipkiss)

15 years agoFix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
Jean-Baptiste Kempf [Fri, 1 Aug 2008 19:32:54 +0000 (12:32 -0700)]
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)

15 years agoLock/Unlock the http control module.
Rémi Duraffort [Fri, 1 Aug 2008 18:43:37 +0000 (20:43 +0200)]
Lock/Unlock the http control module.

15 years agoPreferences: fix some memleaks and fix horrible video-filter bug. :D
Jean-Baptiste Kempf [Fri, 1 Aug 2008 18:39:00 +0000 (11:39 -0700)]
Preferences: fix some memleaks and fix horrible video-filter bug. :D

15 years agoFix memleaks (use vlclua_dir_list_free).
Rémi Duraffort [Fri, 1 Aug 2008 18:01:54 +0000 (20:01 +0200)]
Fix memleaks (use vlclua_dir_list_free).

15 years agoAdd vlclua_dir_list_free to free list created by vlclua_dir_list and use it.
Rémi Duraffort [Fri, 1 Aug 2008 18:00:54 +0000 (20:00 +0200)]
Add vlclua_dir_list_free to free list created by vlclua_dir_list and use it.

15 years agoFix memleaks: Fill in the destructor of simple preference.
Rémi Duraffort [Fri, 1 Aug 2008 16:40:53 +0000 (18:40 +0200)]
Fix memleaks: Fill in the destructor of simple preference.

15 years agoMissing item to translate.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 16:19:02 +0000 (09:19 -0700)]
Missing item to translate.

15 years agoRewrite a useful tooltip for Windows DShow.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 16:18:00 +0000 (09:18 -0700)]
Rewrite a useful tooltip for Windows DShow.

15 years agoRemove unused variable.
Jean-Baptiste Kempf [Fri, 1 Aug 2008 16:03:24 +0000 (09:03 -0700)]
Remove unused variable.

15 years agoThe last but not least of this serie of memleaks.
Rémi Duraffort [Fri, 1 Aug 2008 15:24:19 +0000 (17:24 +0200)]
The last but not least of this serie of memleaks.

15 years agoFix potential memleak.
Rémi Duraffort [Fri, 1 Aug 2008 15:18:23 +0000 (17:18 +0200)]
Fix potential memleak.

15 years agoWhy are this variable unused ? (commented out for the moment as it memleak)
Rémi Duraffort [Fri, 1 Aug 2008 15:14:45 +0000 (17:14 +0200)]
Why are this variable unused ? (commented out for the moment as it memleak)

15 years agoHum sorry stupid debugging message.
Rémi Duraffort [Fri, 1 Aug 2008 15:07:19 +0000 (17:07 +0200)]
Hum sorry stupid debugging message.

15 years agoLess memleaks in Qt interface.
Rémi Duraffort [Fri, 1 Aug 2008 15:06:21 +0000 (17:06 +0200)]
Less memleaks in Qt interface.

15 years agoFix memleak in gesture module.
Rémi Duraffort [Fri, 1 Aug 2008 14:16:33 +0000 (16:16 +0200)]
Fix memleak in gesture module.

15 years agoDon't print a message a malloc failed.
Rémi Duraffort [Fri, 1 Aug 2008 14:11:28 +0000 (16:11 +0200)]
Don't print a message a malloc failed.

15 years agoFix memleak in opencv.
Rémi Duraffort [Fri, 1 Aug 2008 14:09:48 +0000 (16:09 +0200)]
Fix memleak in opencv.

15 years agoDon't leak every https parameters.
Rémi Duraffort [Fri, 1 Aug 2008 14:02:42 +0000 (16:02 +0200)]
Don't leak every https parameters.

15 years agoFix previous commit.
Rémi Duraffort [Fri, 1 Aug 2008 13:58:58 +0000 (15:58 +0200)]
Fix previous commit.

15 years agosvg module: fix memleak.
Rémi Duraffort [Fri, 1 Aug 2008 13:48:51 +0000 (15:48 +0200)]
svg module: fix memleak.

15 years agoFix xosd memleaks.
Rémi Duraffort [Fri, 1 Aug 2008 13:45:32 +0000 (15:45 +0200)]
Fix xosd memleaks.

15 years agovcdx: Fix memleaks.
Rémi Duraffort [Fri, 1 Aug 2008 10:34:24 +0000 (12:34 +0200)]
vcdx: Fix memleaks.

15 years agocdda/info: fix memleaks.
Rémi Duraffort [Fri, 1 Aug 2008 10:30:27 +0000 (12:30 +0200)]
cdda/info: fix memleaks.

15 years agoAccess/cdda: fix memleak
Rémi Duraffort [Fri, 1 Aug 2008 10:24:47 +0000 (12:24 +0200)]
Access/cdda: fix memleak

15 years agoRevert "Prefer setenv to putenv (evenmore with local variables)."
Rémi Duraffort [Fri, 1 Aug 2008 10:17:46 +0000 (12:17 +0200)]
Revert "Prefer setenv to putenv (evenmore with local variables)."
This commit build compilation on window.

This reverts commit d632ffe1a6f5e6cea5dd796105e1708cdb0b3631.

15 years agoFix [10fcb9f9c3c73d13340c0bd4153fc4c9c87b7186] (win doesn't have setenv).
Rémi Duraffort [Fri, 1 Aug 2008 10:04:26 +0000 (12:04 +0200)]
Fix [10fcb9f9c3c73d13340c0bd4153fc4c9c87b7186] (win doesn't have setenv).

15 years agolua/intf: Fix a memleak.
Rémi Duraffort [Fri, 1 Aug 2008 09:31:47 +0000 (11:31 +0200)]
lua/intf: Fix a memleak.

15 years agoFix potential memleak.
Rémi Duraffort [Fri, 1 Aug 2008 09:24:21 +0000 (11:24 +0200)]
Fix potential memleak.

15 years agoFactorize code and remove unneed error message about memory allocation.
Rémi Duraffort [Fri, 1 Aug 2008 07:39:25 +0000 (09:39 +0200)]
Factorize code and remove unneed error message about memory allocation.

15 years agolive555: remove the liveversion checks, now that we have a required version in config...
Derk-Jan Hartman [Fri, 1 Aug 2008 00:27:21 +0000 (02:27 +0200)]
live555: remove the liveversion checks, now that we have a required version in configure.ac

15 years agoMissing translation.
Jean-Baptiste Kempf [Thu, 31 Jul 2008 23:31:25 +0000 (16:31 -0700)]
Missing translation.

15 years agomkv: Remove an unneeded test.
Pierre d'Herbemont [Thu, 31 Jul 2008 23:05:06 +0000 (01:05 +0200)]
mkv: Remove an unneeded test.

15 years agohttp access: Use EnsureUTF8() on the ICY strings. Avoids "illegal byte sequence"...
Derk-Jan Hartman [Thu, 31 Jul 2008 23:01:39 +0000 (01:01 +0200)]
http access: Use EnsureUTF8() on the ICY strings. Avoids "illegal byte sequence" warnings and the like such as in #1772

15 years agomkv: Translation fix.
Pierre d'Herbemont [Thu, 31 Jul 2008 23:00:53 +0000 (01:00 +0200)]
mkv: Translation fix.

15 years agopda gui: Set prio to 0, so it is not eligible for automatic selection. This is bad...
Derk-Jan Hartman [Thu, 31 Jul 2008 22:46:52 +0000 (00:46 +0200)]
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

15 years agoMerge branch 'df-for-upstream' of git://repo.or.cz/vlc/davidf-public
Derk-Jan Hartman [Thu, 31 Jul 2008 22:41:33 +0000 (00:41 +0200)]
Merge branch 'df-for-upstream' of git://repo.or.cz/vlc/davidf-public

15 years agojvlc: comment fixed
Filippo Carone [Thu, 31 Jul 2008 21:52:07 +0000 (23:52 +0200)]
jvlc: comment fixed

15 years agojvlc: wait for correct player status before releasing libvlc
Filippo Carone [Thu, 31 Jul 2008 21:51:33 +0000 (23:51 +0200)]
jvlc: wait for correct player status before releasing libvlc

15 years agojvlc: libvlcState enum index comment added for reference
Filippo Carone [Thu, 31 Jul 2008 21:50:23 +0000 (23:50 +0200)]
jvlc: libvlcState enum index comment added for reference

15 years agojvlc: code formatted
Filippo Carone [Thu, 31 Jul 2008 21:49:29 +0000 (23:49 +0200)]
jvlc: code formatted

15 years agoSlovak translation update by Marián Hikaník
Christophe Mutricy [Thu, 31 Jul 2008 19:56:03 +0000 (20:56 +0100)]
Slovak translation update by Marián Hikaník

15 years agoSlovenian translation update by Matej Urbančič
Christophe Mutricy [Thu, 31 Jul 2008 19:47:32 +0000 (20:47 +0100)]
Slovenian translation update by Matej Urbančič

15 years agoSort the plugin list
Christophe Mutricy [Thu, 31 Jul 2008 21:21:39 +0000 (22:21 +0100)]
Sort the plugin list

15 years agoFix live detection on win32
Christophe Mutricy [Thu, 31 Jul 2008 19:39:20 +0000 (20:39 +0100)]
Fix live detection on win32

+ a few cosmetics

15 years agoRemove unneeded space.
Jean-Baptiste Kempf [Thu, 31 Jul 2008 21:13:07 +0000 (14:13 -0700)]
Remove unneeded space.

15 years agothreads: Make sure we don't re-create a thread if the object has already one.
Pierre d'Herbemont [Thu, 31 Jul 2008 20:59:23 +0000 (22:59 +0200)]
threads: Make sure we don't re-create a thread if the object has already one.

15 years agolibvlccore: Don't set the priority on first thread on Mac OS X.
Pierre d'Herbemont [Thu, 31 Jul 2008 20:57:50 +0000 (22:57 +0200)]
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.

15 years agoFix commit.
Rémi Duraffort [Thu, 31 Jul 2008 20:11:25 +0000 (22:11 +0200)]
Fix commit.

15 years agoPotential memleak.
Rémi Duraffort [Thu, 31 Jul 2008 19:55:53 +0000 (21:55 +0200)]
Potential memleak.

15 years agoClone video filter : fix potential memleak.
Rémi Duraffort [Thu, 31 Jul 2008 19:52:51 +0000 (21:52 +0200)]
Clone video filter : fix potential memleak.

15 years agolibvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
Pierre d'Herbemont [Thu, 31 Jul 2008 19:59:10 +0000 (21:59 +0200)]
libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.

15 years agoFix preferences for jack (avoid the double 'pace' text)
Jean-Baptiste Kempf [Thu, 31 Jul 2008 19:53:21 +0000 (12:53 -0700)]
Fix preferences for jack (avoid the double 'pace' text)

15 years agoFix [9589813471d0f5525789b7cf7165e48d177cbad6] by using var_Create (Pointed out by...
Rémi Duraffort [Thu, 31 Jul 2008 19:47:25 +0000 (21:47 +0200)]
Fix [9589813471d0f5525789b7cf7165e48d177cbad6] by using var_Create (Pointed out by fenrir).

15 years agoPreferences: don't show empty boxes ('zoom' box bug)
Jean-Baptiste Kempf [Thu, 31 Jul 2008 19:29:10 +0000 (12:29 -0700)]
Preferences: don't show empty boxes ('zoom' box bug)

15 years agomacosx: Add a missing PL_LOCK in the wizard.
Pierre d'Herbemont [Thu, 31 Jul 2008 18:58:54 +0000 (20:58 +0200)]
macosx: Add a missing PL_LOCK in the wizard.

15 years agoMore memleaks (pointed out by Jpeg)
Rémi Duraffort [Thu, 31 Jul 2008 18:39:42 +0000 (20:39 +0200)]
More memleaks (pointed out by Jpeg)

15 years agoFix tiny memleak.
Rémi Duraffort [Thu, 31 Jul 2008 18:13:38 +0000 (20:13 +0200)]
Fix tiny memleak.

15 years agoFix memleak in audio equalizer.
Rémi Duraffort [Thu, 31 Jul 2008 18:00:46 +0000 (20:00 +0200)]
Fix memleak in audio equalizer.

15 years agoUsefull coment instead of "Gruik" (evenif I like the previous one...)
Rémi Duraffort [Thu, 31 Jul 2008 17:53:33 +0000 (19:53 +0200)]
Usefull coment instead of "Gruik" (evenif I like the previous one...)

15 years agoForgotten mem leak.
Rémi Duraffort [Thu, 31 Jul 2008 17:46:44 +0000 (19:46 +0200)]
Forgotten mem leak.

15 years agojvlc: minor changes on unit tests
Filippo Carone [Thu, 31 Jul 2008 17:42:23 +0000 (19:42 +0200)]
jvlc: minor changes on unit tests

15 years agoFix memleak
Rémi Duraffort [Thu, 31 Jul 2008 17:37:39 +0000 (19:37 +0200)]
Fix memleak

15 years agoFix memleak.
Rémi Duraffort [Thu, 31 Jul 2008 17:31:11 +0000 (19:31 +0200)]
Fix memleak.

15 years agoDon't mix up malloc and delete.
Rémi Duraffort [Thu, 31 Jul 2008 17:27:53 +0000 (19:27 +0200)]
Don't mix up malloc and delete.

15 years agoFix potential memleak.
Rémi Duraffort [Thu, 31 Jul 2008 17:18:38 +0000 (19:18 +0200)]
Fix potential memleak.

15 years agoFix memleak in Qt interface.
Rémi Duraffort [Thu, 31 Jul 2008 16:50:07 +0000 (18:50 +0200)]
Fix memleak in Qt interface.

15 years agoDon't mix malloc and delete.
Rémi Duraffort [Thu, 31 Jul 2008 16:36:31 +0000 (18:36 +0200)]
Don't mix malloc and delete.

15 years agoMissing translations.
Jean-Baptiste Kempf [Thu, 31 Jul 2008 16:24:17 +0000 (09:24 -0700)]
Missing translations.

15 years agoDon't mix malloc and delete.
Rémi Duraffort [Thu, 31 Jul 2008 16:26:26 +0000 (18:26 +0200)]
Don't mix malloc and delete.

15 years agoCheck asprintf return value.
Rémi Duraffort [Thu, 31 Jul 2008 16:01:03 +0000 (18:01 +0200)]
Check asprintf return value.

15 years agoPrefer setenv to putenv (evenmore with local variables).
Rémi Duraffort [Thu, 31 Jul 2008 15:55:29 +0000 (17:55 +0200)]
Prefer setenv to putenv (evenmore with local variables).

15 years agoAccess dvdread: use setenv instead of putenv to fix a memleak.
Rémi Duraffort [Thu, 31 Jul 2008 15:53:11 +0000 (17:53 +0200)]
Access dvdread: use setenv instead of putenv to fix a memleak.

15 years agoFix memleaks in stream output.
Rémi Duraffort [Thu, 31 Jul 2008 13:50:47 +0000 (15:50 +0200)]
Fix memleaks in stream output.

15 years agoavcodec: add Intergraph JPEG fourcc to avcodec module
Derk-Jan Hartman [Thu, 31 Jul 2008 13:35:32 +0000 (15:35 +0200)]
avcodec: add Intergraph JPEG fourcc to avcodec module

15 years agoStream out: fix memleak.
Rémi Duraffort [Thu, 31 Jul 2008 12:57:28 +0000 (14:57 +0200)]
Stream out: fix memleak.

15 years agoFix memleak in sdl video output. (string passed to setenv have to be freed after).
Rémi Duraffort [Thu, 31 Jul 2008 12:38:49 +0000 (14:38 +0200)]
Fix memleak in sdl video output. (string passed to setenv have to be freed after).

15 years agoFix memleak in cdda access.
Rémi Duraffort [Thu, 31 Jul 2008 11:45:49 +0000 (13:45 +0200)]
Fix memleak in cdda access.

15 years agoFix memleaks.
Rémi Duraffort [Thu, 31 Jul 2008 11:29:06 +0000 (13:29 +0200)]
Fix memleaks.

15 years agoFix memleak in wall video filter.
Rémi Duraffort [Thu, 31 Jul 2008 11:26:51 +0000 (13:26 +0200)]
Fix memleak in wall video filter.

15 years agocontrol http: fix memleak.
Rémi Duraffort [Thu, 31 Jul 2008 11:23:58 +0000 (13:23 +0200)]
control http: fix memleak.

15 years agoFix memleak in esp audio output.
Rémi Duraffort [Thu, 31 Jul 2008 09:46:19 +0000 (11:46 +0200)]
Fix memleak in esp audio output.

15 years agoFix segfault in sap service discovery.
Rémi Duraffort [Thu, 31 Jul 2008 09:15:53 +0000 (11:15 +0200)]
Fix segfault in sap service discovery.

15 years agoRemove a memleak in Qt4.
Rémi Duraffort [Thu, 31 Jul 2008 08:45:14 +0000 (10:45 +0200)]
Remove a memleak in Qt4.

15 years agoFix a memleak when using the --use-stream-immediate option.
Adrien Maglo [Wed, 30 Jul 2008 09:22:02 +0000 (11:22 +0200)]
Fix a memleak when using the --use-stream-immediate option.

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
15 years agoRemove memleak in input_ItemAddInfo (check correctly vasprintf return value).
Rémi Duraffort [Thu, 31 Jul 2008 07:06:04 +0000 (09:06 +0200)]
Remove memleak in input_ItemAddInfo (check correctly vasprintf return value).

15 years agoUpdate vlc.pot and the .po
Christophe Mutricy [Wed, 30 Jul 2008 22:44:37 +0000 (23:44 +0100)]
Update vlc.pot and the .po

15 years agoFix "on qt the seek slider is as wide as the interface, not in FS controler" bug
Jean-Baptiste Kempf [Wed, 30 Jul 2008 22:13:00 +0000 (15:13 -0700)]
Fix "on qt the seek slider is as wide as the interface, not in FS controler" bug

15 years agoTypo
Christophe Mutricy [Wed, 30 Jul 2008 21:48:16 +0000 (22:48 +0100)]
Typo

15 years agoPackage the qt4 translations
Christophe Mutricy [Wed, 30 Jul 2008 21:42:48 +0000 (22:42 +0100)]
Package the qt4 translations

15 years agoDon't put bindings in POTFILES.in
Christophe Mutricy [Wed, 30 Jul 2008 21:31:39 +0000 (22:31 +0100)]
Don't put bindings in POTFILES.in

Bindings are not in the tarballs so adding them to the translation was a
bad idea.

15 years agoTranslate Console.
Jean-Baptiste Kempf [Wed, 30 Jul 2008 21:34:54 +0000 (14:34 -0700)]
Translate Console.

15 years agoFix previous commit. Sorry (messed up with Git squash)
Jean-Baptiste Kempf [Wed, 30 Jul 2008 21:34:33 +0000 (14:34 -0700)]
Fix previous commit. Sorry (messed up with Git squash)

15 years agoTry to fix and simplify the exe generation.
Jean-Baptiste Kempf [Wed, 30 Jul 2008 21:06:20 +0000 (14:06 -0700)]
Try to fix and simplify the exe generation.

15 years agoWorkaround deficiency in schroedinger state machine logic
David Flynn [Wed, 30 Jul 2008 13:41:24 +0000 (13:41 +0000)]
Workaround deficiency in schroedinger state machine logic

15 years agoFix dist-check.
Jean-Baptiste Kempf [Wed, 30 Jul 2008 19:51:09 +0000 (12:51 -0700)]
Fix dist-check.

15 years agoMissing translation in update Dialog, spotted by Cristi.
Jean-Baptiste Kempf [Wed, 30 Jul 2008 19:44:04 +0000 (12:44 -0700)]
Missing translation in update Dialog, spotted by Cristi.

15 years agofix "Play With VLC" context menu entry and autorun action for
Pauline Castets [Wed, 30 Jul 2008 15:48:58 +0000 (17:48 +0200)]
fix "Play With VLC" context menu entry and autorun action for

Change "dvd:" and "cdda:" to "dvd://" and "cdda://" in shell command.
Also remove some trailing spaces.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFix a segfault which orrured when you set a schedule date with only a time like in...
Adrien Maglo [Wed, 30 Jul 2008 13:28:05 +0000 (15:28 +0200)]
Fix a segfault which orrured when you set a schedule date with only a time like in : 'new test schedule date 18:00:00'
In fact, this was not supported and the test condition was wrong.

Also tell the user when the VLM couln't set a schedule property.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>