24 Commits (88e2bbbaaa6d2f0b3e2e23e4392607e05abf13f5)

Author SHA1 Message Date
Rémi Denis-Courmont 59bc158988 Same as previous commit 18 years ago
Rémi Denis-Courmont 1bfa2aad5f Fix warning when there are no config items 19 years ago
Rémi Denis-Courmont 102456a73a Remove unused variable 19 years ago
Rémi Denis-Courmont 3c2fd2279c Force rebuild due to ABI breakage yet again (should be the last one for plugin entry config) 19 years ago
Rémi Denis-Courmont 3ca1fe82ca Use vlc_config_create() 19 years ago
Rémi Denis-Courmont 927f27d8c6 Save one memory copy and fix the helper module leak 19 years ago
Rémi Denis-Courmont 2bca4f1c7e Add action through vlc_config_set 19 years ago
Antoine Cellerier e4c890c4b9 Fix modules loading. Next time you potentialy break all of VLC, please compile and try the change before commiting. 19 years ago
Rémi Denis-Courmont 657701d10d Fix previous commit 19 years ago
Rémi Denis-Courmont e684b424fb Move plugin ABI version (MODULE_SYMBOL) out of build system. 19 years ago
Rémi Denis-Courmont 5ace50e916 Remove unneeded psz_program hack. 19 years ago
Rémi Denis-Courmont 9f279d647f Fix some 64bits warnings 19 years ago
Damien Fouilleul a8a188fc95 fix dynamic plugins broken in r21118, not sure if this what courmisch had in mind, but it works 19 years ago
Rémi Denis-Courmont e1aeed2ef8 Fix "normal" builds 19 years ago
Rémi Denis-Courmont 80def97f15 Continue fixing static builds 19 years ago
Rémi Denis-Courmont 4832f086a7 Typo 19 years ago
Rémi Denis-Courmont cba87f6d3e Same as previous commit 19 years ago
Rémi Denis-Courmont aefd2b47f3 Works this time 19 years ago
Rémi Denis-Courmont 7a5fd4bee1 Further hide module_t layout from plugins 19 years ago
Rémi Denis-Courmont d8e17ad4f3 Get rid of useless p_symbols 19 years ago
Rémi Denis-Courmont b89c14d5b4 Initial work on hiding module_t layout from plugins 19 years ago
Damien Fouilleul e523db51e0 - added support for visibility attribute for GCC 4.x for controlling export symbols 19 years ago
Clément Stenac fbf4c8060d A bit of vlc/libvlc cleanup: 20 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Rémi Denis-Courmont 00b8684e7d Fix module entry error handling 20 years ago
Rémi Denis-Courmont 92290c9d74 Attempt to fix C++ compilation 20 years ago
Rémi Denis-Courmont 4bdc0be290 Code simplification 20 years ago
Rémi Denis-Courmont 0a5bd12303 Fix warning, and make config_end constant 20 years ago
Rémi Denis-Courmont cec9172253 Declare extern vlc_symbol_... explicitly 20 years ago
Clément Stenac 5ca8805a8f Add support for modules help strings (Closes:#413) 20 years ago
Christophe Mutricy 3619c8af51 Add a b_restart flag to indicate this option take effect only after a restart. 20 years ago
Clément Stenac 38f9675cdd Add a change_internal modifier to options. Please check OS X implementation 20 years ago
Rémi Denis-Courmont c2632348a1 Fix a few warnings 20 years ago
Rémi Denis-Courmont 473fef1b4d More UTF8ication 21 years ago
Sigmund Augdal Helberg 39c2649368 fixed the smallest and most elusive leak yet 21 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Gildas Bazin 628f81b323 * include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me. 22 years ago
Clément Stenac 906b68fe03 Fix a bug with preferences 22 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Gildas Bazin c274a0002f * include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section. 22 years ago
Gildas Bazin c1c8211f51 * ALL: MSVC compilation fixes. 23 years ago
Derk-Jan Hartman c81245cd05 * Fix the problem with OpenDVD crash. 23 years ago
Gildas Bazin d3de64660f * src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist. 23 years ago
Gildas Bazin e53ac062b4 * include/configuration.h: some small re-work of the config declaration macros. 23 years ago
Gildas Bazin 1c3e013ae4 * include/modules_inner.h: bigger p_config[] array because the main module is becoming quite big. 23 years ago
Gildas Bazin d875f9d502 * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules. 23 years ago
Sam Hocevar 0e93bc69fd * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed 24 years ago
Simon Latapie 7f00f3bf4a * added a i_min, i_max, f_min and f_max in module_config_t structure 24 years ago