1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
Commit Graph

26821 Commits

Author SHA1 Message Date
Rémi Duraffort
31d526a9f7 Forgotten mem leak. 2008-07-31 19:46:57 +02:00
Filippo Carone
e91b6fac50 jvlc: minor changes on unit tests 2008-07-31 19:42:55 +02:00
Rémi Duraffort
5eab7541aa Fix memleak 2008-07-31 19:37:39 +02:00
Rémi Duraffort
f04d366c93 Fix memleak. 2008-07-31 19:31:11 +02:00
Rémi Duraffort
d45b2b0b2d Don't mix up malloc and delete. 2008-07-31 19:27:53 +02:00
Rémi Duraffort
cf68c2a368 Fix potential memleak. 2008-07-31 19:25:23 +02:00
Rémi Duraffort
03967e7ffa Fix memleak in Qt interface. 2008-07-31 18:50:07 +02:00
Rémi Duraffort
62e75b3f59 Don't mix malloc and delete. 2008-07-31 18:37:09 +02:00
Jean-Baptiste Kempf
566e4c08ad Missing translations. 2008-07-31 09:28:44 -07:00
Rémi Duraffort
b06464e4a8 Don't mix malloc and delete. 2008-07-31 18:26:48 +02:00
Rémi Duraffort
97b002337f Check asprintf return value. 2008-07-31 18:01:03 +02:00
Rémi Duraffort
d632ffe1a6 Prefer setenv to putenv (evenmore with local variables). 2008-07-31 17:55:29 +02:00
Rémi Duraffort
10fcb9f9c3 Access dvdread: use setenv instead of putenv to fix a memleak. 2008-07-31 17:53:11 +02:00
Rémi Duraffort
6b90843041 Fix memleaks in stream output. 2008-07-31 15:51:20 +02:00
Derk-Jan Hartman
01e3fc39c1 avcodec: add Intergraph JPEG fourcc to avcodec module 2008-07-31 15:44:09 +02:00
Rémi Duraffort
b007760f41 Stream out: fix memleak. 2008-07-31 14:57:28 +02:00
Rémi Duraffort
98e9da7b1a Fix memleak in sdl video output. (string passed to setenv have to be freed after). 2008-07-31 14:38:49 +02:00
Rémi Duraffort
97c14e4c28 Fix memleak in cdda access. 2008-07-31 13:45:49 +02:00
Rémi Duraffort
6dd5c5cb54 Fix memleaks. 2008-07-31 13:32:36 +02:00
Rémi Duraffort
a17ea14f8d Fix memleak in wall video filter. 2008-07-31 13:26:51 +02:00
Rémi Duraffort
696ef23c5d control http: fix memleak. 2008-07-31 13:23:58 +02:00
Rémi Duraffort
2de5a8f49b Fix memleak in esp audio output. 2008-07-31 11:46:19 +02:00
Rémi Duraffort
d7a21b12e9 Fix segfault in sap service discovery. 2008-07-31 11:15:53 +02:00
Rémi Duraffort
af04bf606c Remove a memleak in Qt4. 2008-07-31 10:47:16 +02:00
Adrien Maglo
5d6c8137d5 Fix a memleak when using the --use-stream-immediate option.
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
2008-07-31 09:35:47 +02:00
Rémi Duraffort
b99613a3e9 Remove memleak in input_ItemAddInfo (check correctly vasprintf return value). 2008-07-31 09:07:38 +02:00
Christophe Mutricy
ee24b32066 Update vlc.pot and the .po 2008-07-30 23:55:23 +01:00
Jean-Baptiste Kempf
4abc8cd606 Fix "on qt the seek slider is as wide as the interface, not in FS controler" bug 2008-07-30 15:14:03 -07:00
Christophe Mutricy
4eac02ca65 Typo 2008-07-30 22:48:16 +01:00
Christophe Mutricy
fd9e64e9b4 Package the qt4 translations 2008-07-30 22:42:48 +01:00
Christophe Mutricy
d2afc0e9d7 Don't put bindings in POTFILES.in
Bindings are not in the tarballs so adding them to the translation was a
bad idea.
2008-07-30 22:36:28 +01:00
Jean-Baptiste Kempf
ebfa902609 Translate Console. 2008-07-30 14:34:54 -07:00
Jean-Baptiste Kempf
1ca3275381 Fix previous commit. Sorry (messed up with Git squash) 2008-07-30 14:34:33 -07:00
Jean-Baptiste Kempf
ebb796176a Try to fix and simplify the exe generation. 2008-07-30 14:06:20 -07:00
David Flynn
7ca75b8a23 Workaround deficiency in schroedinger state machine logic 2008-07-30 19:54:01 +00:00
Jean-Baptiste Kempf
b7f39e459e Fix dist-check. 2008-07-30 12:51:09 -07:00
Jean-Baptiste Kempf
fea21bab06 Missing translation in update Dialog, spotted by Cristi. 2008-07-30 12:44:04 -07:00
Pauline Castets
9a509d1dca 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>
2008-07-30 12:33:03 -07:00
Adrien Maglo
ba7c8a3582 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>
2008-07-30 16:22:33 +02:00
Jean-Baptiste Kempf
fe8c4673c5 Accelerators fixed, noticed by Cristi 2008-07-30 00:51:37 -07:00
Jean-Baptiste Kempf
47436d221e Fix the "drag slider to 100% when video finishes doesn't reset thte slider" bug.
Reported by fenrir.
2008-07-30 00:16:11 -07:00
Jean-Baptiste Kempf
6fa897afdd bgWidget fix. Close #1743 2008-07-29 23:25:14 -07:00
Jean-Baptiste Kempf
2e812d10e9 Try to store config_GetConfDir in the official place on Windows (CSIDL_COMMON_APPDATA) 2008-07-29 23:07:49 -07:00
Jean-Baptiste Kempf
07dabf064c Fix config_GetHomeDir by using CSIDL_PERSONAL instead of CSIDL_PROFILE
"Version 5.0. The user's profile folder. A typical path is C:\Documents and Settings\username. Applications should not create files or folders at this level;"

Should fix also the skins2 location (#1787)
2008-07-29 23:07:49 -07:00
Derk-Jan Hartman
b5c566d923 avformat: do away with strang stream_Tell >= stream_Size check. 2008-07-30 03:33:48 +02:00
Derk-Jan Hartman
b7594a14b3 avformat: add support to IOSeek() for AVSEEK_SIZE (retrieving size without seeking) 2008-07-30 03:33:48 +02:00
Christophe Mutricy
7e32f4f28b Get rid of VLCADD_BUILTINS
Refs #1696
Not deeply tested
Completly not tested for beos, tarkin, wince
2008-07-30 01:03:21 +01:00
Christophe Mutricy
02f296b398 As autopoint copies po/Makefile.in.in we have to patch it so that it has our modifications 2008-07-30 01:03:21 +01:00
Christophe Mutricy
42942898cb Make PKG_CONFIG_PATH precious 2008-07-30 01:03:21 +01:00
Christophe Mutricy
40aa280c13 Cosmetic 2008-07-30 01:03:21 +01:00