log stream/stream_cddb.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 06 Apr 2014 18:48:45 +0000 reimar cddb: Fix memleak in error case.
Sun, 19 Jan 2014 22:24:52 +0000 reimar cddb: fix multiple leaks, both for error and normal use cases.
Wed, 31 Oct 2012 18:55:33 +0000 reimar Replace sprintf with snprintf.
Mon, 09 May 2011 17:36:38 +0000 vayne Missing header for compilation in mingw.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Mon, 28 Jun 2010 08:26:14 +0000 diego Factorize MPlayer/MEncoder version string handling.
Mon, 21 Jun 2010 11:03:03 +0000 diego Move cddb_data_t and cd_toc_t structs to the only place they are used.
Mon, 21 Jun 2010 10:33:00 +0000 diego Remove unused static function cddb_freedb_sites_parse().
Mon, 21 Jun 2010 10:26:45 +0000 diego Remove unused static function cddb_get_freedb_sites(), fixes the warning:
Sat, 06 Mar 2010 07:24:41 +0000 komh Define O_BINARY in stream/stream.h unless it is defined yet, and use it
Sun, 28 Feb 2010 03:26:18 +0000 komh Add cddb:// support for OS/2
Thu, 25 Feb 2010 22:29:00 +0000 reimar Remove unused function declaration.
Thu, 25 Feb 2010 22:27:53 +0000 reimar Make local-only cddb functions static.
Thu, 25 Feb 2010 09:09:57 +0000 komh Define O_BINARY if it is undefined.
Sat, 20 Feb 2010 19:57:47 +0000 diego cosmetics: K&R coding style, indent with 4 spaces, no tabs