Commit Graph

22961 Commits

Author SHA1 Message Date
Rafaël Carré f79fb4ec10 fix dailymotion parser, choosing VP6 as the default of the multiple streams available
note that a prebuilt table of preferred codecs, or even user interaction would be better
2008-02-21 01:47:15 +00:00
Pierre d'Herbemont f03c892c22 cmake: Fix qt4 linking and moc. 2008-02-21 00:10:29 +00:00
Damien Fouilleul 5fb9f95ef6 libvlc.c: fix invalid destroy of unitialized timer_lock mutex when VLC_Init() fails 2008-02-20 23:44:00 +00:00
Damien Fouilleul 006625e31c macosx: fix compile/runtime warnings 2008-02-20 23:37:27 +00:00
Damien Fouilleul 6cf432c2dd MacOSX: fix macosx-embedded -> embedded-video migration 2008-02-20 23:35:12 +00:00
Pierre d'Herbemont 954ff1ecfd cmake: Enable asf by default. 2008-02-20 23:27:02 +00:00
Rafaël Carré 68d9d973e5 fix youtube parsing 2008-02-20 23:12:27 +00:00
Rémi Duraffort ac05a695a7 Some comments to have a better doxygen documentation 2008-02-20 22:45:38 +00:00
Rémi Denis-Courmont 6fdb1920bc Fix linking of libvlc 2008-02-20 21:38:06 +00:00
Rémi Denis-Courmont 1c0f708acf Remove old mmap support 2008-02-20 21:24:37 +00:00
Rémi Denis-Courmont 160ee0af0a Rewrite the mmap input as a separate access 2008-02-20 21:21:33 +00:00
Rémi Denis-Courmont a101ffbddf Remove unused string 2008-02-20 20:08:51 +00:00
Rémi Duraffort 1a48e3111a Remove unnecessary declaration 2008-02-20 19:11:28 +00:00
Rémi Duraffort 741a3b3136 Comment, typo and spaces again 2008-02-20 18:09:44 +00:00
Rémi Duraffort 3211f2603b Comments, typo and spaces 2008-02-20 18:02:24 +00:00
Rémi Duraffort fb28242396 Delete unused variable 2008-02-20 17:54:23 +00:00
Rémi Duraffort 7def690ce9 Delete a test which is always true. 2008-02-20 16:28:11 +00:00
Damien Fouilleul 7b7da74cd7 mozilla: fixed name argument in add(url, name, options), thanx to thannoy on IRC 2008-02-20 16:18:54 +00:00
Rémi Duraffort 77e3dfff90 Wrap and typo 2008-02-20 15:23:48 +00:00
Rémi Duraffort 32c110b6d8 Check the return value of vlc_object_create 2008-02-20 15:17:17 +00:00
Jean-Paul Saman 036d3e3fb9 Don't get stuck in Connect() when module is in Open() function, when it is being destroyed again. 2008-02-20 14:39:57 +00:00
Jean-Paul Saman d38e271081 Also build scale.c when using altivec. 2008-02-20 14:39:55 +00:00
Jean-Baptiste Kempf 47af9fd6c3 Win32 - Fix icon of playfromCD in the installer. 2008-02-20 10:32:06 +00:00
Christophe Mutricy 4f9f5363c5 Swedish l10n update by Daniel Nylander 2008-02-19 22:19:03 +00:00
Damien Fouilleul 979d7c0cd8 EyeTV: fixed stupid bug (my own fault), performance improvememts by reducing the number of write() to VLC 2008-02-19 20:31:47 +00:00
Christophe Mutricy 27601ff904 Update after filrs added and renamed 2008-02-19 00:58:32 +00:00
Christophe Mutricy de64258999 Typo 2008-02-19 00:28:41 +00:00
Christophe Mutricy 1aac6d6516 PulseAudio output module. Thanks to Martin Hamrle. Closes #1215 2008-02-19 00:08:03 +00:00
Christophe Mutricy 48fb0a1d88 Brazillian Portuguese and Slovenan l10n update by Sidney Doria and Matej Urbančič 2008-02-18 22:56:33 +00:00
Rafaël Carré 3efac1815f new growl plugin: local only, supports album art (you'll need the Growl Framework)
rename growl to growl_udp
2008-02-18 17:17:16 +00:00
Rafaël Carré 8ef8bfdf3b fix typos, mention the wiki 2008-02-18 17:15:22 +00:00
Rafaël Carré 3b29796137 compare the right amount of data, being a little bit more strict 2008-02-18 17:14:27 +00:00
Damien Fouilleul b2bc5fb8a2 Makefile.am: reverting [25187], my contribs were too old 2008-02-18 15:08:04 +00:00
Damien Fouilleul 547e481bf1 VLC.app: fix bundling of 3rd party dylib 2008-02-18 11:58:06 +00:00
Damien Fouilleul 3fcebdaae2 activex: it sounds like latest windres no longer supports resource by name, use integer instead 2008-02-18 11:27:52 +00:00
Rafaël Carré 390b9dcb7e fix compilation on win32 2008-02-18 09:09:43 +00:00
Jean-Baptiste Kempf 8c55b82642 MKV: use __MIN instead of min( 2008-02-18 08:59:43 +00:00
Jean-Baptiste Kempf 2d261c0702 live555 - include fix. 2008-02-18 08:58:24 +00:00
Jean-Baptiste Kempf 5c64761a25 Qt4 - Fix display bug using the Sout dialog. 2008-02-18 07:54:11 +00:00
Dennis van Amerongen b6a1a9511f * include/vlc_threads_funcs.h: add define for ETIMEDOUT on WIN32 and remove return 0 from void function vlc_spin_destroy 2008-02-17 23:53:53 +00:00
Rafaël Carré 66a7641684 fix compile when spinlocks aren't available 2008-02-17 17:29:33 +00:00
Rémi Denis-Courmont cc6e3d03a9 Remove unused object pointer from condition vars, mutexes and thread vars 2008-02-17 16:29:16 +00:00
Rémi Denis-Courmont 0774c40b58 Rework threading:
- lock/unlock/signal/wait/destroy functions cannot fail unless there is a bug,
   so have them return void rather than an unused int, and assert against bugs.
 - Fix a few corner case minor bugs.
 - Use fprintf() rather than msg_Err() to avoid infinite recursions.
2008-02-17 16:15:24 +00:00
Bernie Purcell 612a1f1dcb Fix issue with Fontconfig freezing during init of freetype, and
causing segfault on Windows platform
2008-02-17 07:51:21 +00:00
Jean-Paul Saman bb05ac4f7c Patch by Andre Weber: fix several warnings in atmo video_filter. 2008-02-16 19:11:23 +00:00
Pierre d'Herbemont f8743ad094 macosx/framework/VLCMedia: Rely on artFetched and not on the metaDictionary value. 2008-02-16 10:48:24 +00:00
Rémi Denis-Courmont 78b4a97dd0 svn:ignore 2008-02-16 09:53:23 +00:00
Pierre d'Herbemont bbc02c3f6a macosx/vlc_app/VLCMediaListLayer: Correctly go to the right layer. 2008-02-16 00:52:43 +00:00
Pierre d'Herbemont 70c4d32600 macosx/vlc_app: Access meta via valueForKeyPath: to make sure we trigger art work fetching. We may change the metaDictionary a bit to prevent non trapped access. 2008-02-16 00:35:47 +00:00
Pierre d'Herbemont 4a19225407 macosx/framework: Only fetch meta when needed. 2008-02-16 00:33:48 +00:00