]> git.sesse.net Git - vlc/history - src/control
QT4 wineventfilter for Win32, allows WM_APPCOMMAND stuff
[vlc] / src / control /
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_spu() and libvlc_aud...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_teletext().
2008-10-03 Jean-Paul SamanFix bug in libvlc_video_set_teletext()
2008-10-01 Rémi DuraffortMacro protection.
2008-10-01 Rémi DuraffortFix "Use after free" (CID 248)
2008-09-27 Pierre d'Herbemontlibvlc_event: Make sure we return in case of error.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-25 Rémi Denis-CourmontRemove GCCism
2008-09-20 Pierre d'Herbemontservices_discovery: Partially fix service discovery...
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-20 Rémi Denis-CourmontRemove the object ID field
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-12 Sebastien EscudierAdd const to char * in vlm
2008-09-09 Jean-Paul SamanDocument more VLM API's and expand define.
2008-09-08 Olivier Aubertembedded snapshot: guard against spurious vlc_object_wa...
2008-09-08 Olivier Aubertembedded snapshot: guard against spurious vlc_object_wa...
2008-09-08 Olivier Aubertembedded snapshot: avoid an unnecessary double malloc
2008-09-05 Rémi Denis-CourmontFix VLM double free
2008-09-01 Christophe MutricyFix input_state_changed()
2008-08-28 Rémi Denis-Courmontsnapshost: avoid vlc_object_get (this is still a really...
2008-08-20 Pierre d'Herbemontlibvlc: Fix media_player stop.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Jean-Paul Samancheck malloc return value.
2008-08-12 Pierre d'Herbemontmediacontrol: Fix warnings about unused args.
2008-08-12 Pierre d'Herbemontmedia_list_player: Fix a warning that indicated a true...
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier Aubertmediacontrol_core: libvlc_media_player_get_length/time...
2008-08-08 Olivier AubertSpelling fixes
2008-08-08 Olivier Aubertmediacontrol: libvlc_media_player_get_time/get_length...
2008-08-08 Jean-Paul SamanDocument media descriptor, media library, media service...
2008-08-03 Pierre d'Herbemontmedia_list_player: Fix.
2008-08-03 Pierre d'Herbemontlibvlc: Properly raise an exception if something goes...
2008-08-03 Pierre d'Herbemontmedia_list_player: Make sure we do return an item to...
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...
next