summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-40/+40
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-37/+37
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-37/+37
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-4/+4
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...reimar2008-07-151-1/+1
* Add disc ID to -identify output.diego2008-07-051-0/+2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* #include just libavutil/common.h, not all of libavutil/intreadwrite.h.diego2008-02-111-1/+1
* Prevent possible buffer overflow on album_title[]rtogni2008-01-201-2/+5
* Fix compilation failue:ulion2008-01-201-0/+1
* Reindentreimar2008-01-191-2/+2
* Simplify and keep terminating end-of-linereimar2008-01-191-4/+4
* Remove a broken and useless hack to avoid a memcpyreimar2008-01-191-3/+1
* Cached file must be 0-terminated since we use string processing functions on itreimar2008-01-191-2/+3
* Make sure we do not write the terminating 0 out of boundsreimar2008-01-191-1/+1
* Support cddb on darwin.ulion2007-12-161-1/+51
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* Avoiding sscanf in cddb support reading more data with %s than buffer sizereimar2007-06-051-3/+3
* Fix track info being read for the wrong track introduced in r20598reimar2007-05-101-3/+3
* Missing -1 in the FreeBSD code to get the first CD track numberreimar2007-05-101-1/+1
* GNU/kFreeBSD support, closes Bugzilla #704.diego2007-01-101-2/+2
* More code shufflingreimar2006-11-011-26/+13
* cosmetics: move WIN32 read_toc code to allow for summarizing more commonreimar2006-11-011-22/+24
* Avoid code duplication for "last" toc entry.reimar2006-11-011-28/+7
* simplify/unify read_tocreimar2006-11-011-28/+28
* Factor out common code in stream_cddb read_toc function.reimar2006-11-011-35/+11
* Remove useless codereimar2006-11-011-2/+0
* renamed cddX stream interface to stream_cddX for consistencyben2006-07-311-0/+878