]> git.sesse.net Git - vlc/history - src/control
Merge branch 'master' into lpcm_encoder
[vlc] / src / control /
2010-01-29 JP Dingersrc/control/video.c: drop debug printf()s.
2010-01-29 Rafaël CarréRemove libvlc_get_vlc_instance hack from libvlc
2010-01-29 Pierre d'HerbemontRevert "libvlc: Export libvlc_media_player_get_input_th...
2010-01-29 Pierre d'Herbemontlibvlc: Export libvlc_media_player_get_input_thread().
2010-01-29 Pierre d'Herbemontlibvlc: Remove some white spaces in media_player.c.
2010-01-28 Rémi Denis-CourmontRemove some unused p_e parameters and propagate
2010-01-27 Rafaël Carrélibvlc_media_es_t: export ES id
2010-01-25 Rémi Denis-Courmontlibvlc_event_manager: remove exceptions
2010-01-24 Rémi Denis-CourmontRemove some more unused exceptions
2010-01-24 Rémi Denis-Courmontlibvlc_playlist_play: remove unused exception
2010-01-24 Rémi Denis-CourmontDo not export unimplemented functions
2010-01-24 Rémi Denis-Courmontlibvlc_event_detach: remove exception
2010-01-24 Rémi Denis-Courmontlibvlc media (list) player: remove a bunch of never...
2010-01-23 Rafaël Carrélibvlc: Get ES descriptions for media
2010-01-20 Rémi Duraffortlibvlc: fix calloc usage.
2010-01-19 JP DingerDrop option_as_ from marquee interface.
2010-01-19 JP DingerAdd libvlc interface to video_filter/logo module, like the
2010-01-18 Rafaël Carrémedia_player set_state() : only lock if needed
2010-01-16 Pierre d'Herbemontlibvlc: Don't request art if it was already asked before.
2010-01-16 Pierre d'Herbemontlibvlc: Fix a bunch of messed up mtime_t to libvlc_time_t.
2010-01-16 Pierre d'Herbemontlibvlc: Make sure calling get_duration() triggers prepa...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-09 Hugo Beauzee-Luyssenlibvlc: Register (MediaPlayer) SeekableChanged event.
2010-01-07 Rafaël CarréUnused arguments
2010-01-07 Pierre d'Herbemontmedia_list_player: Don't stop automatically.
2010-01-07 Pierre d'Herbemontmedia_list_player: Remove trailing whitespaces.
2010-01-04 Rémi Denis-Courmontlibvlc_add_intf: remove dummy exception parameter
2009-12-23 Pierre d'Herbemontmedia_player: Emit an event when the root media is...
2009-12-17 Pierre d'Herbemontlibvlc: Make sure we remove object observers in media_d...
2009-12-15 Pierre d'Herbemontlibvlc: Fix a leak in media_discoverer.
2009-12-08 Rémi Duraffortlibvlc: add two functions
2009-12-07 Pierre d'Herbemontlibvlc: Make sure the media_player has its own state...
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-12-05 Pierre d'Herbemontlibvlc: Fix media discoverer with category.
2009-11-23 Rémi Duraffortlibvlc: fix comment.
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-11-20 Rémi Duraffortlibvlc_media_player: factorize.
2009-11-20 Rémi Duraffortlibvlc: add a function get the statistics about the...
2009-10-29 Rémi Denis-CourmontLibVLC: add functions to control mouse and keyboard...
2009-10-18 Felix Paul Kühneminor typo
2009-10-05 Laurent AimarUpdated libvlc_video_set_deinterlace.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-10-05 Rémi Denis-Courmontlibvlc_audio_*: remove useless exception parameters
2009-10-05 Rémi Denis-CourmontRetaining NULL makes no sense
2009-10-05 Rémi Denis-Courmontlibvlc_media_*: remove a bunch of useless exception...
2009-10-05 Rémi Denis-CourmontRemove useless exception parameters
2009-10-05 Rémi Denis-Courmontlibvlc apps don't know VLC error codes
2009-09-18 Pierre d'Herbemontlibvlc: Add some shortcuts in media_player.c and do...
2009-09-16 Rémi DuraffortTypo.
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-08 Jean-Baptiste KempfTemporary fix for compilation
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-09-07 Rémi Denis-CourmontRemove set/get drawable
2009-09-01 JP DingerUse the cpp to auto-update libvlc_event_type_name(...
2009-08-31 Rafaël Carrélibvlc: include config.h when needed
2009-08-31 Pierre d'Herbemontlibvlc: Remove unused mutex.
2009-08-29 Erwan Tulousnapshot: replace vout_snapshottaken with snapshot...
2009-08-28 Rémi Duraffortlibvlc_audio: we don't need VLC_PUBLIC_API here (alread...
2009-08-28 Rémi Duraffortlibvlc: remove dead initialization and factorize.
2009-08-28 Rémi Duraffortlibvlc: fix logic '||' and not '&&'.
2009-08-28 Niles BindelAdded ability to move to previous item in the media...
2009-08-28 Rémi Duraffortfix calloc usage.
2009-08-26 Niles BindelAdd input resource support to the LibVLC Media Player
2009-08-24 Pierre d'Herbemontmedia_list_player: Strictier lock in libvlc_media_list_...
2009-08-24 Niles BindelAdded some additional locking to the media list player...
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-21 Pierre d'Herbemontlibvlc: Fix the comment associated to libvlc_event_mana...
2009-08-20 Pierre d'Herbemontlibvlc: Fix some unused arg warning in vlm and playlist.
2009-08-19 Pierre d'Herbemontmedia_list_player: Make sure we'll correctly play next...
2009-08-19 Pierre d'Herbemontmedia_list_player: Use stop() so that we don't lock...
2009-08-19 Pierre d'Herbemontmedia_list_player: Fix the locking scheme for the callb...
2009-08-17 Rémi Denis-CourmontRemove unused libvlc_lock_state
2009-08-17 Rémi Denis-CourmontRemove unused b_playlist_locked
2009-08-17 Rémi DuraffortRemove trailing spaces.
2009-08-17 Rémi Duraffortliblc_video: use var_ToggleBool when applicable.
2009-08-17 Rémi Duraffortlibvlc_video*: constify.
2009-08-17 Rémi Duraffortlibvlc_mediacontrol: fix object leaks.
2009-08-17 Rémi Duraffortlibvlc_media_player: use var_Get(Bool|Float|Integer...
2009-08-17 Rémi Duraffortlibvlc_media_player: fix object leak (input thread).
2009-08-15 Rémi Denis-CourmontMissing config.h -> no _GNU_SOURCE -> no prototype...
2009-08-15 Alexander BethkeRefactored/re-enabled libvlc_vlm_show_media
2009-08-14 Hugo Beauzee-LuyssenAdding a libvlc_media_player_next_frame
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-08-09 Rémi Denis-CourmontLibVLC: per-thread error message API
2009-08-09 Rémi Denis-CourmontMissing return value
2009-08-09 Rémi Denis-Courmontlibvlc_log: remove useless exception parameters
2009-08-09 Rémi Denis-CourmontRemove RAISEVOID
2009-08-09 Rémi Denis-Courmontlibvlc_playlist_play: remove exception
2009-08-09 Rémi Denis-Courmontlibvlc_log: remove dummy exceptions
2009-08-09 Rémi Denis-Courmontlibvlc_add_intf: return a value
2009-08-09 Rémi Denis-CourmontRemove libvlc_get_vlc_id()
2009-08-04 Olivier AubertHave (and document) libvlc_media_get_duration return ms
2009-08-04 Jean-Paul Samanlibvlc: clean up libvlc_Stopped and vlc_to_libvlc_state...
2009-07-25 Sébastien Escudierlibvlc : handle VLM input events
2009-07-24 Rémi DuraffortUnused variables (remaining from a previous cleanup).
2009-07-24 Rémi DuraffortUe var_Get(Time|Address) when applicable.
next