]> git.sesse.net Git - vlc/history - src/playlist
Fix potential dereference of already free()d pointer
[vlc] / src / playlist /
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontplaylist: Be a good citizen and kill the thread before...
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-06 Pierre d'Herbemontplaylist: Make sure the preparser and the fetcher relea...
2008-07-06 Pierre d'Herbemontplaylist: Make sure the currently playing item is relea...
2008-07-06 Pierre d'Herbemontplaylist: Print a destroyed message when the playlist...
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-06 Pierre d'Herbemontplaylist: Don't accept request on dead playlist.
2008-07-06 Pierre d'Herbemontplaylist: Make sure we don't crash when we delete the...
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-Courmontpl_Yield(): return NULL when the playlist is gone ...
2008-07-05 Pierre d'Herbemontplaylist: Define playlist_CurrentInput(), that returns...
2008-06-30 Rémi Denis-CourmontRemove the brain-damaged video output destruction code
2008-06-28 Rémi Denis-Courmontplaylist: release video outputs *once* - fixes #1593
2008-06-28 Rémi Denis-CourmontRemove unused variable
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
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-20 Rémi Denis-CourmontCleanup service discovery - always
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
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-15 Pierre d'Herbemontplaylist: Fix a typo in event detaching.
2008-06-14 Pierre d'Herbemontplaylist: Listen to vlc_InputSelectedStreamChanged...
2008-06-14 Pierre d'Herbemontplaylist: Respond to Name and Info changed events.
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
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 Jean-Paul SamanReadibility improvement.
2008-06-12 Rémi Denis-CourmontRemove services discovery tasks before the playlist
2008-06-12 Rémi Denis-CourmontFix previous commit
2008-06-12 Rémi Denis-CourmontNULLify p_playlist when the playlist is gone
2008-06-07 Rémi Denis-CourmontUntriplicate vout release code - fix #1593
2008-06-04 Rémi Denis-CourmontRemove another unsafe sout cleanup hack
2008-06-04 Rémi Denis-CourmontHandle sout-keep from the playlist engine
2008-06-04 Rémi Denis-CourmontSimplify
2008-06-01 Pierre d'Herbemontplaylist: Code readability.
2008-06-01 Pierre d'Herbemontplaylist: Compile fix for previous commit, plus warning...
2008-06-01 Pierre d'Herbemontplaylist: Listen to duration changed events, and remove...
2008-06-01 Pierre d'Herbemontplaylist: Listen to vlc_InputItemMetaChanged. This...
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-06-01 Pierre d'HerbemontRevert "service_discovery: Remove an uneeded hack."
2008-06-01 Pierre d'Herbemontservice_discovery: Remove an uneeded hack.
2008-05-31 Pierre d'HerbemontRevert "Preparser: yield the playlist (NSDRCID 1)"
2008-05-31 Rémi Denis-CourmontPreparser: yield the playlist (NSDRCID 1)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontDo not use b_die directly, and simplify
2008-05-30 Pierre d'Herbemontplaylist: Make sure fetcher and preparser won't miss...
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-14 Rafaël CarréRevert "Remove playlist destructor"
2008-05-14 Rafaël CarréRemove playlist destructor
2008-05-12 Rémi DuraffortAvoid a potential segfault as vlc_object_create can...
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-06 Rafaël CarréFix #1487 - race condition
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 Rémi Denis-CourmontDo not re-invent strcpy
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontDon't compile sout code if sout is disabled
2008-04-23 Rafaël CarréRemove playlist items from the "items" array when they...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Rafaël CarréDo not put a private function in a public header
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-07 Rémi DuraffortComments presentation.
2008-04-07 Rémi DuraffortRemove playlist_NodeDump as nobody is using this debugi...
2008-04-06 Rafaël CarréRemove hack : input items are now correctly dereference...
2008-04-02 Rafaël CarréDon't dump/clean media library if it's not active
2008-04-01 Pierre d'Herbemontplaylist: Fix a typo.
2008-04-01 Pierre d'Herbemontplaylist: if(X)free(X) -> free(X)
2008-04-01 Pierre d'Herbemontplaylist: rename ML_decref() to recursively_decref...
2008-04-01 Pierre d'Herbemontplaylist: Correctly indicate why we put a buggy yield...
2008-04-01 Rafaël CarréFix media library reference counting
2008-04-01 Pierre d'Herbemontplaylist: Don't lock/unlock where not needed.
2008-04-01 Pierre d'Herbemontplaylist: Correctly decref where we use the object.
2008-04-01 Rafaël CarréFix media library's input items reference counting
2008-03-31 Pierre d'Herbemontplaylist: To avoid race on p_input destruction, keep...
2008-03-31 Pierre d'Herbemontplaylist: Proper locking when editing playlist variable...
2008-03-31 Rafaël CarréAvoid leaking input items
2008-03-30 Pierre d'Herbemontplaylist: Fix a possible dead lock when the playlist...
2008-03-30 Pierre d'Herbemontplaylist: Use PL_LOCK and PL_UNLOCK.
2008-03-30 Pierre d'Herbemontplaylist: Use vlc_object_alive().
2008-03-30 Rafaël CarréCheck cond_wait() return value - Fix a deadlock
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-26 Pierre d'HerbemontLetf over from libvlc->playlist vout
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-26 Pierre d'Herbemontplaylist: Properly clean the playlist using the object...
2008-03-26 Pierre d'Herbemontplaylist: Properly destroy the preparser and the fetche...
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
next