]> git.sesse.net Git - vlc/history - src/playlist/item.c
playlist: Handle vlc_InputItemErrorWhenReadingChanged events.
[vlc] / src / playlist / item.c
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
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacFix
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-08 Rémi Denis-CourmontSome more const
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-10-21 Clément StenacPlaylist
2006-10-15 Clément StenacD&D fixes
2006-10-15 Clément StenacImprove drag&drop handling
2006-10-14 Clément StenacInitial drag and drop support for Qt
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-17 Clément StenacDon't forget to reset skipping when adding a new item
2006-09-15 Clément StenacStore playlist object in instance-specific object
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-09-02 Clément StenacRe-enable random.
2006-08-27 Clément StenacFix for deletion of current item
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-11 Clément StenacAdd functions to use the media library
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-06-12 Clément Stenac* Fix skip in initial status
2006-05-27 Clément StenacRe-enable PLAYLIST_GO
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-05-25 Clément StenacSanity checks
2006-05-25 Clément Stenac* Almost fix shoutcast (still some problems in "flat...
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
2006-05-25 Clément Stenac* Search on artist and album
2006-05-20 Jean-Paul Samanreturn -1 in a non-void function
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-01-21 Clément StenacDon't block item name (Closes:#506)
2006-01-12 Antoine CellerierFSF address change.
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
next