]> git.sesse.net Git - vlc/history - modules/lua
Qt: fix Win32 MOC breakage
[vlc] / modules / lua /
2013-06-16 Rémi Denis-CourmontLua: intf: fix cancellation handling
2013-06-16 Rémi Denis-CourmontLua: extension: fix inverted cancellation logic
2013-06-16 Rémi Denis-CourmontLua: extension: reindent
2013-06-16 Rémi Denis-CourmontLua: extension: simplify command dequeuing
2013-06-06 Rafaël Carrélua http: make string easier to translate
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-15 Rafaël Carrélua HTTPd: inform user that password has not been set
2013-05-02 Tomas Krotillua playlist move and delete functions run-time
2013-04-23 Rémi Denis-CourmontLua: remove var.command
2013-04-22 Rafaël CarréRemove broken setting of WINAPI_FAMILY_APP
2013-04-15 Mario SpeißLua demuxers: show the original URL in playlist
2013-03-29 Jean-Baptiste KempfLua: do not compile Console code when in WinStoreApp...
2013-03-25 Rémi Denis-CourmontLua: remove commented-out code, no functional change
2013-03-24 Rémi Denis-Courmontlua: remove should_die (always false here)
2013-03-24 Rémi Denis-Courmontlua: remove unused parameter
2013-03-24 Rémi Denis-Courmontlua: remove unused argument
2013-03-24 Rémi Denis-Courmontlua: remove dead code
2013-01-31 Rémi Denis-CourmontUseless #includes
2013-01-31 Rémi Denis-CourmontLua: remove non-working menu object
2012-11-08 Rémi Denis-Courmontlua: fixes right OSD alignment (refs #6326)
2012-11-08 Rémi Denis-Courmontlua: fix "center" OSD alignment (refs #6326)
2012-11-08 Rémi Denis-CourmontLua: kill relocations
2012-11-01 Rémi Denis-Courmontinterfaces: use playlist_GetAout() where applicable...
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-09-15 Jean-Baptiste KempfLua: kill a warning
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-21 Rémi Denis-CourmontLua demux: no need for playlist
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-07-11 Jean-Baptiste KempfLUA: synchronise meta with the core
2012-07-10 Rémi Denis-CourmontLua: kill some relocs, pack
2012-07-10 Rémi Denis-CourmontLua: add an assertion
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-06-03 Francois CartegnieFlag some input_item with uid to speed up cached elemen...
2012-05-23 Pierre Ynardlua: fix more sd input options and lua stack use-after-gc
2012-05-20 Pierre Ynardlua: fix equalizer setting code
2012-05-20 Pierre Ynardlua: remove superfluous equalizer preset code
2012-05-20 Pierre Ynardlua: fix memory leak in equalizer function
2012-05-20 Pierre Ynardlua: fix memory leak
2012-05-20 Pierre Ynardlua: fix memory and object leak and reset locale on...
2012-05-14 Pierre Ynardluasd: fix parsing of input options
2012-04-01 Rémi Denis-CourmontLua: remove now unused ACL functions
2012-04-01 Rémi Denis-Courmonthttpd: remove ACL support
2012-04-01 Rémi Denis-CourmontLua: remove httpd ACL support
2012-04-01 Rémi Denis-CourmontLua http: add a configurable password
2012-03-27 Rémi Denis-CourmontLua: remove unused parameter
2012-03-26 Kaarlo RaihaAdd port range to LUA telnet
2012-03-26 Rémi Denis-Courmontlua: remove add_callback and del_callback
2012-03-25 Rémi Denis-CourmontLua: revert should_die to using vlc_object_alive()
2012-03-25 Rémi Denis-CourmontLua: remove lock_and_wait
2012-03-25 Rémi Denis-CourmontLua: remove the never used hotkeys interface
2012-03-25 Rémi Denis-CourmontLua: remove the timers API
2012-03-25 Rémi Denis-Courmontlua intf: minor MakeConfig() fixes
2012-03-25 Rémi Denis-Courmonttelnet: clear the default password
2012-03-25 Rémi Denis-Courmonttelnet: refuse to start without a password
2012-03-25 Rémi Denis-Courmonttelnet: no need to mention default value
2012-03-22 Rafaël Carrélua: export playlist item's input item
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2012-03-15 Edward WangAdd vlc.sd.remove_all_items_nodes()
2012-03-11 Rémi Denis-CourmontMove vlc.misc.*dir to vlc.config.*dir
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-13 Antoine CellerierBlind attempt at fixing a predicted link error on WinCE.
2012-02-13 Antoine CellerierRemove unneeded code used when debugging.
2012-02-11 Antoine CellerierRemove select timeout.
2012-02-08 Antoine CellerierRemove debug fprintf
2012-02-07 Antoine CellerierAdd lua console handling code for windows.
2012-02-06 Rémi Denis-CourmontLua: remove Freebox and French TV hacks
2012-02-05 Pierre Ynardlua: describe the CLI as a CLI
2012-02-04 Kelly AndersonChange goto to gotoitem for lua 5.2 compatibility....
2012-01-31 Jean-Baptiste KempfLua: provide descriptions for submodules
2012-01-31 Jean-Baptiste KempfConsider lua in the Main Interface category
2012-01-31 Jean-Baptiste KempfLua: fix existent sd loading
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-27 Rafaël Carrélua: fix windows build
2012-01-24 Rémi Denis-CourmontCompute the lib directory dynamically
2012-01-16 Gaurav NarulaLUA: add support for category field in SD nodes and...
2012-01-13 Edward WangLua SD: add methods to item object to change metadata
2012-01-12 Edward WangLUA SD: Rename node:add_node to node:add_subnode for...
2012-01-05 Kelly AndersonConsolidate lua includes in vlc.h
2011-12-17 Akash MehrotraFix EQ HTTP UI partially
2011-12-15 Pere Orgafix filename self-references
2011-12-04 Pierre Ynardlua: remove dead code
2011-12-04 Pierre Ynardlua: split config stuff into separate function
2011-12-04 Pierre Ynardlua: fix lua{intf=<intf>} syntax
2011-11-25 Rémi Denis-Courmontlua: remove MD5 functions before someone uses them
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-10-12 Rémi Denis-Courmontvlc.misc is only for interfaces (fix #3396)
2011-10-10 KO Myung-HunDo not use config_GetLibDir() on OS/2
2011-10-09 Jean-Baptiste Kempflua: remove variable callback
2011-09-26 Rob Jonsonexpose make_path to lua
2011-09-26 Rob Jonsoninstead of sending the uri as name to input_item_NewExt...
2011-09-24 Francois Cartegnielua_http: fix name parsing on encoded uri
2011-09-15 Pierre Ynardlua: export variables module to lua demuxer
2011-09-15 Pierre Ynardlua: expose var_Inherit()
2011-08-30 Akash Mehrotraluahttp, equalizer: Fix warnings
2011-08-30 Akash MehrotraLUA: EQ Preset setter
2011-08-30 Akash MehrotraLUA: Enable/Disable EQ, fix EQ input validation, and...
2011-08-23 Akash MehrotraLUA:Expose aout
2011-08-23 Akash MehrotraLUA:Expose vout
next