root/src/modules/entry.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @c8d1a938f66238676c32b4dae55451290f5590bc [c8d1a938f66238676c32b4dae55451290f5590bc] 26/09/08 17:54:40 Rémi Denis-Courmont <rdenis@simphalempin.com> Fix memory leak
(edit) @fd0f3ec33c7bdfb15217f7c3eaf171c6045135ee [fd0f3ec33c7bdfb15217f7c3eaf171c6045135ee] 21/09/08 12:30:48 Rémi Denis-Courmont <rdenis@simphalempin.com> module_t: use GC subsystem instead of objects Modules have no threads, no …
(edit) @ca44ef6f6fe0af3878347243618b41b5d8b897e6 [ca44ef6f6fe0af3878347243618b41b5d8b897e6] 30/08/08 13:42:38 Rémi Denis-Courmont <rdenis@simphalempin.com> Do not log through modules (they are not tied to any libvlc)
(edit) @a35d4f85cedeabdc78de28a41e9b5211ae0e3812 [a35d4f85cedeabdc78de28a41e9b5211ae0e3812] 13/08/08 00:57:27 Pierre d'Herbemont <pdherbemont@videolan.org> libvlccore: Explicitely cast our const char *. dooh. We shouldn't store …
(edit) @e21ba63b8a25191bb68d2a6d075763a3d65371ff [e21ba63b8a25191bb68d2a6d075763a3d65371ff] 17/06/08 21:33:26 Rémi Denis-Courmont <rdenis@simphalempin.com> Move object lock and condition into the internals
(edit) @0b06fc57642beaf6e21c5cfdcb9166a52f3dc1f8 [0b06fc57642beaf6e21c5cfdcb9166a52f3dc1f8] 11/06/08 17:57:54 Rémi Denis-Courmont <rdenis@simphalempin.com> Blind attempt at fixing the libintl/g++-4.2 problem
(edit) @8e17cc40106fd1b44b6f48fec0bdc1298b27c2bf [8e17cc40106fd1b44b6f48fec0bdc1298b27c2bf] 05/06/08 19:00:26 Rémi Denis-Courmont <rdenis@simphalempin.com> Support for using a custom text domain for configuration strings
(edit) @64ae2cbffa7639c04869e6588f80f5c1a7d05221 [64ae2cbffa7639c04869e6588f80f5c1a7d05221] 05/06/08 19:00:26 Rémi Denis-Courmont <rdenis@simphalempin.com> Support for custom text domain in module strings
(edit) @d666030b2349e8a710fcba4d2cabb912cc700580 [d666030b2349e8a710fcba4d2cabb912cc700580] 31/05/08 21:10:28 Rémi Denis-Courmont <rdenis@simphalempin.com> libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
(edit) @f06802bb0473b765a7751cf78b244da240cd1fcc [f06802bb0473b765a7751cf78b244da240cd1fcc] 21/05/08 19:18:56 Rémi Denis-Courmont <rem@videolan.org> Translate help, short name and description
(edit) @76774f676dbb8cebd0dc65bfc35eac4986fee104 [76774f676dbb8cebd0dc65bfc35eac4986fee104] 21/05/08 17:55:26 Rémi Denis-Courmont <rem@videolan.org> vlc_config_set: use dgettext() explicitly This is a cosmetic change at …
(edit) @0669643b1c7370abeda3799588825d46527f5897 [0669643b1c7370abeda3799588825d46527f5897] 08/05/08 18:24:35 Rémi Denis-Courmont <rem@videolan.org> vlc_modules_macros.h -> vlc_plugin.h
(edit) @d2a0694d908f98db8b8dadbaaa2db07253344f16 [d2a0694d908f98db8b8dadbaaa2db07253344f16] 08/05/08 18:20:19 Rémi Denis-Courmont <rem@videolan.org> vlc_module_set: use vararg, more flexible
(edit) @f864df7f99aac0babaa434b88104cf93fc71b840 [f864df7f99aac0babaa434b88104cf93fc71b840] 23/04/08 00:42:46 Antoine Cellerier <dionoea@videolan.org> psz_object_name should not be const! (else module name aliasing cannot …
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 14/04/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) @b96154a2673604c3550a0ff0296a48d16420800a [b96154a2673604c3550a0ff0296a48d16420800a] 03/03/08 19:57:43 André Weber <WeberAndre@gmx.de> Enable the last parameter of the macros change_integer_list, …
(edit) @b803dd3a498e4a88363944e8d3ed191febdd7860 [b803dd3a498e4a88363944e8d3ed191febdd7860] 27/01/08 15:24:33 Rafaël Carré <funman@videolan.org> cast to (char*)
(edit) @262c049bddab97077b49e00600a33ccd242d052d [262c049bddab97077b49e00600a33ccd242d052d] 24/01/08 17:07:03 Rémi Denis-Courmont <rem@videolan.org> Consistent naming
(edit) @cc008d9defb762e5c0dd40e4501d3b7c299354fc [cc008d9defb762e5c0dd40e4501d3b7c299354fc] 24/01/08 16:55:05 Rémi Denis-Courmont <rem@videolan.org> Whitelisting.
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 23/01/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) @658b4f830b832b19a6de708764f91e1398e501a1 [658b4f830b832b19a6de708764f91e1398e501a1] 16/01/08 20:30:12 Damien Fouilleul <damienf@videolan.org> vlc security: As i've seen very little improvement on that front, i've …
(edit) @3ddbf4b2f6643f4396ba1bac7f139e08e1a9d4ba [3ddbf4b2f6643f4396ba1bac7f139e08e1a9d4ba] 26/12/07 13:13:56 Rémi Denis-Courmont <rem@videolan.org> Add "safe" config item property
(edit) @351b9cf065716461db903b7f62fa7bbb5e95ac67 [351b9cf065716461db903b7f62fa7bbb5e95ac67] 24/12/07 14:48:20 Antoine Cellerier <dionoea@videolan.org> Use the longtext as longtext.
(edit) @ed5205fe93f276d92c8571c43551d7e0a8c05bab [ed5205fe93f276d92c8571c43551d7e0a8c05bab] 22/12/07 23:01:56 Christophe Mutricy <xtophe@videolan.org> Use dgettext() (aka _() ) rather than gettext().
(edit) @3ca1fe82ca224cd14ec194ad83f6a424dd1a8500 [3ca1fe82ca224cd14ec194ad83f6a424dd1a8500] 17/12/07 21:53:25 Rémi Denis-Courmont <rem@videolan.org> Use vlc_config_create()
(edit) @927f27d8c6feedb36da0b1e442bb897e2be6f90e [927f27d8c6feedb36da0b1e442bb897e2be6f90e] 17/12/07 21:27:03 Rémi Denis-Courmont <rem@videolan.org> Save one memory copy and fix the helper module leak
(edit) @cbe2c26778b462d055750a1160b386d2024be7fb [cbe2c26778b462d055750a1160b386d2024be7fb] 17/12/07 20:43:18 Rémi Denis-Courmont <rem@videolan.org> Memory leaks
(edit) @3655c1c6edfa65212b263fa330e0bf4809eeb5d1 [3655c1c6edfa65212b263fa330e0bf4809eeb5d1] 17/12/07 20:36:58 Rémi Denis-Courmont <rem@videolan.org> Add support for aliases through vlc_config_set
(edit) @2bca4f1c7e98f40ff31e9b0474ec2a2b60d59379 [2bca4f1c7e98f40ff31e9b0474ec2a2b60d59379] 17/12/07 20:01:13 Rémi Denis-Courmont <rem@videolan.org> Add action through vlc_config_set
(edit) @64ea683969472b60ebc2b4e15e552f7bf23d017a [64ea683969472b60ebc2b4e15e552f7bf23d017a] 16/12/07 18:36:01 Rémi Denis-Courmont <rem@videolan.org> short and list support for vlc_config_set
(edit) @0babda75f1d5df89261dc5fa4e98f57f3ef9de77 [0babda75f1d5df89261dc5fa4e98f57f3ef9de77] 16/12/07 16:12:51 Rémi Denis-Courmont <rem@videolan.org> Don't use enums. They are cool and all (the compiler even tells when one …
(edit) @eda425f069750a98ac8f8872aad0fcc9758560f7 [eda425f069750a98ac8f8872aad0fcc9758560f7] 16/12/07 15:40:15 Rémi Denis-Courmont <rem@videolan.org> Simplification, and no-ops removal
(edit) @1f9d8d6cc17156bbf51e76f71cbb8367594d6c8a [1f9d8d6cc17156bbf51e76f71cbb8367594d6c8a] 16/12/07 15:34:29 Rémi Denis-Courmont <rem@videolan.org> Migrate module, module_list and obsolete_* to vlc_config_set
(edit) @eb2e4add4f3ed2f94fbb2ac3c81b67a8322a85c1 [eb2e4add4f3ed2f94fbb2ac3c81b67a8322a85c1] 16/12/07 11:28:24 Rémi Denis-Courmont <rem@videolan.org> Some more vlc_config_* code
(edit) @0ed17f99bb99ca20fc26061a238a1ed051a21bd1 [0ed17f99bb99ca20fc26061a238a1ed051a21bd1] 15/12/07 23:18:03 Rémi Denis-Courmont <rem@videolan.org> Continue the vlc_config_set stuff - still unfinished
(edit) @3b055b72af869cf62a2d0724ddba9ed1a8011cb8 [3b055b72af869cf62a2d0724ddba9ed1a8011cb8] 15/12/07 21:50:54 Rémi Denis-Courmont <rem@videolan.org> Partially introduce vlc_config_set() to modify module_config_t through a …
(edit) @5ace50e9164f4f55b15fc0291e6af5b6f7b34b3b [5ace50e9164f4f55b15fc0291e6af5b6f7b34b3b] 09/12/07 22:49:48 Rémi Denis-Courmont <rem@videolan.org> Remove unneeded psz_program hack. (Modules that would still depend on …
(edit) @f3b32f6f56727dcb71e7fdfe45f4a476f5e98a9a [f3b32f6f56727dcb71e7fdfe45f4a476f5e98a9a] 04/09/07 21:20:14 Rémi Denis-Courmont <rem@videolan.org> Fix pointer-int casts warnings
(edit) @da22a69e0d39dbc5907b2b39c67027de7a414f63 [da22a69e0d39dbc5907b2b39c67027de7a414f63] 04/08/07 20:28:18 Rémi Denis-Courmont <rem@videolan.org> Do not create dummy shortcut for each and every module
(edit) @da2a148c7f485ed81cfd7afd0d0e505a0a777d9e [da2a148c7f485ed81cfd7afd0d0e505a0a777d9e] 04/08/07 20:16:08 Rémi Denis-Courmont <rem@videolan.org> Fix off-by-one
(edit) @8952d64a5751065f0a96e66e25fdd187bff1d7ad [8952d64a5751065f0a96e66e25fdd187bff1d7ad] 29/07/07 11:01:40 Rémi Denis-Courmont <rem@videolan.org> Remove vlc_symbols legacy.
(edit) @bfaade681075ec0deee08b00f02a7fbaa08367f1 [bfaade681075ec0deee08b00f02a7fbaa08367f1] 20/05/07 16:21:07 Antoine Cellerier <dionoea@videolan.org> * add missing includes (trying to fix compilation errors in buildbot :D)
(edit) @264a446cdf82baafb2ee7514f9567b9a35852ac3 [264a446cdf82baafb2ee7514f9567b9a35852ac3] 14/04/07 21:00:42 Rémi Denis-Courmont <rem@videolan.org> Include modules.h whenever needed
(edit) @a1e8379fef3609a6ab791d1acc1d597962968ccf [a1e8379fef3609a6ab791d1acc1d597962968ccf] 14/04/07 20:24:58 Rémi Denis-Courmont <rem@videolan.org> Tiny code factorization
(edit) @7a5fd4bee1b3393c5f667364c96f57ff36c80b26 [7a5fd4bee1b3393c5f667364c96f57ff36c80b26] 14/04/07 20:17:17 Rémi Denis-Courmont <rem@videolan.org> Further hide module_t layout from plugins
(edit) @b89c14d5b4bd4e0011cca5112b54f6785df7dee2 [b89c14d5b4bd4e0011cca5112b54f6785df7dee2] 14/04/07 18:15:37 Rémi Denis-Courmont <rem@videolan.org> Initial work on hiding module_t layout from plugins
Note: See TracRevisionLog for help on using the revision log.