1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

35728 Commits

Author SHA1 Message Date
Laurent Aimar
f4dd184494 Simplified direct3d chroma discovery. 2009-10-11 19:33:45 +02:00
Laurent Aimar
0bcd380a11 Added vlc_fourcc_GetRGBFallback. 2009-10-11 19:33:45 +02:00
Laurent Aimar
09bb05db57 Fixed overlay in directx regression. 2009-10-11 19:33:45 +02:00
Laurent Aimar
3b471fb378 Fixed uninitialized variables (msw). 2009-10-11 19:33:44 +02:00
Felix Paul Kühne
2d46bfc266 osx/framework: added wrapper methods for snapshots and deinterlacing 2009-10-11 17:09:43 +02:00
Sabourin Gilles
93f7584b7a Open : fix typo.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
2009-10-11 11:03:11 +02:00
Pierre d'Herbemont
3b8e346ee2 input: Support file://localhost/ type URL when autodetecting subtitles. 2009-10-10 19:04:42 +02:00
Rémi Duraffort
d2bce59fd7 variables: fix typo. 2009-10-10 17:55:03 +02:00
Rémi Duraffort
9a04dfd740 opengllayer: the variable is a void* and not an integer and must be named drawable-nsobject. 2009-10-10 17:35:22 +02:00
Rémi Duraffort
0957d357b6 variables: add var_CreategetAddress. 2009-10-10 17:33:54 +02:00
Pierre d'Herbemont
6f2d470c5f macosx/framework: Add the freebox as one of the known SD. 2009-10-10 16:29:40 +02:00
Pierre d'Herbemont
b3b6658b69 minimal_macosx: Don't attempt to use the vout when there is none. 2009-10-10 16:29:40 +02:00
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
Felix Paul Kühne
9fa00260e1 osx/framework: added convience methods for volume up/down 2009-10-10 12:45:05 +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
4632744f6d variables: add a var_GetAddress function. 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
64b6540980 Use var_CreateGet when applicable. 2009-10-10 11:26:45 +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
Felix Paul Kühne
55a60c20e9 osx/framework: added convenience methods for jumps within a stream 2009-10-09 17:16:33 +02:00
Felix Paul Kühne
2996a4618e osx/framework: allow VLCTime to handle int values 2009-10-09 17:16:33 +02:00
Felix Paul Kühne
390f573ea1 framework: updated to current libvlc API 2009-10-09 17:16:32 +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
Rafaël Carré
e1b52e49cc Fix infinite loop introduced in [9142f0c6] 2009-10-09 01:59:02 +02:00
Laurent Aimar
69a830e9c8 Used VC-1 avcodec decoder for WMVA. 2009-10-08 22:34:41 +02:00