1704 Commits (64c7e418cb6a35e720d90dce1b70ce9e42e5a9b0)

Author SHA1 Message Date
Rémi Denis-Courmont 1e37912ef3 dbus: remove unused variables 7 years ago
Rémi Denis-Courmont 9fc98d6125 dbus: remove useless hold/release 7 years ago
Rémi Denis-Courmont e48a8a9eb2 objects: add vlc_object_instance() 7 years ago
Thomas Guillem 797a8dce4e input: change INPUT_RATE_MAX/INPUT_RATE_MIN 7 years ago
Thomas Guillem c42f3d1bc6 dbus: remove "Getting All properties" log 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Thomas Guillem 034a3f75a2 core: move playlist to playlist_legacy 8 years ago
Rémi Denis-Courmont 61ee6ca1c0 oldrc: factor message formatting 8 years ago
Francois Cartegnie d20f77eb38 hotkeys: change text scale increments (refs #21432) 8 years ago
Rémi Denis-Courmont cef290c89d dbus: use playlist_IsEmpty() 8 years ago
Thomas Guillem 130d97d7cc control/oldrc: remove abort() usage 8 years ago
Steve Lhomme 020df32e5b hotkeys: the jump value is not an vlc_tick_t but a number of seconds 8 years ago
Steve Lhomme 88b7d85136 input: use vlc_tick_t for the input "length" variable 8 years ago
Steve Lhomme f04e6ce332 input: use vlc_tick_t for the input "time" variable 8 years ago
Steve Lhomme b3f5af2dd7 modules: transform vlc_tick_t value to seconds with SEC_FROM_VLC_TICK 8 years ago
Steve Lhomme 5c96b764a9 hotkeys: init/reset the subtitle/audio delay with VLC_TICK_INVALID 8 years ago
Steve Lhomme edc5babc16 modules: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK 8 years ago
Romain Vimont 53009d018b vlc_arrays: refactor foreach loop 8 years ago
Steve Lhomme 72466c75ec vlc_input_item: rename INPUT_DURATION_UNKNOWN to INPUT_DURATION_INDEFINITE 8 years ago
Filip Roséen 91450e0f82 control: oldrc: make it possible to adjust volume without playback 8 years ago
Hugo Beauzée-Luyssen d36e369e6a core: Remove old medialibrary 8 years ago
Pierre Lamot 09003c7627 ntservice: fix service command line truncated when using very long arguments 8 years ago
Jean-Baptiste Kempf b007abf4c3 Remove RealRTSP plugin 8 years ago
Steve Lhomme 51cb7df9ed modules: make use of the special duration value INPUT_DURATION_UNKNOWN 8 years ago
Rémi Denis-Courmont 674aa28b6f hotkeys: fix format string 8 years ago
Steve Lhomme 18449933c8 modules: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK 8 years ago
Steve Lhomme 09d07968d6 hotkeys: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS() 8 years ago
Steve Lhomme 641fb7d958 dbus_player: return the ticks in microseconds 8 years ago
Steve Lhomme 810840157d hotkeys: the audio/subtitle time are vlc_tick_t 8 years ago
Steve Lhomme 026e60e342 core: the "spu-delay" is stored in vlc_tick_t 8 years ago
Steve Lhomme 911569be2c modules: convert variables in seconds to ticks using vlc_tick_from_sec() 8 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme b4dfbc6283 rename mdate() to vlc_tick_now() 8 years ago
Steve Lhomme 8b0c6bb9fa rename msleep() to vlc_tick_sleep() 8 years ago
Steve Lhomme a6149e2c1e include: rename vlc_mtime.h to vlc_tick.h 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Rémi Denis-Courmont d03f37b50d hotkeys: fix logic, copy-paste error 8 years ago
Steve Lhomme 5bb86a0cb4 oldrc: the value read from atoi is in seconds not mtime_t 8 years ago
Steve Lhomme 73e4a2e888 hotkeys: the delay up/down are processed in mtime_t 8 years ago
Rémi Denis-Courmont 517a7e7b3f input item: use vlc_list for per-category infos 8 years ago
Erwan Tulou d1a4415266 hotkeys: fix crash when zooming 8 years ago
Rémi Denis-Courmont 0b3b1edf14 variables: use table of vlc_value_t for VLC_VAR_GETCHOICES 8 years ago
Rémi Denis-Courmont 7a51579af2 hotkeys: separate immediate and string list handling 8 years ago
Rémi Denis-Courmont d5e48f174c hotkeys: remove tautology test 8 years ago
Rémi Denis-Courmont 93b9545fe0 hotkeys: simplify 8 years ago
Rémi Denis-Courmont 5882b2590f hotkeys: appropriate var_FreeList() 8 years ago
Rémi Denis-Courmont 7048874668 variables: inline var_FreeList() in simple loops 8 years ago
Rémi Denis-Courmont 5d31da4eca variables: replace var_FreeList() with free() 8 years ago
Rémi Denis-Courmont 5e50399a45 variables: add count parameter for VLC_VAR_GETCHOICES 8 years ago
Rémi Denis-Courmont 34925c7cb5 variables: use char *** for VLC_VAR_GETCHOICES texts 8 years ago