]> git.sesse.net Git - vlc/history - src/playlist/item.c
Merge branch 1.0-bugfix
[vlc] / src / playlist / item.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-Courmontplaylist_ItemFindFromInputAndRoot: use pointer rather...
2009-05-16 Rémi Denis-CourmontCompare input item pointers, no need to deref here
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-Courmontplaylist_Add and playlist_AddExt: return error/success...
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-02-16 Laurent AimarRemoved unused field and clean up (playlist).
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarModify playlist code to always use input_item_t->i_id...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-18 Laurent AimarRemoved unused playlist_ItemNew(WithType).
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-06 Rémi Denis-CourmontUse a custom condition variable for the playlist engine
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-11-22 Laurent AimarRemoved unused -playlist_ItemSetName.
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-09-28 Pierre d'Herbemontplaylist: i_last_playlist_id is private.
2008-09-28 Pierre d'Herbemontplaylist: b_reset_currently_playing is private.
2008-09-28 Pierre d'Herbemontplaylist: b_auto_preparse is private.
2008-09-28 Pierre d'Herbemontplaylist: b_doing_ml doing ml is private.
2008-09-27 Pierre d'Herbemontplaylist: items_to_delete is now private.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-08-24 Rémi DuraffortFix #1899 as far as I can test it (in all cse this...
2008-08-22 Rémi DuraffortFix #1768
2008-08-20 Przemyslaw FialaDon't restart playlist after converting current item...
2008-08-17 Pierre d'HerbemontFix previous commit.
2008-08-17 Pierre d'Herbemontplaylist: Assert() locked in playlist_Release().
2008-08-17 Pierre d'Herbemontplaylist: Make sure we always have an input_item associ...
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-12 Pierre d'Herbemontplaylist: Remove the callbacks from the deleted input...
2008-08-12 Pierre d'Herbemontplaylist: More warning fix+lock fixes.
2008-08-01 Pierre d'Herbemontplaylist: Handle vlc_InputItemErrorWhenReadingChanged...
2008-07-22 Pierre d'Herbemontplaylist: Fix the return value of playlist_ItemToNode...
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteInputInParent->playlist_Delete...
2008-07-16 Pierre d'Herbemontdirectory: Make sure we can exit and interrupt the...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform...
2008-07-15 Pierre d'Herbemontplaylist: Use an accessor for current status item and...
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-05 Rémi Denis-CourmontBunch of warnings
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-15 Pierre d'Herbemontplaylist: Fix a typo in event detaching.
2008-06-14 Pierre d'Herbemontplaylist: Respond to Name and Info changed events.
2008-06-14 Jean-Paul SamanReadibility improvement.
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-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-04-23 Rafaël CarréRemove playlist items from the "items" array when they...
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
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-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-02-21 Rémi DuraffortComments to make doxygen happy
2008-02-20 Rémi DuraffortSome comments to have a better doxygen documentation
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-29 Rafaël Carrésimplify *install_input_item_observer()
2007-12-29 Pierre d'HerbemontFix previous commit ;.
2007-12-29 Pierre d'Herbemontplaylist/item.c: Properly release the input_item as...
2007-12-23 Pierre d'Herbemontplaylist: Fix an input_item leak in item.c, and notice...
2007-10-21 Rafaël Carréplaylist_Clear() should delete only the local playlist...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-26 Pierre d'Herbemontplaylist/items.c: Add a left over that might prevent...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Pierre d'Herbemont(oops).
2007-08-18 Pierre d'Herbemontplaylist/item.c: Rework item addition to make it work...
2007-08-17 Pierre d'Herbemontplaylist/item.c: Remove a left over (release without...
2007-08-17 Pierre d'Herbemontplaylist/item.c: Make sure we lock when we send the...
2007-08-17 Pierre d'Herbemontinclude/vlc_playlist.h: Export playlist_DeleteInputInPa...
2007-08-17 Pierre d'Herbemontplaylist/item.c: Better subitem added handling code.
2007-08-17 Pierre d'Herbemontsrc/playlist/item.c: Avoid a dead lock.
2007-08-17 Pierre d'Herbemontsrc/playlist/item.c: Retain the playlist.
2007-08-16 Pierre d'Herbemontsrc/playlist/item.c: Don't yield the playlist.
2007-08-16 Pierre d'Herbemontinclude/vlc_input.h: Make input items able to themselve...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-04 Pierre d'Herbemontplaylist/item.c: Avoid checking against false.
2007-08-04 Pierre d'Herbemontplaylist/item.c: More helpful variable name.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
next