]> git.sesse.net Git - vlc/history - modules/control
netsync: this was the last unchecked FD_SET/FD_ISSET usage.
[vlc] / modules / control /
2008-01-20 Rémi Denis-Courmontnetsync: this was the last unchecked FD_SET/FD_ISSET...
2008-01-20 Rémi Denis-CourmontSwitch telnet interface to poll
2008-01-15 Jean-Paul SamanShow statistical information on the rc interface.
2007-12-23 Pierre d'Herbemontmodules/control/http: Fix input_item memleak.
2007-12-18 Rémi DuraffortAdd fonctions to the update system : all is in a thread...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-10 Rémi DuraffortModify the update system : I will add more functionnali...
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-11-24 Jean-Baptiste KempfAdd a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses...
2007-11-23 Rémi Denis-CourmontRemove totally useless transcoding from UTF-8 in HTTP...
2007-11-18 Rafaël Carrédbus: super annoying typo
2007-11-04 Antoine CellerierRemove unneed setting of val.b_bool before calling...
2007-10-26 Jean-Paul SamanAdd snapshot command to rc interface and make snapshot...
2007-10-23 Rafaël Carrédbus: review object locking/yielding, fix various bugs...
2007-10-23 Rafaël Carrédbus: don't lock the playlist, but only yield the input...
2007-10-22 Rafaël Carrédbus: updates to match the current status of MPRIS...
2007-10-22 Rafaël Carrédbus: monitors input "state" variable to emit the Track...
2007-10-09 Rafaël Carréhttp: psz_dir is not meant to be a const
2007-10-09 Rafaël CarréPartly revert [20969]. fix #1311
2007-10-04 Rafaël Carrédbus: adds some playlist locking, finish [22423]
2007-10-04 Rafaël Carrédbus: simplify playlist operations
2007-10-03 Rafaël Carrérc: add `random' command
2007-10-03 Rafaël Carrérc: ressuscite the goto command
2007-10-01 Rémi Denis-CourmontRemove the HTTP interface thread, and save 20 wakeups...
2007-10-01 Rémi Denis-Courmont - Do not release the input while we did not yield...
2007-10-01 Rémi Denis-CourmontPlaylist is always true here
2007-10-01 Rémi Denis-CourmontFind the playlist once *before* starting.
2007-10-01 Rémi Denis-CourmontMake a bunch of HTTP macro functions static
2007-10-01 Rafaël CarréThat shouldn't have been part of the previous commit
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-28 Rafaël Carrédbus: Removes dbus_threads_init_default() since it...
2007-09-27 Rémi Denis-CourmontFix segmentation fault
2007-09-23 Rémi Denis-CourmontDisable HTTP art handler by default, due to security...
2007-09-23 Rémi Denis-CourmontDo not leak the art handler from HTTP interface - fixes...
2007-09-22 Rémi Denis-CourmontPush something to RPN when vlc_config_get fails - fixes...
2007-09-22 Rémi Denis-CourmontHTTP control interface does not depend on TLS directly...
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-18 Rafaël CarréUse intf_ShouldDie()
2007-09-16 Rémi Denis-Courmonthotkeys: use the new object locking API
2007-09-16 Rémi Denis-CourmontGetNonEmptyString simplification
2007-09-15 Rafaël CarréMakes vlc the 2nd Media Player in history to implement...
2007-09-15 Rémi Denis-CourmontFix MacOS linking
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-15 Rémi Denis-CourmontRemove auto-update. This is blatantly insecure.
2007-09-11 Rafaël CarréFix segfault when nothing is playing
2007-09-11 Rafaël CarréFix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-07 Rafaël CarréUses add_password for passwords
2007-09-04 Rémi Denis-CourmontFix referenced types (potentially fix crash with CGIs...
2007-09-04 Rémi Denis-CourmontFix crash
2007-09-01 Rafaël CarréReverts 21658 as it's totally wrong
2007-09-01 Rafaël Carrérc: non blocking input read
2007-09-01 Rafaël Carréhotkey: Stop the playlist on Quit
2007-09-01 Rafaël CarréDestroys hotkey interface when Quit action is requested
2007-08-30 Rémi Denis-CourmontFix VERY OBVIOUS bugs that would not have happened...
2007-08-30 Rémi Denis-CourmontFix #include order
2007-08-30 Rémi Denis-CourmontFlag bug that I am not too sure how to fix.
2007-08-25 Rafaël CarréFix memory leak spotted by Mr_Mirsal
2007-08-22 Rafaël Carrérc intf: Corrects function name: Get_URI -> GetURI
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
2007-08-21 Rafaël Carrédbus.h: sens valid XML
2007-08-21 Rafaël CarréAdvertises signals and renames VLC_ defines to MPRIS_
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Antoine CellerierAnother input_GetItem assert workarround.
2007-08-19 Antoine CellerierAdd config option to disable album art support in the...
2007-08-19 Antoine Cellerier* Allow getting album art for items which aren't playin...
2007-08-19 Antoine CellerierFix playlist_item_t.i_id vs input_item_t.i_id mess...
2007-08-19 Antoine CellerierPreliminary album art support code for the HTTP interface.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2007-08-15 Pierre d'HerbemontAn other attempt at fixing compilation of dbus.
2007-08-15 Pierre d'HerbemontAttempt to fix previous commit.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Rafaël CarréReturns object hierarchy with root object introspection...
2007-08-08 Jean-Paul SamanI meant to use var_CreateGetNonEmptyString().
2007-08-08 Jean-Paul SamanForce lirc configuration file to usForce lirc configura...
2007-08-05 Rémi Denis-CourmontMissing header for INT_MAX
2007-08-04 Rémi Denis-CourmontOups
2007-08-04 Rémi Denis-CourmontUse module_* functions
2007-08-04 Rémi Denis-CourmontCompile fix
2007-08-04 Rémi Denis-CourmontMinor fixes
2007-08-04 Rémi Denis-CourmontSimplify
2007-08-04 Rémi Denis-CourmontCleanup
2007-07-29 Rémi Denis-CourmontVLC_Changeset is always available
2007-07-26 Antoine CellerierFix a few playlist_Control() calls. Thanks to AmiSyl...
2007-07-02 Jean-Baptiste KempfD-Bus: The MPRIS uses a new services behavior to allow...
2007-06-25 Rafaël CarréAdds Disconnect method to release the org.freedesktop...
2007-06-24 Jean-Baptiste KempfD-Bus, The Repeat method should be part of /Player...
2007-06-24 Jean-Baptiste KempfLIRC: correct typo in [20653]
2007-06-21 Jean-Paul SamanAdded new hotkeys "key-menu-[on|off|left|right|up|down...
2007-06-20 Jérome DecoodtTrying to fix the build on G5...
2007-06-20 Jérome DecoodtShould fix compilation
2007-06-20 Jérome DecoodtAdd rotate-deciangle for more precision in rotate
2007-06-13 Jean-Paul SamanWhite space and indentation fixes.
2007-06-03 Laurent AimarFixed small warning.
next