log playtree.c @ 37171:29802bb119f6

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Mon, 13 Jun 2011 19:39:18 +0000 reimar Mark some char * arguments that are strdup'd const,
Mon, 13 Jun 2011 19:33:17 +0000 reimar Remove a pointless "return".
Tue, 07 Jun 2011 13:17:05 +0000 ib Fix segmentation fault when pressing U (stop playing) in GUI.
Wed, 04 May 2011 20:28:54 +0000 reimar Remove unused variable.
Wed, 04 May 2011 20:27:38 +0000 reimar Free playtree params.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Fri, 13 Aug 2010 15:58:11 +0000 siretart sanity check to avoid a segmentation fault in playtree.c on empty playlists.
Sun, 13 Jun 2010 17:15:55 +0000 diego Remove unused function pt_add_gui_file().
Sat, 27 Feb 2010 20:55:41 +0000 cehoyos Remove unused static function play_tree_set_flag().
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Thu, 18 Feb 2010 09:26:00 +0000 diego Mark some more functions that are not used outside of their files as static.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Sat, 10 Oct 2009 10:39:05 +0000 adrian Remove redundant duplicate option handling in the playtree.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 25 Jan 2009 18:25:11 +0000 reimar Actually abort (return NULL) in the alloc-failure check in play_tree_new
Sat, 21 Jun 2008 09:15:25 +0000 ben revert non-acked r27106
Fri, 20 Jun 2008 19:51:43 +0000 ben Only "pop" subtree params if they had previously been "pushed",
Sun, 23 Dec 2007 21:22:02 +0000 diego typo: begining --> beginning
Sat, 28 Jul 2007 14:27:55 +0000 diego typo fix: childs --> children
Sun, 24 Jun 2007 10:39:04 +0000 reimar Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
Mon, 03 Jul 2006 14:52:07 +0000 diego Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] org
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Sat, 01 Jul 2006 03:56:13 +0000 reynaldo rm unnecesary void* casts - part 1
Tue, 25 Apr 2006 01:26:10 +0000 albeu Doxygen Attack! - Chapter 3
Fri, 05 Nov 2004 22:45:16 +0000 reimar fix "last file is always played last" bug.
Wed, 20 Oct 2004 17:30:29 +0000 reimar fix -loop in combination with -shuffle
Fri, 25 Jun 2004 16:49:53 +0000 diego string handling security fixes
Tue, 08 Jul 2003 10:45:05 +0000 albeu Fix -shuffle with remote playlist
Sun, 30 Mar 2003 17:09:17 +0000 albeu Use new config headers
Wed, 05 Feb 2003 23:02:05 +0000 arpi this patch adds a high-level-api to playtree, allowing to use it more easily
Tue, 12 Nov 2002 23:39:35 +0000 albeu Add random stepping support
Tue, 12 Nov 2002 01:56:42 +0000 albeu New config system + cleanup of header inter dependency
Sat, 02 Nov 2002 22:44:15 +0000 albeu 10L found by jeroen dobbelaere <jeroen dot dobbelaere at acunia dot com>
Tue, 23 Apr 2002 20:06:00 +0000 albeu Portability fix with realloc
Tue, 16 Apr 2002 17:41:29 +0000 pontscho fix playlist bug with gui and rewrite mousecursor show/hide code
Wed, 20 Mar 2002 10:27:27 +0000 albeu Set the params given to a playlist url to the playlist
Thu, 07 Mar 2002 11:57:33 +0000 pontscho small bug fixed and workarounds :(
Wed, 06 Mar 2002 23:27:20 +0000 pontscho workaround for gui a short time.
Thu, 21 Feb 2002 13:11:31 +0000 albeu In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))
Wed, 20 Feb 2002 17:03:35 +0000 albeu Fixed (I hope) little bug wich lead to sig11 after last playtree entry
Mon, 21 Jan 2002 10:45:53 +0000 albeu Bug fix for subconfig option. A -tv option containing the on parameter
Sat, 19 Jan 2002 22:16:47 +0000 albeu Some improvment and make -vcd -dvd options considered as playlist entry
Sat, 19 Jan 2002 16:58:04 +0000 albeu Few bug fix and improvment in config/playtree system
Thu, 17 Jan 2002 20:24:28 +0000 albeu Fixed a few bugs and added support for VCD/DVD/TV in playlist using virtual url
Mon, 14 Jan 2002 23:38:49 +0000 arpi playtree-based config patch by Alban Bedel <albeu@free.fr>
Tue, 08 Jan 2002 12:10:33 +0000 nexus FreeBSD fix
Tue, 08 Jan 2002 01:24:25 +0000 arpi tree-based playlist parser code by Alban Bedel <albeu@free.fr>