]> git.sesse.net Git - vlc/history - src/control
- Improve DIST_SUBDIR
[vlc] / src / control /
2007-03-10 Jean-Paul SamanCheck return value of GetInput
2007-03-07 Laurent AimarDisable control vlm.
2007-03-05 Damien Fouilleul- control/video.c: clean up and more error/exception...
2007-03-05 Damien Fouilleul- control APIs: do not crash if exception parameter...
2007-03-02 Laurent Aimar Do not use private VLM function (fixed in an ugly...
2007-03-02 Damien Fouilleul- log.c: fix for negative message count
2007-03-02 Damien Fouilleul- libvlc ABIs: test that demux is available before...
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-02-27 Damien Fouilleul- libvlc control: uninitialiazed mutex and variables...
2007-02-25 Filippo Caronelibvlc_video_get_handle renamed to _get_parent
2007-02-25 Filippo Caronelibvlc_video_get_handle function added
2007-02-20 Christophe MutricyCompile fix - Pointed by vcxx
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-18 Jean-Paul SamanDeclare local functions static.
2007-02-15 Filippo Caronelibvlc_Internal* need to be exported for libvlc-control
2007-01-08 Damien Fouilleul - added libvlc_video_set/get_crop_geometry() api
2007-01-07 Jean-Paul SamanReworked vlc.audio.channel API for JavaScript. All...
2007-01-05 Jean-Paul SamanOops watch the tabs when using vi.
2007-01-05 Jean-Paul SamanReturn when found, return error when setting failed.:
2006-12-20 Jean-Paul SamanAudio track and channel support for JavaScript API...
2006-12-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-14 Olivier Aubertsrc/controler/mediacontrol_audio_video.c: make mediacon...
2006-12-13 Jean-Paul SamanUse more sensible error message that says: settting...
2006-12-12 Jean-Paul SamanAdd support to the activex, mozilla, firefox, safari...
2006-12-07 Filippo Caronefix for libvlc_input_get_fps. maybe there's a better...
2006-12-05 Filippo Caronelibvlc_input_has_vout more consistent with function aim
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-26 Clément StenacShould fix win32
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Dennis van Amerongen* src/control/playlist.c: Fix typo vlc_mutex_unlokc...
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-18 Filippo Caronelibvlc_playlist_add enabled
2006-11-12 Rémi Denis-CourmontDo not use non-existing function playlist_PlaylistAddExt.
2006-11-03 Filippo CaroneRemove libvlc_set_video_drawable, libvlc_video_set_pare...
2006-11-01 Filippo Caroneavoid VLC_VariableSet to set the drawable, use libvlc_s...
2006-10-31 Jean-Paul Samanuse playlist_LockClear() instead.
2006-10-30 Jean-Paul SamanOops typo
2006-10-30 Jean-Paul Saman(Forward port of [17371]) Implement Aspect Ratio proper...
2006-10-29 Jean-Paul SamanForward port of [17351]. Report input error condition...
2006-10-29 Felix Paul Kühne* don't use nested functions please. --- fixes compila...
2006-10-29 Jean-Paul SamanReadibility cleanup
2006-10-28 Damien Fouilleullog.c: fixed operator priorty when estimating message...
2006-10-27 Damien Fouilleul- core.c: const, const, etc...
2006-10-27 Damien Fouilleul- added public log apis to access message log
2006-10-24 Filippo Caroneintegrate patch from Ticket #725. needs testing.
2006-10-21 Clément StenacPlaylist
2006-10-15 Filippo Caronelibvlc_audio_set_mute logically simpler
2006-10-14 Philippe MorinAdd a method to set playlist in loop mode.
2006-10-04 Damien Fouilleul- use nearest integer value from integer division ...
2006-09-26 Damien Fouilleuloops, it sounds like I f**d * my last revert
2006-09-26 Olivier Aubertmediacontrol_core.c: prepend the argv[0] here, since...
2006-09-26 Damien Fouilleul- revert 16847, this breaks the activex and mozilla...
2006-09-26 Olivier Aubertsrc/control/mediacontrol_core.c: libvlc_input now uses...
2006-09-26 Damien Fouilleul- input: make sure time units are in milliseconds,...
2006-09-25 Olivier Aubertmediacontrol_new: new API (pass argc and argv), use...
2006-09-25 Olivier Aubertsrc/control/mediacontrol_audio_video.c: use RAISE_NULL...
2006-09-25 Olivier Aubertsrc/control/core.c: prepend a dummy argv[0] to libvlc_n...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-22 Olivier Aubertmediacontrol API: (mostly) use the new libvlc API
2006-09-22 Damien Fouilleulinput.c: fixed the playback rate (0.5 is half the speed...
2006-09-18 Clément StenacA bit of cleanup and test
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
next