1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
Commit Graph

18687 Commits

Author SHA1 Message Date
Felix Paul Kühne
924d4ff881 macosx: fixed logic errors in previous commit pointed by Pierre 2009-10-10 15:21:46 +02:00
Felix Paul Kühne
0d24c85c1e macosx: merge AppleRemote fixes from the Lunettes project 2009-10-10 13:47:31 +02:00
Pierre d'Herbemont
967a86e569 macosx: vlc_keys seems to need vlc_common. 2009-10-10 12:14:57 +02:00
Rémi Duraffort
b4730f28df aout_sdl: fix compilation. 2009-10-10 12:13:56 +02:00
Pierre d'Herbemont
f660219664 macosx: Silent a harmless warning. 2009-10-10 12:04:56 +02:00
Pierre d'Herbemont
139d41eb4a macosx: Dummy build fix. 2009-10-10 12:04:56 +02:00
Rémi Duraffort
6feec1a07b Fix potential object leak. 2009-10-10 12:01:31 +02:00
Rémi Duraffort
0b8ec7ae14 Use var_Get* when applicable. 2009-10-10 11:54:12 +02:00
Rémi Duraffort
160324c6db lua: fix potential memleak. 2009-10-10 11:26:49 +02:00
Rémi Duraffort
03415034a1 No need to test for NULL before a free. 2009-10-10 11:26:49 +02:00
Rémi Duraffort
ffde9d55d9 use var_ToggleBool when applicable. 2009-10-10 11:26:49 +02:00
Rémi Duraffort
e48f48a897 Use var_Get* when applicable. 2009-10-10 11:26:49 +02:00
Rémi Duraffort
1f9d154602 vout: use the new var_GetAddress. 2009-10-10 11:26:48 +02:00
Rémi Duraffort
89031e12e0 mp4: fix potential memleak. 2009-10-10 11:26:48 +02:00
Rémi Duraffort
45428ac15e vout_directx: fix memleak. 2009-10-10 11:26:48 +02:00
Rémi Duraffort
6d5d33d497 codec: use var_Get(Integer|Float|String) when applicable. 2009-10-10 11:26:48 +02:00
Rémi Duraffort
2987efc5a0 twolame: "quality" is a float variable and not an integer ! 2009-10-10 11:26:47 +02:00
Rémi Duraffort
bfbf8a97d8 access_dvb: constify. 2009-10-10 11:26:47 +02:00
Rémi Duraffort
4cb13ccc3a access_dvb: constify. 2009-10-10 11:26:47 +02:00
Rémi Duraffort
6555b58041 sout_std: imporve logic (and save a malloc/free) 2009-10-10 11:26:47 +02:00
Rémi Duraffort
e7254d3881 sout_std: fix potential memleaks. 2009-10-10 11:26:47 +02:00
Rémi Duraffort
d8fe1e818d sout_raop: factorize. 2009-10-10 11:26:46 +02:00
Rémi Duraffort
a780f4106a smem: try not to re-create the variables too many times. 2009-10-10 11:26:46 +02:00
Rémi Duraffort
ebf91bfc08 sout std: factorize. 2009-10-10 11:26:46 +02:00
Rémi Duraffort
97d4f365ed WinCE: fix memleak. 2009-10-10 11:26:46 +02:00
Rémi Duraffort
8ad631550d Factorize. 2009-10-10 11:26:46 +02:00
Rémi Duraffort
f0ef421321 SD_mediadirs: no need to strdup. 2009-10-10 11:26:45 +02:00
Rémi Duraffort
d0142f4e91 Cosmetics. 2009-10-10 11:26:45 +02:00
Rafaël Carré
ba423412ed globalhotkeys xcb : fix modifiers with xcb-keysyms >= 0.3.4 2009-10-09 02:39:48 +02:00
Rafaël Carré
0ee1c43ff0 remove debug left over in [b3a591d0] 2009-10-09 02:17:27 +02:00
Laurent Aimar
69a830e9c8 Used VC-1 avcodec decoder for WMVA. 2009-10-08 22:34:41 +02:00
Laurent Aimar
b89c2b2ac3 Do not realloc a block already given to ffmpeg.
It avoids a potential segfault after a silent avcodec audio API breakage.
2009-10-08 21:56:23 +02:00
Laurent Aimar
5964d90680 Fixed avcodec audio decoder after API behavior change.
It fixes at least WMAP decoding.
2009-10-08 21:56:22 +02:00
Laurent Aimar
d210da89ff Fixed globalhotkeys compilation with old xcb version. 2009-10-08 21:56:22 +02:00
Laurent Aimar
d6f7fd602d Qt: add deinterlace and deinterlace-mode to simple preferences.
Minor changes by jb@videolan.org
2009-10-08 10:20:44 +02:00
Rafaël Carré
03d6f43664 Revert "dbus control: event based message notification"
This reverts commit a0f3831cb3.

DBus is synchronous
2009-10-07 22:37:21 +02:00
Rémi Denis-Courmont
b26d4009f5 Qt4: fix URI character set in playlist
(We seldom have non ASCII characters here, but better safe than sorry)
2009-10-07 23:11:30 +03:00
Rémi Denis-Courmont
2dbaa510d5 Fix Service Discovey plugin names character set 2009-10-07 23:11:11 +03:00
Rémi Denis-Courmont
dbc3476f6a Qt4: fix character set in playlist dialog title 2009-10-07 23:04:50 +03:00
Rémi Denis-Courmont
90ee09e819 KeyToString: allocate key on heap
This will allow returning dynamically generated strings
2009-10-07 22:43:26 +03:00
Rémi Denis-Courmont
4acb3f1fbd Compile fix 2009-10-07 22:43:26 +03:00
Rafaël Carré
a0f3831cb3 dbus control: event based message notification 2009-10-07 21:16:16 +02:00
Rafaël Carré
b3a591d0bf globalhotkeys : use new xcb-util API (>= 0.3.4)
recent xcb_key_symbols_get_keycode() now returns a pointer

Keep old API (as present in Debian Lenny for example) as requested by nefrir
GetModifier() is broken when using the new API, it might be broken as
well when using the old API.

Documents / source code of functions used in GetModifier() are very
welcome, libxcb only ships XML descriptions and the generated source
code is very unreadable.
2009-10-07 20:02:53 +02:00
Rémi Denis-Courmont
25cd5920e5 KEY_SPACE = 32, simplify several outputs and interfaces 2009-10-07 19:48:07 +03:00
Rafaël Carré
fdd9531441 globalhotkeys/xcb.c : cosmetics, make all lines fit in 80 columns 2009-10-07 18:10:10 +02:00
Rafaël Carré
700f57f24b globalhotkeys/xcb.c : fix warnings 2009-10-07 18:01:36 +02:00
Pierre Ynard
41c80f959e WinCE: fix build of the RTP stream output
WSADuplicateSocket() doesn't exist, so just skip that bit of code...
2009-10-07 15:01:54 +02:00
Christophe Mutricy
c2008595ce Fix for people with old automake 2009-10-07 00:37:44 +01:00
Ilkka Ollakka
f61a5e8ecf Revert "avcodec: initialise p_dec.fmt_in if it's missing, not fmt_out"
back to the drawingboard
This reverts commit 6b55ee51ac.
2009-10-07 00:28:20 +03:00
Ilkka Ollakka
4953db85b7 Revert "avcodec: initialize fmt_in.video.i_aspect to 0"
this seems to break ar-changes alltogether, lets try again
This reverts commit 9810e995c4.
2009-10-07 00:26:25 +03:00