summaryrefslogtreecommitdiffstats
path: root/playtree.c
Commit message (Expand)AuthorAgeFilesLines
* playtree: free parameter values when entry is freedreimar2011-06-291-1/+8
* cleanup: shut up more warningsClément Bœsch2011-05-061-2/+1
* cleanup: don't check for NULL before free()diego2010-11-081-3/+3
* playtree: fix segfault on empty playlistsiretart2010-11-021-1/+8
* Merge svn changes up to r30798Uoti Urpala2010-03-101-14/+0
|\
| * Remove unused static function play_tree_set_flag().cehoyos2010-02-271-14/+0
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-6/+6
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-6/+6
| * Mark some more functions that are not used outside of their files as static.diego2010-02-181-2/+2
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+17
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+17
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-13/+3
|\|
| * Remove redundant duplicate option handling in the playtree.adrian2009-10-101-13/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-31/+31
* | Remove the internal GUIAnton Khirnov2009-07-071-14/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-31/+31
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-1/+3
|\|
| * Actually abort (return NULL) in the alloc-failure check in play_tree_newreimar2009-01-251-1/+3
| * revert non-acked r27106ben2008-06-211-2/+1
| * Only "pop" subtree params if they had previously been "pushed",ben2008-06-201-1/+2
* | Make various functions staticUoti Urpala2008-08-121-2/+2
|/
* typo: begining --> beginningdiego2007-12-231-1/+1
* typo fix: childs --> childrendiego2007-07-281-10/+10
* Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bitreimar2007-06-241-10/+10
* Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] orgdiego2006-07-031-1/+0
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-2/+2
* rm unnecesary void* casts - part 1reynaldo2006-07-011-2/+2
* Doxygen Attack! - Chapter 3albeu2006-04-251-0/+3
* fix "last file is always played last" bug.reimar2004-11-051-1/+1
* fix -loop in combination with -shufflereimar2004-10-201-0/+8
* string handling security fixesdiego2004-06-251-1/+1
* Fix -shuffle with remote playlistalbeu2003-07-081-0/+2
* Use new config headersalbeu2003-03-301-55/+3
* this patch adds a high-level-api to playtree, allowing to use it more easilyarpi2003-02-051-4/+123
* Add random stepping supportalbeu2002-11-121-7/+85
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+1
* 10L found by jeroen dobbelaere <jeroen dot dobbelaere at acunia dot com>albeu2002-11-021-2/+8
* Portability fix with reallocalbeu2002-04-231-1/+6
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-0/+3
* Set the params given to a playlist url to the playlistalbeu2002-03-201-0/+17
* small bug fixed and workarounds :(pontscho2002-03-071-2/+0
* workaround for gui a short time.pontscho2002-03-061-1/+3
* In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))albeu2002-02-211-2/+2
* Fixed (I hope) little bug wich lead to sig11 after last playtree entryalbeu2002-02-201-2/+2
* Bug fix for subconfig option. A -tv option containing the on parameteralbeu2002-01-211-2/+3
* Some improvment and make -vcd -dvd options considered as playlist entryalbeu2002-01-191-58/+51
* Few bug fix and improvment in config/playtree systemalbeu2002-01-191-1/+3
* Fixed a few bugs and added support for VCD/DVD/TV in playlist using virtual urlalbeu2002-01-171-24/+102
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-40/+110
* FreeBSD fixnexus2002-01-081-0/+1
* tree-based playlist parser code by Alban Bedel <albeu@free.fr>arpi2002-01-081-0/+631