]> git.sesse.net Git - vlc/history - src/playlist/item.c
Removes trailing spaces. Removes tabs.
[vlc] / src / playlist / item.c
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
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-10 Sigmund Augdal Helbergplaylist/item.c, include/vlc_playlist.h: introduced...
2005-03-01 Clément StenacFix playlist export
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-11 Clément StenacAdd some icons
2004-12-20 Clément StenacNo need to GuessType on directory content
2004-12-10 Clément StenacMemory leaks
2004-11-17 Clément Stenac* Add return values to all functions
2004-11-12 Gildas Bazin* src/playlist/*: a couple of compilation fixes.
2004-11-10 Clément Stenac* SAP: use session identifiers to decide if we need...
2004-11-07 Clément Stenac* Fixed autodelete
2004-11-06 Clément StenacImprovements to the playlist core
2004-09-22 Gildas Bazin* src/playlist/item.c: fixed recent playlist item initi...
2004-09-19 Gildas Bazin* include/vlc_input.h, src/playlist/item.c: added vlc_i...
2004-06-18 Sigmund Augdal Helbergvarious documentation fixes
2004-04-23 Gildas Bazin* src/playlist/item.c,item-ext.c: fixed memory leaks.
2004-04-23 Gildas Bazin* src/playlist/item.c: fixed memory leak.
2004-04-03 Cyril Deguet * playlist.c: better random algorithm: do not play...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-14 Clément StenacFix deadlocks in playlist
2004-02-28 Gildas Bazin* src/playlist/*: portability fixes, moved playlist_Add...
2004-02-08 Gildas Bazin* src/playlist/*: fixed complete fuckage of playlist_It...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-17 Sigmund Augdal Helbergsrc/playlist/item*
2004-01-06 Clément Stenac- src/misc/win32_specific: compilation fix for win32...
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2003-12-13 Gildas Bazin* src/playlist/*: when deleting the currently playing...
2003-12-05 Rocky BernsteinOkay microseconds, then.
2003-12-05 Rocky BernsteinSpelling.
2003-12-04 Sam Hocevar * include/vlc_common.h:
2003-11-27 Laurent Aimar * item: lalalala... (remove a debug change -> psz_auth...
2003-11-25 Laurent Aimar * all: fixed a lot of small memory leaks.
2003-11-23 Simon Latapie * src/playlist/item.c : stops the playlist if we delet...
2003-11-22 Sigmund Augdal Helbergsrc/playlist/item.c:
2003-10-29 Clément StenacGrmbl, it was obvious I would forget to add the new...