]> git.sesse.net Git - vlc/shortlog
vlc
2008-06-14 Rémi Denis... vlc_object_find(playlist) is an error
2008-06-14 Rémi Denis... Make the playlist a generic object
2008-06-14 Pierre d'Herbemontinput: Fix a typo in previous commit.
2008-06-14 Pierre d'HerbemontRevert "events: use input_state_e in input_state_changed."
2008-06-14 Pierre d'Herbemontevents: use input_state_e in input_state_changed.
2008-06-14 Pierre d'Herbemontevents: vlc_input_state_changed->input_state_changed
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputItemInfoChanged, and vlc_InputItem...
2008-06-14 Pierre d'Herbemontlibvlccore.sym: Alphabetical order fix.
2008-06-14 Pierre d'Herbemontlibvlc_media_player: Use the input event instead of...
2008-06-14 Pierre d'Herbemontinput: Remove vlc_playlist.h inclusion.
2008-06-14 Pierre d'Herbemontinput: No need to playlist_Signal() on error now that...
2008-06-14 Pierre d'Herbemontinput: No need to signal input's end to the playlist...
2008-06-14 Pierre d'Herbemontplaylist: Respond to input state changed event.
2008-06-14 Pierre d'Herbemontplaylist: de-inline p_input setters.
2008-06-14 Pierre d'Herbemontplaylist: Use a set/release accessor for playlist-...
2008-06-14 Pierre d'Herbemontinput: Change the state to END_S when playback is reall...
2008-06-14 Pierre d'Herbemontinput: Add input_get_event_manager().
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputStateChanged events.
2008-06-14 Pierre d'Herbemontinput: Register vlc_InputStateChanged event.
2008-06-14 Pierre d'Herbemontinput: Add an event manager to the input.
2008-06-14 Pierre d'Herbemontevents: Add wrappers around vlc_event_manager_init...
2008-06-14 Pierre d'Herbemontevents: Fix docs.
2008-06-14 Jean-Paul SamanTurn comment into error message.
2008-06-14 Jean-Paul SamanFix indentation.
2008-06-14 Jean-Paul SamanRemove trailing whitespace
2008-06-14 Jean-Paul SamanAdd playlist_CurrentId() to get the playlist item id...
2008-06-14 Jean-Paul SamanFix indentation in some of the structs defintions.
2008-06-14 Jean-Paul SamanAdd comment about getVariable() and setVariable() JS...
2008-06-14 Jean-Paul SamanFix building of ActiveX control with 3 functions being...
2008-06-14 Jean-Paul SamanFix compiler error.
2008-06-14 Jean-Paul SamanReadibility improvement.
2008-06-14 Jean-Paul SamanFix get_VersionInfo() and break long lines.
2008-06-14 Jean-Paul SamanMove Toolbar to the IVLCControl2 interface object,...
2008-06-14 Jean-Paul SamanUse the same internal libvlc API as vlccontrol2.cpp...
2008-06-14 Jean-Paul SamanAdd some sane default values.
2008-06-14 Jean-Paul SamanRemove VLCPlugin::getVLCObject() methond from ActiveX
2008-06-14 Jean-Paul SamanAdd missing include to activex/plugin.h
2008-06-14 Jean-Paul SamanRevert "Desactivate activex until it's fixed"
2008-06-14 Jean-Paul SamanIndentation fix.
2008-06-14 Jean-Paul SamanRevert "Do not try to build the ActiveX so we can at...
2008-06-13 Christophe... More config.status magic.
2008-06-13 Christophe... Fix logic and comment
2008-06-13 Christophe... Cosmetic
2008-06-13 Pierre d'Herbemontdemux/dummy: Remove vlc_playlist.h inclusion now.
2008-06-13 Pierre d'Herbemontdemux/dummy: No need to check for playlist availability...
2008-06-13 Felix Paul... Implement the full/basic switch correctly and completel...
2008-06-13 Felix Paul... Removed useless setting which can confuse some setups
2008-06-13 Felix Paul... Add support for the http proxy password setting to...
2008-06-13 Rémi Denis... HTTP: put the password to a separate field, so we can...
2008-06-13 Pierre d'HerbemontVLCKit: Typo and create a link to include and share.
2008-06-13 Pierre d'HerbemontVLCKit: Fix #1587 "missing libvlc/mediacontrol header...
2008-06-13 Pierre d'Herbemontlibvlc: Fix compilation of libvlc_media_player_set_draw...
2008-06-13 Pierre d'Herbemontlibvlc: libvlc_video_set_parent and libvlc_video_get_pa...
2008-06-13 Pierre d'Herbemontlibvlc_video_set_parent: Use libvlc_media_player_set_dr...
2008-06-13 Pierre d'Herbemontlibvlc_video_get_width: Don't use a potentially freed...
2008-06-13 Pierre d'Herbemontlibvlc_media_player: Coding style.
2008-06-13 Pierre d'Herbemontlibvlc_video_get_height: Don't use a potentially freed...
2008-06-13 Pierre d'Herbemontlibvlc_media_player: Allow reparenting in libvlc_media_...
2008-06-13 Pierre d'Herbemontlibvlc_video: More line saving on error cases
2008-06-13 Pierre d'Herbemontlibvlc_video: Suppress playlist existence checks.
2008-06-13 Pierre d'Herbemontlibvlc_video_set_viewport: No need to check playlist...
2008-06-13 Pierre d'Herbemontlibvlc_video_set_viewport: Make sure we don't crash...
2008-06-13 Pierre d'Herbemontlibvlc_video: Save a few line in error case handling.
2008-06-13 Pierre d'Herbemontlibvlc_video: More simplification.
2008-06-13 Pierre d'Herbemontlibvlc_video: Rename p_vout1->p_vout.
2008-06-13 Pierre d'Herbemontlibvlc: comment about libvlc_video_destroy().
2008-06-13 Pierre d'Herbemontlibvlc: move libvlc_video_destroy to the deprecated...
2008-06-13 Pierre d'Herbemontlibvlc: Simplify get/set/toggle_fullscreen.
2008-06-13 Pierre d'Herbemontlibvlc: Properly release vout. Pointed out by Lukas.
2008-06-13 Pierre d'Herbemontlibvlc: Don't attempt to search an input's vout everywh...
2008-06-13 Pierre d'Herbemontlibvlc: Fix GetVout's comment. Pointed out by Lukas.
2008-06-13 Felix Paul... Replaced a certain amount of vlc_object_find by pl_Yield
2008-06-13 Jean-Baptiste... Bootstrap when you modify configure.in
2008-06-13 Felix Paul... We can't use this plugin for audio decoding on Leopard...
2008-06-13 Jean-Baptiste... Libdvdread fix on Win$uck$
2008-06-13 Felix Paul... Added complete l10n to the Capture interface and a...
2008-06-12 Felix Paul... Assigned cmd-R to 'Open Capture Device'
2008-06-12 Felix Paul... Don't double free objects on error. Pointed by Pierre
2008-06-12 Rémi Denis... Fixes and cleanup
2008-06-12 Rémi Denis... Wx: remove translations
2008-06-12 Rémi Denis... WxWidgets: good bye, I will not miss you.
2008-06-12 Rémi Denis... Refer to Qt4 rather than WxWidgets for interactions
2008-06-12 Rémi Denis... Disable vout_RequestWindow. It has never worked properly
2008-06-12 Rémi Denis... Remove services discovery tasks before the playlist
2008-06-12 Rémi Denis... Fix previous commit
2008-06-12 Rémi Denis... NULLify p_playlist when the playlist is gone
2008-06-12 Rémi Denis... live: add --rtsp-mcast to force multicast
2008-06-12 Rémi Denis... boolean cosmetics
2008-06-12 Pierre d'HerbemontVLCKit: Use --ignore-config.
2008-06-12 Pierre d'Herbemontopengllayer: Don't protect a module by #ifdef you'll...
2008-06-12 Felix Paul... Redesign the Capture Device panel
2008-06-12 Rémi Denis... Don't block all signals.
2008-06-12 Rémi Denis... accept: ignore interrupts
2008-06-12 Rémi Denis... connect: handle EINTR
2008-06-12 Rémi Denis... File: devices are not seekable
2008-06-12 Rémi Denis... Network: handle interrupts when reading and some comments
2008-06-12 Rémi Denis... access_out_file: fix non-atomic write and error handling
2008-06-12 Rémi Denis... Factorize interrupt handling
2008-06-12 Jean-Baptiste... Warning killing.
2008-06-12 Felix Paul... Also fix the video output window thanks to IB2.5
next