]> git.sesse.net Git - vlc/history - modules/control
Set VLC_MMX and VLC_SSE where needed while testing the CPU features
[vlc] / modules / control /
2011-11-01 Jean-Baptiste KempfHotkeys: rename the text/longtext about mousewheel
2011-10-30 Jean-Baptiste KempfNetsync: fix return type
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-06 Jean-Baptiste Kempfdbus: Implement the MPRIS Raise method for the Qt interface
2011-10-06 Jean-Baptiste KempfChange the "intf-show" variable into a toggle.
2011-09-05 Laurent AimarAdded 'Boss Key' support to the core.
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-16 Rémi Denis-CourmontRC: fix parse_MRL prototype: unused parameter and const
2011-08-16 Rémi Denis-CourmontRC: unused variable
2011-08-13 Mirsal Ennaimedbus: Add missing introspection data
2011-08-13 Mirsal Ennaimedbus: Fix the org.mpris.MediaPlayer2.Player.Seek method...
2011-08-09 Rafaël Carrédbus: prefer char[][] to *char[]
2011-08-08 Rafaël Carrédbus: remove unused variable
2011-08-08 Rafaël Carrédbus: move static const tables in the C file
2011-08-08 Rafaël Carrédbus: allocate pollfd array on the stack
2011-08-04 Rémi Denis-CourmontMove and split dummy interface
2011-07-26 Rémi Denis-CourmontRC (old): do not protect aout_VolumeUp() against overflow
2011-07-26 Rémi Denis-CourmontDBus: fix scale on setting volume
2011-07-26 Rémi Denis-CourmontDBus: do not assume AOUT_VOLUME_DEFAULT = AOUT_VOLUME_M...
2011-07-26 Rémi Denis-CourmontRC (old): remove useless check for AOUT_VOLUME_MAX
2011-07-26 Rémi Denis-Courmonthotkeys: print volume also in fullscreen and fix refere...
2011-07-25 Rémi Denis-Courmontaout_VolumeDown: convert to a macro
2011-07-25 Rémi Denis-CourmontReplace AOUT_VOLUME_MIN with 0
2011-07-23 Rémi Denis-Courmontdbus: missing dbus_introspect.h
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-07-13 Rémi DuraffortRemove some unneeded leading __ in functions names
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-06-18 Rémi Duraffortrc: remove uneeded cast.
2011-06-15 Rafaël Carrédbus: use the correct volume variables
2011-06-08 Mirsal Ennaimedbus: fix memleaks
2011-06-07 Mirsal Ennaimedbus: Fix memleak and remove warnings
2011-06-07 Mirsal Ennaimedbus: Fix the tracklist's PropertyChanged signal
2011-06-07 Mirsal Ennaimedbus: Correctly initialize p_sys
2011-06-04 Mirsal Ennaimedbus: Remove legacy mpris1 signals from the tracklist...
2011-06-04 Mirsal Ennaimedbus: Implement the TrackList interface's PropertiesCha...
2011-06-04 Mirsal Ennaimedbus: Implement the mpris2 tracklist interface properties
2011-05-31 Rémi Denis-CourmontDBus: fix some leaks on error path (but not all)
2011-05-31 Rafaël Carrédbus: remove not thread-safe strerror() and GNU strerro...
2011-05-26 Rémi Denis-CourmontRemove vlc_object_find_name() search mode parameter
2011-05-19 Mirsal Ennaimedbus: Update the TrackList interface implementation
2011-05-19 Mirsal Ennaimedbus: Correctly implement the GetTracksMetadata method
2011-05-19 Mirsal Ennaimedbus: make the RemoveTrack method compliant with MPRIS2
2011-05-19 Rafaël Carrédbus fixes
2011-05-19 Rafaël Carrédbus: fix introspection data of SetPosition
2011-05-19 Rafaël Carréfix memory leak
2011-05-19 Mirsal Ennaimedbus: Fix the TrackList interface's introspection data
2011-05-16 Mirsal Ennaimedbus: Remove warnings and dead code
2011-05-16 Mirsal Ennaimedbus: Implement the MPRIS v2.1, as published on http...
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-04 Rémi Denis-CourmontRename vlc_key_t to vlc_action_t
2011-04-30 Rémi Denis-CourmontRC: fix format string
2011-04-30 Rémi Denis-CourmontRC: fix warning
2011-04-29 Rémi Denis-Courmonthotkeys: remove ineffective config save
2011-04-22 Can Wuhotkey: code ACTION_RATE_NORMAL like similar functions
2011-04-22 Can Wuhotkey: DisplayMessage() prototype has a channel argment
2011-04-21 Jean-Baptiste KempfRemove oldhttp
2011-04-07 Rémi Denis-CourmontRemove "saved-volume" and "volume-change". Use "volume".
2011-04-07 Rémi Denis-Courmontaout_VolumeGet: return volume directly
2011-04-05 Rémi DuraffortDo not include vlc_fixups, config.h is already doing it.
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-04-03 Rémi DuraffortFix calloc usage.
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-03-29 Rémi Denis-Courmontmotion: useless include
2011-03-29 Rémi Denis-CourmontMotion: fix the vlc_object_find bug and flag the other...
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-02-24 Jean-Baptiste KempfOldhttp: use %Y-%m-%d instead of %F
2011-02-20 Rémi Denis-CourmontRemove legacy xcb-keysyms support
2011-02-19 Mirsal Ennaimedbus: Use vlc_pipe
2011-02-19 Mirsal Ennaimedbus: Rework the main loop
2011-02-19 Rémi Denis-CourmontXCB/global: no need to keep track of VLC actions
2011-02-19 Rémi Denis-CourmontWin32 global hotkeys: update to key items as strings
2011-02-19 Rémi Denis-CourmontXCB/global: update to key items as strings
2011-02-17 Jean-Baptiste KempfRC: kill a warning on Win32
2011-02-13 Pierre YnardWin32: revert to old rc interface
2011-02-12 Rémi Denis-CourmontWin32: use vlc_GetActionId
2011-02-02 Pierre Ynardoldrc: small simplification
2011-01-27 Pierre Ynardoldrc: use make_URI() when adding files
2011-01-27 Pierre Ynardoldrc: fix crash on memory error
2011-01-23 Pierre Ynardlirc: build fix
2011-01-23 Rémi Denis-Courmontnetsync: don't sleep on poll() EINTR
2011-01-23 Rémi Denis-CourmontLIRC: don't choke on EINTR
2011-01-18 Rémi Denis-CourmontXCB hotkeys: do not use --x11-display anymore
2010-12-21 Francois CartegnieFiles and paths are not string variables (for Qt)
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-11-22 Rémi Duraffortgestures: use static when needed.
2010-11-09 Jean-Baptiste KempfMotion: code simplification, cleaning and error-checking
2010-11-07 Rémi Duraffortdbus: fix memory leaks.
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-11-01 Laurent AimarFixed a double free on error (http interface).
2010-10-31 Pierre d'Herbemontmotion: Don't use unimotion on iOS.
2010-10-25 Laurent AimarFixed variable name in motion control intf.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-14 Rémi Denis-CourmontOld RC: remove goto divide-by-two hack (fix #4236)
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-09-04 Rémi Denis-CourmontDo not use obsolescent ctime(_r)
next