]> git.sesse.net Git - vlc/history - src
Fix a few bugs in mosaic bridge.
[vlc] / src /
2008-06-28 Rémi Denis-CourmontRemove abusive error message
2008-06-28 Rov JuvanoUse the Scaletempo audio filter
2008-06-27 Rémi Denis-CourmontCheck some invalid uses of pl_Yield()
2008-06-27 Rémi Denis-CourmontRemove video output when input stops - fixes #1637
2008-06-26 Rémi Denis-CourmontBump version
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Rémi DuraffortFix the update system now we can't close vlc and stop...
2008-06-25 Rémi DuraffortFix the update system, based on funman patch + some...
2008-06-25 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Rémi Denis-CourmontRevert "Disable embedded window by default"
2008-06-24 Rémi DuraffortFix a double vlc_object_release (partially fix the...
2008-06-24 Rémi Denis-CourmontFix vout_ReleaseWindow invocation
2008-06-24 Rémi Denis-CourmontFix/workaround for #1633 (input rate not set)
2008-06-24 Rémi Denis-Courmontlibvlc_InternalDestroy: remove dead code
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-23 Antoine CellerierWe don't need to detach. Since we're in the parent...
2008-06-22 Antoine CellerierFix release of chroma module in vout core. I still...
2008-06-22 Rémi DuraffortAdd an #undef
2008-06-22 Antoine CellerierDon't print (null) when we don't have a filter name.
2008-06-22 Rémi Denis-CourmontRemove dead code
2008-06-22 Rémi Denis-Courmontvlc_object_kill: remove the libvlc-specific hack
2008-06-22 Rémi Denis-Courmontlibvlccore: is a pure C library - don't use the C+...
2008-06-22 Rémi Denis-CourmontFix nissing include and atoi() invocation
2008-06-22 Antoine CellerierAdd new symbol.
2008-06-22 Antoine CellerierSet i_bitspersample to correct value when changing...
2008-06-22 Rémi Denis-CourmontFix specifying a sout RTP port number using a sout MRL
2008-06-22 Antoine CellerierAdd support for format changes inside a video filter2...
2008-06-22 Rémi Denis-Courmontfix revision.c
2008-06-22 Rémi Denis-CourmontFix deadlock in vlc_object_kill (should fix #1543)
2008-06-22 Rémi Denis-CourmontLibVLC: wait until all threads are terminated
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_INTERACTION
2008-06-21 Rémi Denis-Courmontinteraction: no need for vlc_object_find()
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_HTTPD_HOST
2008-06-21 Rémi Denis-Courmontship vlc_window.h
2008-06-21 Jean-Baptiste KempfFix pause not pausing.
2008-06-20 Rémi Denis-CourmontWhen the underlying access dies, suicide the stream
2008-06-20 Rémi Denis-CourmontCleanup service discovery - always
2008-06-20 Rémi Denis-CourmontDisable embedded window by default
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-20 Rémi Denis-CourmontRemove the broken window embedding core code
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-18 Rémi Denis-CourmontRevert "Typo in pl_Release();"
2008-06-18 Antoine CellerierCosmetics.
2008-06-18 Jean-Paul SamanRemove silly out of memory message in out of memory...
2008-06-18 Jean-Paul SamanTypo in pl_Release();
2008-06-18 Pierre d'Herbemontmedia_player: Don't forgot to clear exception.
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-17 Rémi Denis-CourmontSAP: mutex double initialization
2008-06-17 Rémi Denis-CourmontRemove the last direct use of object_wait
2008-06-17 Rémi Denis-CourmontUse vlc_object_signal
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-17 Pierre d'Herbemontinput: Attempt to fix variables deadlocks.
2008-06-16 Pierre d'Herbemontinput: Make sure we send input state changes events...
2008-06-15 Pierre d'Herbemontupdate: It's not allowed to vlc_object_release() from...
2008-06-15 Pierre d'Herbemontupdate: Use const char * for psz_destdir.
2008-06-15 Antoine CellerierFix image resizing with non accelerated vouts. Still...
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-15 Rémi Denis-Courmontinput: kill all the children [add evil laughters here]
2008-06-15 Rémi Denis-Courmontstreams are always attached to access - no need for...
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 Pierre d'Herbemontvout: Create the drawable variable from the vout, not...
2008-06-15 Pierre d'Herbemontplaylist: Fix a typo in event detaching.
2008-06-15 Rémi Denis-CourmontRemove unused VLC_EBADOBJ
2008-06-15 Antoine CellerierUse filter chain in mosaic bridge too.
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Pierre d'Herbemontstream_output: Remove vlc_playlist.h from included...
2008-06-14 Pierre d'Herbemontvout: Remove vlc_playlist.h from included header list.
2008-06-14 Pierre d'Herbemontinput: Remove p_playlist gc signaling now that the...
2008-06-14 Pierre d'Herbemontplaylist: Listen to vlc_InputSelectedStreamChanged...
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputSelectedStreamChanged.
2008-06-14 Jean-Paul SamanFix typo
2008-06-14 Jean-Paul SamanUnify libvlc_state_t, input_state_e, mediacontrol_Playe...
2008-06-14 Jean-Paul SamanTake win32 into considiration.
2008-06-14 Pierre d'Herbemontinput: No need to include vlc_playlist.h in control...
2008-06-14 Pierre d'Herbemontinput: Don't do NotifyPlaylist() now that the playlist...
2008-06-14 Pierre d'Herbemontplaylist: Respond to Name and Info changed events.
2008-06-14 Rémi Denis-Courmontvlc_object_find(playlist) is an error
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-14 Pierre d'Herbemontinput: Fix a typo in previous commit.
2008-06-14 Pierre d'Herbemontevents: vlc_input_state_changed->input_state_changed
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputItemInfoChanged, and vlc_InputItem...
2008-06-14 Pierre d'Herbemontlibvlccore.sym: Alphabetical order fix.
2008-06-14 Pierre d'Herbemontlibvlc_media_player: Use the input event instead of...
2008-06-14 Pierre d'Herbemontinput: Remove vlc_playlist.h inclusion.
2008-06-14 Pierre d'Herbemontinput: No need to playlist_Signal() on error now that...
2008-06-14 Pierre d'Herbemontinput: No need to signal input's end to the playlist...
2008-06-14 Pierre d'Herbemontplaylist: Respond to input state changed event.
2008-06-14 Pierre d'Herbemontplaylist: de-inline p_input setters.
2008-06-14 Pierre d'Herbemontplaylist: Use a set/release accessor for playlist-...
2008-06-14 Pierre d'Herbemontinput: Change the state to END_S when playback is reall...
2008-06-14 Pierre d'Herbemontinput: Add input_get_event_manager().
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputStateChanged events.
2008-06-14 Pierre d'Herbemontinput: Register vlc_InputStateChanged event.
2008-06-14 Pierre d'Herbemontinput: Add an event manager to the input.
2008-06-14 Pierre d'Herbemontevents: Add wrappers around vlc_event_manager_init...
2008-06-14 Jean-Paul SamanAdd playlist_CurrentId() to get the playlist item id...
2008-06-14 Jean-Paul SamanReadibility improvement.
2008-06-13 Pierre d'Herbemontlibvlc: Fix compilation of libvlc_media_player_set_draw...
next