]> git.sesse.net Git - vlc/history - src/control
macosx: Fix crashlog opening.
[vlc] / src / control /
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Pierre d'Herbemontmedia_list_player: Don't fetch stop event from media...
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Pierre d'Herbemontlibvlc: Don't raise an exception if there is no vout...
2008-07-06 Pierre d'HerbemontRevert "messages: Prefer the object name over the objec...
2008-07-06 Pierre d'Herbemontmessages: Prefer the object name over the object type...
2008-07-06 Sebastien EscudierAdd vod in libvlc_vlm
2008-07-04 Lukas DurfinaFix libvlc set audio track, subtitle
2008-07-01 Antoine CellerierFix compilation of VLC with --disable-vlm.
2008-06-30 Olivier Aubertsrc/control/mediacontrol_audio_video.c: to create a...
2008-06-24 Rémi Denis-Courmontlibvlc_InternalDestroy: remove dead code
2008-06-18 Pierre d'Herbemontmedia_player: Don't forgot to clear exception.
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Pierre d'Herbemontlibvlc_event: Typo.
2008-06-15 Pierre d'Herbemontlibvlc_event: Fix a typo in libvlc_event_manager_releas...
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-14 Jean-Paul SamanFix typo
2008-06-14 Jean-Paul SamanUnify libvlc_state_t, input_state_e, mediacontrol_Playe...
2008-06-14 Pierre d'Herbemontevents: vlc_input_state_changed->input_state_changed
2008-06-14 Pierre d'Herbemontlibvlc_media_player: Use the input event instead of...
2008-06-14 Jean-Paul SamanAdd playlist_CurrentId() to get the playlist item id...
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: 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-04 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove the other boolean
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-06-01 Christophe MutricyHandles the VLC_EEXITSUCESS case
2008-06-01 Rémi Denis-CourmontFix a warning
2008-06-01 Rémi Denis-CourmontFix prototypes
2008-06-01 Rémi Denis-Courmontmediacontrol: fix compilation
2008-06-01 Rémi Denis-Courmontmediacontrol: include vlc_common and fix ABI (= avoid...
2008-06-01 Rémi Denis-Courmontinclude vlc_common
2008-05-31 Rémi Denis-CourmontFix memory leak (legacy of CID 92)
2008-05-31 Rémi Denis-CourmontRemove vlc_int64_t. Was not even correctly defined.
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove useless options
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddInft: Remove unused b_block parameter
2008-05-31 Rémi Denis-CourmontSimplify
2008-05-30 Jean-Baptiste KempfSet style in mediacontrol_showtext()
2008-05-30 Jean-Baptiste KempfFix a warning.
2008-05-30 Pierre d'Herbemontlibvlc: Don't wait if p_libvlc is dying in libvlc_wait().
2008-05-29 Rémi Denis-Courmontlibvlc_run_interface -> libvlc_add_intf (non-blocking)
2008-05-29 Rémi Denis-Courmontlibvlc_wait: wait until libvlc is killed by an interface
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-27 Rémi Denis-CourmontVLC_PRIVATE_API: no-op, removed
2008-05-26 Pierre d'Herbemontlibvlc: libvlc_vlm_get_media_instance_* is in header...
2008-05-26 Pierre d'Herbemontlibvlc: Remove libvlc_event_(init|fini) as they were...
2008-05-26 Pierre d'Herbemontlibvlc: Prefix internal function with VLC_PRIVATE_API.
2008-05-24 Rémi Denis-CourmontVLC_EXPORT is meant for libvlccore, not libvlc-control
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
2008-05-18 Tanguy Krotofflibvlc: when calling libvlc_media_player_stop() check...
2008-05-15 Rémi Denis-Courmontlibvlc_run_interface: start and wait for an interface
2008-05-10 Tanguy Krotofflibvlc: add subtitle file (*.srt...) handling
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontFix incorrect printf argument
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rafaël Carréi_verbose has been privatized
2008-05-04 Rémi Denis-Courmontvlc_mutex_init_recursive: remove useless parameter
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-23 Olivier AubertTrailing whitespace/tabs fixes
2008-04-23 Olivier Aubertmediacontrol: get_stream_information returns an empty...
2008-04-23 Olivier Aubertmediacontrol API: update to use the new libvlc_media_pl...
2008-04-16 Pierre d'Herbemontmedia_discoverer: Typo fix. Don't add the media twice.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Pierre d'Herbemonttest: Move testapi.c to /test and use a sample file...
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Pierre d'Herbemontlibvlc: Properly raise an exception that indicates...
2008-04-09 Pierre d'Herbemontlibvlc: Don't delete all the media in libvlc_vlm_releas...
2008-04-08 Filippo Caronewhen releasing vlm, clear all media
2008-04-07 Filippo Caronelibvlc_vlm_release added
2008-04-06 Filippo Caronelogger_iterator_next simplied
2008-04-04 Pierre d'HerbemontRevert "libvlc: check if we are in the proper state...
2008-04-04 Tanguy Krotofflibvlc: check if we are in the proper state before...
2008-04-02 Pierre d'Herbemonttestapi: Don't disable test.
2008-03-31 Filippo Caronetest code cleanup
2008-03-31 Filippo Caronenew (failing) test for libvlc
2008-03-31 Rémi Denis-CourmontRemove failing and broken-by-design test
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-30 Tanguy Krotofflibvlc: add functions libvlc_get_version() and others
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
next