]> git.sesse.net Git - vlc/history - src/control
Don't forget to reset skipping when adding a new item
[vlc] / src / control /
2006-09-15 Clément StenacConvert the new libvlc API (so, the one that is in...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-04 Damien Fouilleul- added input state & input rate in control APIs
2006-08-27 Damien Fouilleulall: rewrite of mozilla plugin
2006-08-11 Christophe MutricyShould fix compilation. Not tested
2006-08-01 Filippo CaroneFixed a missing assert.h inclusion.
2006-08-01 Clément Stenacsrc/control: a bit of cleanup here and there
2006-07-31 Filippo CaroneNew input_set_(time|position) in libvlc.
2006-07-31 Filippo CaroneVideo resize function added in libvlc.
2006-07-29 Damien Fouilleulfew fixes in libvlc APis
2006-07-28 Filippo CaroneReal VOUT_REPARENT (UNIX only ATM).
2006-07-26 Filippo CaroneMore vlm functions added in libvlc (to play, pause...
2006-07-19 Olivier Aubertinclude/vlc/mediacontrol.h, src/control/mediacontrol_au...
2006-06-10 Filippo Caronea vlc_object_release added
2006-06-10 Filippo CaroneInitial implementation of libvlc_get_input_fps.
2006-06-10 Filippo CaroneMuting and unmuting functions implemented in the contro...
2006-06-06 Filippo Caroneone more object release in video.c
2006-06-06 Filippo Caronelibvlc compile warnings resolved
2006-06-05 Filippo Caronelibvlc input and video update:
2006-06-05 Filippo Caronelibvlc: Vout object now released when needed
2006-06-05 Filippo Caronelibvlc enhanced:
2006-06-04 Filippo Carone* added video height/width getters in libvlc
2006-06-02 Filippo Caroneadded in libvlc:
2006-05-15 Christophe MutricyNew playlist API fix.
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-10 Jean-Paul SamanReadability change
2006-04-19 Filippo Caronedelete item added in playlist control
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-31 Filippo CaronePlaylist control: libvlc_playlist_pause added
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-12 Jean-Paul SamanFix compiler warning: Add missing include
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-02-26 Clément StenacRemove ref to volume_get
2006-02-26 Clément StenacCosmetics.
2006-02-23 Filippo Caroneadded missing $Id$
2006-02-23 Filippo CaroneLibVLC basic audio control API
2006-02-23 Olivier Aubertmediacontrol_audio_video.c: release vout in mediacontro...
2006-02-19 Clément StenacBe consistant in naming
2006-02-19 Rémi Denis-Courmont- Build libvlc from src/ rather than top
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: remove debug message
2006-02-17 Olivier Aubertmediacontrol_util.c: better safe than sorry, specify...
2006-02-17 Olivier Aubertsrc/control/mediacontrol_init.c: fix a malloc() error...
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: use VLC_FOURCC to define...
2006-02-17 Clément StenacFix some bugs
2006-02-15 Clément StenacMore VLM API stuff
2006-02-15 Olivier Aubertsrc/control/mediacontrol_init.c: check return values...
2006-02-14 Clément StenacMissing file
2006-02-14 Clément StenacFix some bugs
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-12 Clément StenacAdd some playlist api functions
2006-02-07 Clément Stenac* get/set/toggle fullscreen
2006-02-03 Clément StenacPlay and add (Refs:#457)
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-29 Clément StenacFix a crasher in exception handling
2006-01-16 Jean-Paul SamanCodingstyle fixes
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
2006-01-16 Jean-Paul SamanIndentation and coding style fixes
2006-01-16 Jean-Paul Samanreturn NULL properly in libvlc_playlist_get_input()
2006-01-12 Antoine CellerierFSF address change.
2006-01-11 Olivier Aubertmediacontrol_audio_video.c: use the new snapshot-path...
2006-01-08 Clément StenacMerge 0.8.5-api changes
2005-12-15 Olivier Aubertsrc/control/core.c: fix start-time handling in start...
2005-12-14 Filippo CaroneMediacontrol interface changes to detach use of vlc...
2005-12-14 Olivier Aubertsrc/control/core.c: correctly set start-time through...
2005-12-12 Olivier Aubertsrc/control/audio_video.c: cast visual_id parameter...
2005-12-12 Olivier Aubertcontrol/core.c: raise exceptions in get_media_position
2005-12-12 Olivier Aubertsrc/control/core.c: remove superfluous ;
2005-12-11 Clément StenacDeclare vlc_current_object. Patch by Filippo Carone
2005-12-10 Olivier Aubertsrc/control/core.c, include/vlc/control.h: Applied...
2005-12-09 Olivier Aubertsrc/control/plugin.c: correct include reference
2005-11-02 Clément StenacMerge fixes to the python binding from my branch
2005-09-22 Gildas Bazin* ALL: WinCE EVC compilation fixes.
2005-09-03 Gildas Bazin* src/control/audio_video.c: forgot this file in last...
2005-09-03 Gildas Bazin* include/vlc/vlc.h, include/vlc/control.h, src/control...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-04 Eric Petit *control*: BeOS compile fixes
2005-06-01 Clément StenacMerge mediacontrol to trunk