260 Commits (f312a23a23188efa1019dd67fed2f5d7a9d2a30a)

Author SHA1 Message Date
Rémi Denis-Courmont 119776dc40 include: remove <vlc_aout.h> from <vlc_playlist.h> 8 years ago
Steve Lhomme 04db84cd9c modules: replace use of 1000000 on time values by CLOCK_FREQ 8 years ago
Hugo Beauzée-Luyssen 502f5c0660 lua: streams: Expose seek & getsize member functions 8 years ago
Hugo Beauzée-Luyssen 987952962f lua: io: Add a vlc.io.unlink function 8 years ago
Hugo Beauzée-Luyssen 36f95c6175 lua: io: Fix typo in usage error message 8 years ago
Hugo Beauzée-Luyssen 4b4b2df3df lua: io: Don't swallow EEXIST errors 8 years ago
Hugo Beauzée-Luyssen f70881d160 lua: Expose a minimal set of errno values 8 years ago
Hugo Beauzée-Luyssen dbafe08dfa lua: io: Simplify readdir 8 years ago
Francois Cartegnie 0151a4fd9f lua: io: fix build with recent lua 8 years ago
Hugo Beauzée-Luyssen 086a2838eb lua: io: Allow files to be explicitely closed 8 years ago
Hugo Beauzée-Luyssen c0b1fbb0b8 lua: libs: Add a basic directory listing functionnality 8 years ago
Hugo Beauzée-Luyssen 7a6e3c9c3d Revert "lua: Add a function to convert to the current codepage" 8 years ago
Hugo Beauzée-Luyssen e6d9d25ef9 lua: libs: Provide a basic io module replacement 8 years ago
Hugo Beauzée-Luyssen 50f61974a2 lua: libs: Add a vlc.io and move mkdir there 8 years ago
Hugo Beauzée-Luyssen 67ed23cef3 lua: Expose a mkdir function 8 years ago
Hugo Beauzée-Luyssen fdd3d58eaf lua: Add a function to convert to the current codepage 8 years ago
Hugo Beauzée-Luyssen 7eda8499ef lua: stream: Fix leak on error 8 years ago
Rémi Denis-Courmont 69389c1c50 demux: check for pf_readdir directly 8 years ago
Hugo Beauzée-Luyssen 27852dd4c2 lua: cli: Fix non-ascii character input 8 years ago
Hugo Beauzée-Luyssen e95939e55b lua: console: Fix output of non ascii characters on win32 8 years ago
Rémi Denis-Courmont 477d18c723 Replace config_Get(Data|Lib)Dir() with config_GetSysDir() 8 years ago
Rémi Denis-Courmont ca621cd7f7 config: rename VLC_DATA_DIR to VLC_USERDATA_DIR 8 years ago
Rémi Denis-Courmont 52341c8b3d config: remove unused config_PutPsz() parameter 8 years ago
Rémi Denis-Courmont d996d4fe47 config: remove unused config_PutFloat() parameter 8 years ago
Rémi Denis-Courmont 0b87c144e9 config: remove unused config_PutInt() parameter 8 years ago
Rémi Denis-Courmont 3c0909d8a0 config: remove unused config_GetPsz() parameter 8 years ago
Rémi Denis-Courmont 2c384e37cb config: remove unused config_GetFloat() parameter 8 years ago
Rémi Denis-Courmont e3f48bb7c3 config: remove unused config_GetInt() parameter 8 years ago
Rémi Denis-Courmont c624707de2 input item: remove constant stat fields 8 years ago
Rémi Denis-Courmont 8ac0bd4462 input item: remove unused stats members 8 years ago
Rémi Denis-Courmont cc70e92424 stats: remove the lock 8 years ago
Rémi Denis-Courmont 7bac48bd52 lua: fix race on input_item_t.p_stats 8 years ago
Thomas Guillem 17d8bf44c6 httpd: use vlc_alloc helper 9 years ago
Hugo Beauzée-Luyssen 31e424004d input: Reintroduce subtitle extension check 9 years ago
Hugo Beauzée-Luyssen 1899d9d420 lua: dialogs: Fix memory leak 9 years ago
Hugo Beauzée-Luyssen c251c05b4b lua: dialog: Fix memory leak 9 years ago
Hugo Beauzée-Luyssen 855374961a lua: libs: input: Fix potential input thread leak 9 years ago
Hugo Beauzée-Luyssen 78afc66c23 lua: libs: input: Allow a subtitle to be added by its mrl 9 years ago
Hugo Beauzée-Luyssen d46d275d25 lua: libs: input: Allow subtitles to be autoselected 9 years ago
Hugo Beauzée-Luyssen afc91404e4 lua: Allow the content of a (virtual) directory to be listed 9 years ago
Hugo Beauzée-Luyssen 17b37dd4dd lua: Expose vlclua_input_item_get to the rest of the lua lib 9 years ago
Hugo Beauzée-Luyssen 7b0aedd306 lua: stream: Use vlc_stream_NewMRL 9 years ago
Hugo Beauzée-Luyssen 1083d47af5 Use input_AddSlave instead of input_AddSubtitleOSD 9 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 880d0f652e config_GetType(): remove unused parameter 9 years ago
Rémi Denis-Courmont 578eff50c1 Revert "lua: add decompression stream filter automatically (fixes #17132)" 9 years ago
Rémi Denis-Courmont 603cbf291c Revert "lua: use inflate rather than decomp stream filter" 9 years ago
Francois Cartegnie 7d49b1c033 vlc_vout: channels disambiguation 9 years ago