]> git.sesse.net Git - vlc/history - src/control
UI: simple prefs menu UI fixes and enhancement
[vlc] / src / control /
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...
2009-05-25 Geoffroy CouprieAdd missing config.h
2009-05-25 Pierre d'Herbemontlibvlc: nsobject is void *.
2009-05-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-24 Jean-Paul Samanlibvlc_event_*: fix locking
2009-05-24 Jean-Paul Samanlibvlc: delete callback in media_player_release.
2009-05-24 Jean-Paul Samanmedia_player: cosmetics
2009-05-24 Jean-Paul Samanlibvlc_media_list_player_release: do not leak memory
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-23 Rémi Denis-Courmontlibvlc_media_list_player: privatize
2009-05-21 Rémi Denis-CourmontActually initialize media_list_player
2009-05-21 Rémi Denis-CourmontMissing initializer
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-21 Pierre d'Herbemontlibvlc: Use a separate lock for media_list_lock and...
2009-05-20 Rémi DuraffortFactorization.
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortFix potential object leak.
2009-05-20 Rémi DuraffortNo need to check for a NULL as libvlc_media_release...
2009-05-20 Rémi DuraffortUse var_CountChoices instead of var_Change(VLC_VAR_GETC...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi DuraffortSimplifications.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-20 Rémi DuraffortFix a (really) small memleak (even if i_count is 0...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change())
2009-05-20 Rémi DuraffortFix potential object leak (test the conditions before...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change(VLC_VAR_FREEL...
2009-05-20 Rémi DuraffortFix memleak (the memory allocated by var_Control(VLC_VA...
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Hugo Beauzee-LuyssenAdding a libvlc_MediaPlayerLengthChanged event
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-Courmontlibvlc: add support for setting/getting the video scale
2009-05-13 Rémi Denis-CourmontUse input_GetVout() instead of vlc_object_find()
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontRemove crap that calls vout_Control from outside the...
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontPrivatize libvlc_media_player_destroy
2009-05-13 Rémi Denis-CourmontRemove deprecated functions
2009-05-13 Rémi Denis-Courmontlibvlc_media_player_retain: missing lock
2009-05-12 Rémi Denis-CourmontDepth is the word
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Jean-Paul Samanlibvlc_event_*: fix locking
2009-05-12 Jean-Paul Samanlibvlc: delete callback in media_player_release.
2009-05-12 Jean-Paul Samanmedia_player: cosmetics
2009-05-12 Jean-Paul Samanlibvlc_media_list_player_release: do not leak memory
2009-05-12 Jean-Paul SamanCleanup whitespace.
2009-05-12 Jean-Paul Samansrc/control/video.c: Replace vlc_object_find with input...
2009-05-11 Laurent AimarSplit INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH.
2009-05-11 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-10 Hugo Beauzee-LuyssenChanging libvlc_video_take_snapshot prototype
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-05-05 Jean-Paul Samanlibvlc: allow pause and stop during buffering (fixes...
2009-05-05 Jean-Paul Samansrc/control/media_player.c: cosmetics
2009-05-05 Jean-Paul Samanmozilla: Fix #2678 resizing browser plugin during playback.
2009-04-26 Laurent AimarReplaced playlist_internal.h by libvlc.h in control...
2009-04-26 Laurent AimarDo not include vout_control.h in mediacontrol_audio_video.c
2009-04-26 Rémi Denis-CourmontYum, abusing private headers
2009-04-11 Pierre d'Herbemontlibvlc: Export _get/set_nsobject.
2009-04-04 Rémi Denis-CourmontFix return
2009-04-04 Rémi Denis-CourmontSimplifications and cleanup
next