]> git.sesse.net Git - vlc/history - src/control
live555 : delay RTSP PAUSE command while in paused state
[vlc] / src / control /
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.
2009-07-23 Rémi DuraffortDirectly release the input thread.
2009-07-23 Rémi Duraffortcosmetics.
2009-07-12 Rémi Denis-Courmontlibvlc_media_player_get_media: missing lock
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-07-06 Pierre d'HerbemontRevert "Remove enums from public APIs"
2009-07-06 Pierre d'Herbemontlibvlc: Correct the error string in libvlc_media_list_p...
2009-07-01 Cyril Mathélibvlc API: Fix a possible SEGFAULT
2009-06-30 Sébastien Escudierlibvlc_vlm_release : release events stuff Centralize...
2009-06-29 Rémi Denis-CourmontRemove enums from public APIs
2009-06-29 Rémi Denis-CourmontShared object friendliness
2009-06-29 Rémi Denis-CourmontCompiler knows better when to inline or not
2009-06-29 Rémi Denis-CourmontGrammar
2009-06-29 Cyril Mathélibvlc API: Fix an error in libvlc_video_set_marquee_op...
2009-06-29 Cyril Mathélibvlc API: Add Marquee Filter to libvlc in video.c
2009-06-29 Pierre d'Herbemontmedia_list_player: Instance variable access should...
2009-06-24 Pierre d'Herbemontlibvlc: Abort in case of unhandled exception.
2009-06-23 Hugo Beauzee-LuyssenAdding a libvlc_media_add_option_flag
2009-06-17 Derk-Jan Hartmanlibvlc: fix libvlc_video_set_track()
2009-06-16 Jean-Baptiste KempfRevert "only print error when interface intialization...
2009-06-15 Jean-Paul Samanonly print error when interface intialization failed...
2009-06-12 Sébastien Escudierlibvlc vlm init fix Don't test p_vlm twice if it wasn...
2009-06-09 Pierre d'Herbemontmedia_player: Make sure everything gets initialized...
2009-06-09 Pierre d'Herbemontlibvlc: Use a valid pointer as thread var. Only to...
2009-06-09 Pierre d'Herbemontlibvlc: ref_count should only be accessed in the lock.
2009-06-05 Derk-Jan HartmanMissing include for vlm_Delete() usage.
2009-06-05 Jean-Paul Samanfix wording: no --> not
2009-06-05 Cyril MathéDeinterlace fix in liblc
2009-06-05 Sébastien Escudierp_vlm destruction fixes
2009-06-05 Pierre d'HerbemontTest suite start to prove its usefulness. (oops).
2009-06-05 Pierre d'Herbemontlibvlc: Make sure we don't attempt to delete the curren...
2009-06-05 Pierre d'Herbemontlibvlc: Fix a typo in a memcpy and constify.
2009-06-05 Pierre d'Herbemontlibvlc: pop_listener does not do its job.
2009-06-05 Pierre d'Herbemontlibvlc: cond_wait can wake up without being signaled.
2009-06-04 Pierre d'Herbemontlibvlc: Make sure no event will be send after _detach...
2009-06-04 Pierre d'Herbemontlibvlc: Get rid of the recursive lock.
2009-06-03 Cyril Mathélibvlc API: Add Deinterlace Filter to libvlc in video.c
2009-06-03 Rémi Denis-CourmontRepair libvlc_get_changeset()
2009-06-03 Pierre d'Herbemontlibvlc: Use mutex_cleanup_push.
2009-06-03 Pierre d'Herbemontlibvlc: Missing unlock.
2009-06-02 Pierre d'Herbemontlibvlc: Fix media_list_player's test by using asynchron...
2009-06-02 Pierre d'Herbemontlibvlc: Allow event to be dispatched asynchronously.
2009-06-02 Pierre d'Herbemontlibvlc: Make sure we unlock on error code path.
2009-06-02 Pierre d'HerbemontRevert "libvlc_event_*: fix locking"
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Geoffroy CouprieFix compilation on Windows
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Rémi Denis-CourmontFix compilation
2009-05-26 Rémi Denis-CourmontFix compilation (missing _GNU_SOURCE)
2009-05-26 Sébastien EscudierHandle VLM events in libvlc
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
next