]> git.sesse.net Git - vlc/history - src/playlist/sort.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / sort.c
2010-03-06 Rémi Denis-Courmontplaylist: randomize in a thread-safe manner
2010-03-05 Antoine CellerierFix randomisation algorithm. Thanks to jawbroken on...
2010-03-02 Jakob LebenPlaylist: fix faulty duration sorting due to integer...
2009-09-15 Ilkka Ollakkaplaylist: use Fisher-Yater shuffle instead naive when...
2009-08-20 Pierre d'Herbemontplaylist: Fix a warning about sign.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 JP DingerCosmetics, and pull finding the playlist sorting functi...
2009-05-29 JP Dingerplaylist/sort.c: remove globals, replace with pointers...
2009-05-29 JP Dingerplaylist sorting: for inline to work, the text has...
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Rémi Duraffortplaylist_sort: rewrite the sort functions and split...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi DuraffortFix a bug when sorting the playlist:
2009-04-28 Rémi DuraffortFix playlist sort when using the flag "SORT_TITLE_NUMER...
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-25 Rémi Duraffortplaylist_sort: sort using the title and fallback to...
2009-04-16 Rémi Duraffortsort: we have a macro so use it and remove unused variable.
2009-01-18 Ilkka Ollakkaplaylist: do case ignoring cmp everywhere when sorting
2009-01-02 Ilkka Ollakkaplaylist: Don't assume that psz_name != NULL as GetName...
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-03-14 Ilkka Ollakkawhen sorting playlist with artist, sort also album...
2008-03-13 Ilkka Ollakkachange playlist sorting to use qsort instead bubblesort...
2008-03-08 Rémi DuraffortSort the playlist by album then by track number when...
2008-03-04 Rémi DuraffortRemove the Rating column from the inteface because...
2008-03-04 Rémi DuraffortFix an issu when sorting with the track number : the...
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-03-04 Rémi DuraffortFix a little bug in the playlist sorting.
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-18 Pierre d'Herbemontplaylist/sort.c: Fix funman's commit.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-08-07 Clément StenacFix sort by artist
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-09-15 Clément StenacSort-by-album patch by Pierre Marc Dumuid
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Clément StenacImplement SORT_AUTHOR. Closes #196
2005-04-10 Clément Stenac* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at...
2005-04-10 Sigmund Augdal Helbergplaylist: support for sorting a node based on numerical...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-02 Jérome DecoodtFix a bug when shuffling playlist with 1 item
2004-11-22 Clément StenacRecursive sort
2004-11-21 Clément StenacSort a node (alphabetically, all sub-nodes come first)
2004-11-17 Clément Stenac* Add return values to all functions
2004-11-06 Clément StenacImprovements to the playlist core
2004-07-01 Sigmund Augdal Helbergquit fast when sorting a playlist with 1 or less entrie...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-01-23 Clément Stenac* Doxygen doc fixes
2004-01-10 Derk-Jan Hartman* oops, bug
2004-01-10 Derk-Jan Hartman* Fixed some doxygen comments.
2004-01-10 Derk-Jan Hartman* mtime_t != int This was causing incorrect results...
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 Cyril Deguet* src/playlist/sort.c: set "intf-change" after sorting...
2003-11-26 Clément Stenac* Merged sort functions
2003-10-29 Clément StenacGrmbl, it was obvious I would forget to add the new...