63 Commits (47e528618f785a44fd2f9e7f8850138b300da2a3)

Author SHA1 Message Date
Steve Lhomme 3f613a85f5 vlc_threads: move poll() definitions in a separate header 3 years ago
Steve Lhomme 55eba1ae2e modules: include vlc_threads.h when using vlc_savecancel() 3 years ago
Steve Lhomme 36017f9c3a modules: add a fancy name to internal threads 4 years ago
Steve Lhomme b469857dec vlc_threads: remove the thread priority when creating a thread 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Rémi Denis-Courmont 0b6f8e5c7c Check for <poll.h> explicitly 6 years ago
Rémi Denis-Courmont e48a8a9eb2 objects: add vlc_object_instance() 8 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Thomas Guillem 327ecc39de actions: rename vlc_GetActionId to vlc_actions_get_id 9 years ago
Thomas Guillem c0d287e72f core: rename vlc_keys.h to vlc_actions.h 9 years ago
Thomas Guillem 324c1770eb core: rename vlc_action_t to vlc_action_id_t 9 years ago
Rémi Denis-Courmont c240692f0b Common structure for VLC common object members, document 10 years ago
Rémi Denis-Courmont 56220f8612 vlc_plugin: fix non-LGPL plugins meta infos 12 years ago
Rémi Denis-Courmont 28c44e4f97 lirc: remove tautology 14 years ago
Rémi Denis-Courmont e1f4d89eff LIRC: remove non-working menu 14 years ago
Rémi Denis-Courmont 08223d48e9 Remove pf_run 14 years ago
Rémi Denis-Courmont dcd19cba03 LIRC: keep same pollfd 14 years ago
Rémi Denis-Courmont 495b063356 LIRC: do not use pf_run 14 years ago
Rémi Denis-Courmont 061648407e Rename vlc_key_t to vlc_action_t 15 years ago
Pierre Ynard 942ab6c310 lirc: build fix 16 years ago
Rémi Denis-Courmont cf25b55a45 LIRC: don't choke on EINTR 16 years ago
Rémi Denis-Courmont 3204d23260 Remove legacy parameter from add_string() 16 years ago
Rémi Denis-Courmont 5f68da68a5 No full point at end of configuration item short text 17 years ago
Antoine Cellerier b9452821d8 Use action id in lirc. (Untested) 17 years ago
Rémi Duraffort ab2c173ab7 lirc: clean up. 17 years ago
Rémi Duraffort e44ad80958 lirc: we don't need to keep the name of the file in memory. 17 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Rémi Denis-Courmont 36aca393c5 Remove intf_ShouldDie 18 years ago
Laurent Aimar 91f0104f69 Use poll instead of arbitrary msleep in lirc (close #1983) 18 years ago
Rémi Denis-Courmont 1cfa87702e Pull cancellation into (most) remaining interfaces 18 years ago
Rémi Denis-Courmont 7c80930728 Do not translate log messages 18 years ago
Rémi Duraffort be68773052 Potential memleak. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 years ago
Rémi Duraffort 6411526fe0 One more removing session. (useless test before a free()) 19 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Rémi Denis-Courmont e40d134c69 Remove _GNU_SOURCE and string.h too 19 years ago
Rémi Denis-Courmont 81c5ac29fa Remove stdlib.h 19 years ago
Jean-Paul Saman 232de8ce8d I meant to use var_CreateGetNonEmptyString(). 19 years ago
Jean-Paul Saman a55589a05a Force lirc configuration file to usForce lirc configuration file to usee 19 years ago
Jean-Baptiste Kempf 79462a4b8a LIRC: correct typo in [20653] 19 years ago
Jean-Paul Saman f43820ebe9 Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found. 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Clément Stenac a06213d7f4 * Get rid of the Manager thread by making blocking interfaces listen to 20 years ago
Clément Stenac f485214f09 For consistency, remove references to vlc from libvlc 20 years ago
Antoine Cellerier 8c7445b746 Control interfaces first string review. 21 years ago