root/src/modules/modules.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4a28278bdaf1d5b3bf978b9c1725a61e104de93c [4a28278bdaf1d5b3bf978b9c1725a61e104de93c] 06/29/08 00:20:15 Antoine Cellerier <dionoea@videolan.org> Simplify.
(edit) @7d1d56fec646569bd14262f6b9dde31becbe2137 [7d1d56fec646569bd14262f6b9dde31becbe2137] 06/22/08 21:41:14 Rémi Duraffort <ivoire@videolan.org> Add an #undef
(edit) @57c3ecd2292588c7312afbb6935d414bfbe2e826 [57c3ecd2292588c7312afbb6935d414bfbe2e826] 06/19/08 20:06:55 Rémi Duraffort <ivoire@videolan.org> Remove msg_Err about memory allocation. Fix two potential …
(edit) @0a54676f99e9dfe2461c3c6b893400357f68c440 [0a54676f99e9dfe2461c3c6b893400357f68c440] 06/14/08 16:19:22 Jean-Paul Saman <jpsaman@videolan.org> Take win32 into considiration.
(edit) @6391721b5a50240dfc9da84d4bac3ba9759f33df [6391721b5a50240dfc9da84d4bac3ba9759f33df] 06/01/08 15:32:54 Rémi Denis-Courmont <rdenis@simphalempin.com> Another memory leak
(edit) @586f3818972c895194167f06c3003b8a9236ca34 [586f3818972c895194167f06c3003b8a9236ca34] 06/01/08 15:28:42 Rémi Denis-Courmont <rdenis@simphalempin.com> Fix small memory leak
(edit) @d666030b2349e8a710fcba4d2cabb912cc700580 [d666030b2349e8a710fcba4d2cabb912cc700580] 05/31/08 21:10:28 Rémi Denis-Courmont <rdenis@simphalempin.com> libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
(edit) @8dba805732a431558c1218104dfeb667d9b5df63 [8dba805732a431558c1218104dfeb667d9b5df63] 05/16/08 18:01:19 Rémi Denis-Courmont <rem@videolan.org> Hide i_children and pp_children away They can only be read safely under …
(edit) @48a985ecd756e3969c4b55998f24e281f03c1536 [48a985ecd756e3969c4b55998f24e281f03c1536] 05/10/08 19:46:18 Rémi Denis-Courmont <rem@videolan.org> Don't look for plugins from CWD. Also don't leak in case of errors.
(edit) @1eea47cd41875604da84a414e17511920f88a40d [1eea47cd41875604da84a414e17511920f88a40d] 05/08/08 22:08:46 Rémi Denis-Courmont <rem@videolan.org> DeleteModule? cannot fail * don't handle impossible errors
(edit) @a8c44b836bd56fa4676f4fe18a73ee166aa0516a [a8c44b836bd56fa4676f4fe18a73ee166aa0516a] 05/08/08 22:08:46 Rémi Denis-Courmont <rem@videolan.org> module bank: use vlc_custom_create
(edit) @0669643b1c7370abeda3799588825d46527f5897 [0669643b1c7370abeda3799588825d46527f5897] 05/08/08 18:24:35 Rémi Denis-Courmont <rem@videolan.org> vlc_modules_macros.h -> vlc_plugin.h
(edit) @f0f97b4eff1d9327c812546d23d8472f66374c89 [f0f97b4eff1d9327c812546d23d8472f66374c89] 05/05/08 11:10:48 Rafaël Carré <funman@videolan.org> Fix leaking of psz_object_name
(edit) @65dd9c3ba7805cc19e05ba73816cbe5b59fb3dd6 [65dd9c3ba7805cc19e05ba73816cbe5b59fb3dd6] 04/24/08 19:15:42 Jean-Paul Saman <jpsaman@videolan.org> Don't return at the end of void function.
(edit) @f864df7f99aac0babaa434b88104cf93fc71b840 [f864df7f99aac0babaa434b88104cf93fc71b840] 04/23/08 00:42:46 Antoine Cellerier <dionoea@videolan.org> psz_object_name should not be const! (else module name aliasing cannot …
(edit) @e8e2bcf0dd7b161670ee5bc4ec81044ef8525303 [e8e2bcf0dd7b161670ee5bc4ec81044ef8525303] 04/22/08 23:36:45 Antoine Cellerier <dionoea@videolan.org> Revert "Fix memory leak" This breaks module aliasing. This reverts commit …
(edit) @b7fb80f532124d8cfd31132cd4503b157f7893fc [b7fb80f532124d8cfd31132cd4503b157f7893fc] 04/16/08 17:28:36 Pierre d'Herbemont <pdherbemont@videolan.org> modules: Make sure DupModule?() work as expected. (Pointed by courmisch).
(edit) @dc078f208212bcaafa1c594fcd5cec27a145b0a6 [dc078f208212bcaafa1c594fcd5cec27a145b0a6] 04/16/08 14:32:33 Pierre d'Herbemont <pdherbemont@videolan.org> modules: Fix const char * usage and memory management.
(edit) @e2d0b5538638666010cc0d5e357f8003c86953a5 [e2d0b5538638666010cc0d5e357f8003c86953a5] 04/16/08 14:21:19 Pierre d'Herbemont <pdherbemont@videolan.org> modules: Don't cast a const to silent a warning on free().
(edit) @21c90595e35c7230a3e083087d3489a308866ac6 [21c90595e35c7230a3e083087d3489a308866ac6] 04/15/08 19:40:25 Pierre d'Herbemont <pdherbemont@videolan.org> module: Set up a timer for moduleNeed().
(edit) @0a7905f66c05cd0ae4c34cf2c1a27371213dc110 [0a7905f66c05cd0ae4c34cf2c1a27371213dc110] 04/14/08 18:32:53 Jérôme Decoodt <djc+git@videolan.org> Fix parsing of plugin-path with escaping chars…
(edit) @0311983688a416d34978718f73687c5b6121480c [0311983688a416d34978718f73687c5b6121480c] 04/14/08 14:30:28 Jérôme Decoodt <djc+git@videolan.org> Fix plugins/modules path list on Win32
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @959c5560883360dff21958fbf79abce04baec84c [959c5560883360dff21958fbf79abce04baec84c] 03/30/08 16:15:09 Rémi Denis-Courmont <rem@videolan.org> Use var_AcquireMutex for the "libvlc" lock
(edit) @e4e9182903c4915dd0c1e73eff6b325f0d3be54d [e4e9182903c4915dd0c1e73eff6b325f0d3be54d] 03/30/08 16:15:09 Rémi Denis-Courmont <rem@videolan.org> Do NOT destroy the "libvlc"/global/bank/whatever lock variable. The whole …
(edit) @30267d389073ee38e29728d0246ef5106e9e1f1a [30267d389073ee38e29728d0246ef5106e9e1f1a] 03/30/08 16:15:09 Rémi Denis-Courmont <rem@videolan.org> *Partially* fix the module bank initialization serialization We should …
(edit) @4772289dac12cfddca874a9aa2ab333f4a48a146 [4772289dac12cfddca874a9aa2ab333f4a48a146] 03/29/08 12:13:32 Rafaël Carré <funman@videolan.org> Fix off by one
(edit) @58e0c8260c3588e1613ad3730fec5c7c8ffaec2d [58e0c8260c3588e1613ad3730fec5c7c8ffaec2d] 03/28/08 18:44:06 Pierre d'Herbemont <pdherbemont@videolan.org> modules: On Windows, Mac OS X and BeOS, search for modules, in the current …
(edit) @38386dfd2b5352d7df1f4c873cf214e4790642b5 [38386dfd2b5352d7df1f4c873cf214e4790642b5] 03/28/08 16:52:53 Pierre d'Herbemont <pdherbemont@videolan.org> module: Fix ':' usage and more largely previous commit.
(edit) @6962020b256671f0d54793afbbd2e63d7a0e5d0b [6962020b256671f0d54793afbbd2e63d7a0e5d0b] 03/28/08 16:45:15 Pierre d'Herbemont <pdherbemont@videolan.org> module: Make sure we can escape ':' correctly.
(edit) @58296b6d73194ca2b74290b865c6f20c758f9fd2 [58296b6d73194ca2b74290b865c6f20c758f9fd2] 03/28/08 13:30:36 Pierre d'Herbemont <pdherbemont@videolan.org> module: Use PATH_SEP instead of ':'.
(edit) @889c73d0f220a2366abd0a72e591cf8221433c28 [889c73d0f220a2366abd0a72e591cf8221433c28] 03/28/08 12:18:44 Pierre d'Herbemont <pdherbemont@videolan.org> module: Allow multiple paths in --plugin-path (Separated by ':').
(edit) @16afc89353c2f61e3dd671bd842540cdf3627193 [16afc89353c2f61e3dd671bd842540cdf3627193] 03/26/08 19:59:01 Rémi Denis-Courmont <rem@videolan.org> Fix memory leak
(edit) @c9c5170b8ad691bbf06111e08f9f911e68484fa8 [c9c5170b8ad691bbf06111e08f9f911e68484fa8] 03/03/08 14:55:52 Rémi Duraffort <ivoire@via.ecp.fr> Check only one time the return value of malloc.
(edit) @0bbedab7ab4de2205d8685ac949ced13ed024177 [0bbedab7ab4de2205d8685ac949ced13ed024177] 03/03/08 11:49:08 Rémi Duraffort <ivoire@via.ecp.fr> Remove unecessary msg_Err according to rem remark.
(edit) @3f9cee77afc85efbf1a53329df98b1ac74e1327c [3f9cee77afc85efbf1a53329df98b1ac74e1327c] 03/02/08 14:02:53 Rémi Duraffort <ivoire@via.ecp.fr> Check the returned values of malloc.
(edit) @a78e273ec53ff8a6c3993f3deda0b893f8dd709a [a78e273ec53ff8a6c3993f3deda0b893f8dd709a] 02/26/08 01:29:12 Pierre d'Herbemont <pdherbemont@videolan.org> misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but …
(edit) @7f1f444ca32b4670e34a2a52b5e99e5381c9333a [7f1f444ca32b4670e34a2a52b5e99e5381c9333a] 02/26/08 00:26:45 Rémi Duraffort <ivoire@videolan.org> Doxygen comments and coding conventions
(edit) @1af701c676790a72281997f48158ad8f5398265f [1af701c676790a72281997f48158ad8f5398265f] 02/25/08 20:10:39 Rémi Denis-Courmont <rem@videolan.org> Revert [25316] for now - need to think about this
(edit) @d7a9b8b1971d17585e0e8675cb203e7ea6f9b028 [d7a9b8b1971d17585e0e8675cb203e7ea6f9b028] 02/25/08 18:56:03 Rémi Denis-Courmont <rem@videolan.org> Don't look for plugins from the current working directory. This can cause …
(edit) @0d4b0871ad1d55655de7b89d15980152fe568178 [0d4b0871ad1d55655de7b89d15980152fe568178] 02/25/08 18:07:16 Rémi Duraffort <ivoire@videolan.org> Delete unneeded instruction from a loop
(edit) @a9eeb55307274d9510a55d29e1613ede8895d9bf [a9eeb55307274d9510a55d29e1613ede8895d9bf] 01/28/08 17:28:29 Rafaël Carré <funman@videolan.org> modules CacheFind?(): remove unused parameter
(edit) @1b09c02c7e8162abb14d6f30980b09c7d7b34200 [1b09c02c7e8162abb14d6f30980b09c7d7b34200] 01/24/08 17:08:13 Rémi Denis-Courmont <rem@videolan.org> Include assert.h when needed
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 01/23/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @e65e71975462203720ed5620a10c97037f90076a [e65e71975462203720ed5620a10c97037f90076a] 12/21/07 17:55:49 Rémi Denis-Courmont <rem@videolan.org> Fix config item counting
(edit) @3655c1c6edfa65212b263fa330e0bf4809eeb5d1 [3655c1c6edfa65212b263fa330e0bf4809eeb5d1] 12/17/07 20:36:58 Rémi Denis-Courmont <rem@videolan.org> Add support for aliases through vlc_config_set
(edit) @773c6cd4e5ab885df1a5f66120cfc0c6cdbef6fd [773c6cd4e5ab885df1a5f66120cfc0c6cdbef6fd] 12/15/07 17:05:45 Rémi Denis-Courmont <rem@videolan.org> Conceal unsaveable and renamed options as well
(edit) @7b558301bb858fa00e0197fdc47779a5cac9411a [7b558301bb858fa00e0197fdc47779a5cac9411a] 12/15/07 16:54:14 Rémi Denis-Courmont <rem@videolan.org> Hide internal settings
(edit) @cc4cca2fd565125ad3260c934df9c88892e375f2 [cc4cca2fd565125ad3260c934df9c88892e375f2] 12/15/07 11:51:07 Rémi Denis-Courmont <rem@videolan.org> - fix symbol list - remove useless IsSubmodule? (submodules have NO …
(edit) @77ea924c66977c2bbcf3e598fb5e9a28d84f09aa [77ea924c66977c2bbcf3e598fb5e9a28d84f09aa] 12/14/07 23:18:44 Gildas Bazin <gbazin@videolan.org> * modules/gui/wxwidgets: fix breakage introduced by changeset 23581 and …
(edit) @b25337f62a87919e1c9173d85338903d8745ac9d [b25337f62a87919e1c9173d85338903d8745ac9d] 12/12/07 20:55:03 Rémi Denis-Courmont <rem@videolan.org> Use DIR_SEP
(edit) @a3576a2716c6ea17349b9dbeea4757d2198b40e6 [a3576a2716c6ea17349b9dbeea4757d2198b40e6] 12/12/07 20:29:02 Rémi Denis-Courmont <rem@videolan.org> - Remove config_FindModule as module_Find nowadays does the same thing - …
(edit) @1b874401a3f9af5d1877abfa5f4b723bf81aaedb [1b874401a3f9af5d1877abfa5f4b723bf81aaedb] 12/12/07 19:45:11 Rémi Denis-Courmont <rem@videolan.org> module_GetConfig, module_PutConfig: copy configuration data for a module
(edit) @b29e49e609458f567ae8e434d7a498e02fac01e0 [b29e49e609458f567ae8e434d7a498e02fac01e0] 12/12/07 18:05:55 Rémi Denis-Courmont <rem@videolan.org> module_Put: releases a reference to a module
(edit) @e03e85ca01adc1639db0f9bf90aadf8d20c2cbeb [e03e85ca01adc1639db0f9bf90aadf8d20c2cbeb] 12/12/07 17:43:52 Rémi Denis-Courmont <rem@videolan.org> Split the over-large module.c
(edit) @f0ec1547757b30942f4083d658c4a80ffc44af46 [f0ec1547757b30942f4083d658c4a80ffc44af46] 12/12/07 16:35:57 Rémi Denis-Courmont <rem@videolan.org> FYI, snprintf always nul-terminates
(edit) @79ca7b082f1b2f5c19a7d7a602beaebba95b0eab [79ca7b082f1b2f5c19a7d7a602beaebba95b0eab] 12/12/07 15:35:01 Jean-Paul Saman <jpsaman@videolan.org> Don't free() a char variable when it is on the stack (in …
(edit) @5ace50e9164f4f55b15fc0291e6af5b6f7b34b3b [5ace50e9164f4f55b15fc0291e6af5b6f7b34b3b] 12/09/07 22:49:48 Rémi Denis-Courmont <rem@videolan.org> Remove unneeded psz_program hack. (Modules that would still depend on …
(edit) @2d9c9ee62b6f63155566a25c4e65b0d0dd14cf6d [2d9c9ee62b6f63155566a25c4e65b0d0dd14cf6d] 12/09/07 20:33:51 Rémi Denis-Courmont <rem@videolan.org> Split the big config file
(edit) @07c7cdcb2194cc5aa12b906f1489c9c4a76ef473 [07c7cdcb2194cc5aa12b906f1489c9c4a76ef473] 11/11/07 21:32:43 Antoine Cellerier <dionoea@videolan.org> Add argument to module_GetModulesNamesForCapability (and …
(edit) @44de901a6dcdb11f25ab8583738ad0e2ba3c4959 [44de901a6dcdb11f25ab8583738ad0e2ba3c4959] 11/11/07 21:16:51 Antoine Cellerier <dionoea@videolan.org> Fix module_GetModulesNamesForCapability() and make it handle submodules …
(edit) @a9143cdb2ec19484bb2b2e3a459ec86a0f423318 [a9143cdb2ec19484bb2b2e3a459ec86a0f423318] 10/13/07 13:14:17 Rémi Denis-Courmont <rem@videolan.org> Release shared objects when not debugging, not the other way around
(edit) @03272d2b84f315c1ee3cef82791d6d572fb594e7 [03272d2b84f315c1ee3cef82791d6d572fb594e7] 09/28/07 18:18:30 Rafaël Carré <funman@videolan.org> modules.c: removes unneeded hack
(edit) @942772a064d18944f942b57f5604839135964e95 [942772a064d18944f942b57f5604839135964e95] 09/22/07 19:28:25 Rémi Denis-Courmont <rem@videolan.org> Save plugin cache to .cache/vlc/ rather than .cache/vlc/cache - fixes …
(edit) @2578127f4e1498bbe514cc8407fd575fb4865994 [2578127f4e1498bbe514cc8407fd575fb4865994] 09/18/07 17:52:21 Rémi Denis-Courmont <rem@videolan.org> Remove remaining strerror() calls from core - refs #1297
(edit) @6ee1e193fd896ab9a4729fde14f009d9ce629815 [6ee1e193fd896ab9a4729fde14f009d9ce629815] 09/10/07 20:56:52 Rafaël Carré <funman@videolan.org> Removes trailing spaces. Removes tabs.
(edit) @61449225d8d700446822548239298f99bded0b10 [61449225d8d700446822548239298f99bded0b10] 09/09/07 19:27:07 Antoine Cellerier <dionoea@videolan.org> XDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME …
(edit) @16f32e1500887c0dcd33cb06ad71759a81a52878 [16f32e1500887c0dcd33cb06ad71759a81a52878] 09/09/07 18:10:45 Antoine Cellerier <dionoea@videolan.org> On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with …
(edit) @f73343dcc3ede348d2936fcd03967ad9f84439a4 [f73343dcc3ede348d2936fcd03967ad9f84439a4] 09/01/07 17:36:22 Rémi Denis-Courmont <rem@videolan.org> Remove a big bunch of #include that are not needed anymore (we had them …
(edit) @dcfc9361fa16189369b634d58b71b8e7c8a8a904 [dcfc9361fa16189369b634d58b71b8e7c8a8a904] 08/25/07 01:30:00 Pierre d'Herbemont <pdherbemont@videolan.org> modules/modules.c: Implement and Expose GetModulesNamesForCapability?.
(edit) @6d872fb48d351e459a0c9b81780e60232ae11b6c [6d872fb48d351e459a0c9b81780e60232ae11b6c] 08/23/07 00:16:36 Antoine Cellerier <dionoea@videolan.org> Invert yield of module and release of module list (shouldn't matter but …
(edit) @7bc113557a70b055540f9f9fb0a2d661ded7d97e [7bc113557a70b055540f9f9fb0a2d661ded7d97e] 08/23/07 00:08:54 Antoine Cellerier <dionoea@videolan.org> Add new module_FindName function to find a module when given it's name. …
(edit) @3ea2708daa0caa8419e9a3d1bcd967d09f445ab8 [3ea2708daa0caa8419e9a3d1bcd967d09f445ab8] 08/16/07 19:42:35 Rémi Denis-Courmont <rem@videolan.org> Remove redumdant parameter to vlc_global
(edit) @fbb3035b734f8d59cc978e951c7bdb428a82a816 [fbb3035b734f8d59cc978e951c7bdb428a82a816] 08/15/07 16:30:39 Damien Fouilleul <damienf@videolan.org> modules/modules.c: enforce DIR_SEP in paths
(edit) @ac5d0a1ec3fd650a991e146c2e0969705f46a6a1 [ac5d0a1ec3fd650a991e146c2e0969705f46a6a1] 08/04/07 19:58:18 Rémi Denis-Courmont <rem@videolan.org> module_GetHelp
(edit) @fb3ee6abab52a2a66472b3d0bcf21a7f855f963a [fb3ee6abab52a2a66472b3d0bcf21a7f855f963a] 08/04/07 19:42:20 Rémi Denis-Courmont <rem@videolan.org> More access functions around module_t
(edit) @6c11c08a800fa57846e69fb86a42164f2570dfe4 [6c11c08a800fa57846e69fb86a42164f2570dfe4] 08/04/07 19:28:18 Rémi Denis-Courmont <rem@videolan.org> Partially abstract module_t: add module_IsCapable()
(edit) @8952d64a5751065f0a96e66e25fdd187bff1d7ad [8952d64a5751065f0a96e66e25fdd187bff1d7ad] 07/29/07 11:01:40 Rémi Denis-Courmont <rem@videolan.org> Remove vlc_symbols legacy.
(edit) @d5922336d55f84603630345d54da1724fa0c69e7 [d5922336d55f84603630345d54da1724fa0c69e7] 05/31/07 22:53:46 Laurent Aimar <fenrir@videolan.org> Compilation fix.
(edit) @bfaade681075ec0deee08b00f02a7fbaa08367f1 [bfaade681075ec0deee08b00f02a7fbaa08367f1] 05/20/07 16:21:07 Antoine Cellerier <dionoea@videolan.org> * add missing includes (trying to fix compilation errors in buildbot :D)
(edit) @68e40a4e6b01db2721886fd972ea145c43a65e81 [68e40a4e6b01db2721886fd972ea145c43a65e81] 05/20/07 15:38:53 Antoine Cellerier <dionoea@videolan.org> * src/modules/modules.c: hopefully fix compilation for non linux builds.
(edit) @2e0409a12910ea5ee7a314501b6c11fe9689fe79 [2e0409a12910ea5ee7a314501b6c11fe9689fe79] 05/20/07 12:03:51 Rémi Denis-Courmont <rem@videolan.org> Hide libvlc_global_data_t from plugins
(edit) @85faf5c580984877c07392b099d1cd4181c11512 [85faf5c580984877c07392b099d1cd4181c11512] 05/19/07 23:44:01 Rémi Denis-Courmont <rem@videolan.org> Same as previous commit
(edit) @d57b277b4158d1b13e0a42e62cb2608a6b5ef943 [d57b277b4158d1b13e0a42e62cb2608a6b5ef943] 05/19/07 21:50:57 Rémi Denis-Courmont <rem@videolan.org> Do not unload plugins in debug builds. Not sure if this is a good idea …
(edit) @a19d0546bfc2f4205cca81182fbf6f27fb19c8ab [a19d0546bfc2f4205cca81182fbf6f27fb19c8ab] 04/15/07 12:16:01 Rémi Denis-Courmont <rem@videolan.org> Increase plugin cache version to force stalling. This is not strictly …
(edit) @a1e8379fef3609a6ab791d1acc1d597962968ccf [a1e8379fef3609a6ab791d1acc1d597962968ccf] 04/14/07 20:24:58 Rémi Denis-Courmont <rem@videolan.org> Tiny code factorization
(edit) @7a5fd4bee1b3393c5f667364c96f57ff36c80b26 [7a5fd4bee1b3393c5f667364c96f57ff36c80b26] 04/14/07 20:17:17 Rémi Denis-Courmont <rem@videolan.org> Further hide module_t layout from plugins
(edit) @df50e0f4e85c05eb123b9f60a3aaed072a6aa52e [df50e0f4e85c05eb123b9f60a3aaed072a6aa52e] 04/14/07 19:32:32 Rémi Denis-Courmont <rem@videolan.org> Handle plugin cache reading error case
(edit) @2eeecb47c846664e466677e9a592091e841290e4 [2eeecb47c846664e466677e9a592091e841290e4] 04/14/07 17:19:03 Rémi Denis-Courmont <rem@videolan.org> Move libvlc module stuff to their own subdirectory
Note: See TracRevisionLog for help on using the revision log.