aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cddb.c
Commit message (Expand)AuthorAge
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* #include just libavutil/common.h, not all of libavutil/intreadwrite.h.Gravatar diego2008-02-11
* Prevent possible buffer overflow on album_title[]Gravatar rtogni2008-01-20
* Fix compilation failue:Gravatar ulion2008-01-20
* ReindentGravatar reimar2008-01-19
* Simplify and keep terminating end-of-lineGravatar reimar2008-01-19
* Remove a broken and useless hack to avoid a memcpyGravatar reimar2008-01-19
* Cached file must be 0-terminated since we use string processing functions on itGravatar reimar2008-01-19
* Make sure we do not write the terminating 0 out of boundsGravatar reimar2008-01-19
* Support cddb on darwin.Gravatar ulion2007-12-16
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Avoiding sscanf in cddb support reading more data with %s than buffer sizeGravatar reimar2007-06-05
* Fix track info being read for the wrong track introduced in r20598Gravatar reimar2007-05-10
* Missing -1 in the FreeBSD code to get the first CD track numberGravatar reimar2007-05-10
* GNU/kFreeBSD support, closes Bugzilla #704.Gravatar diego2007-01-10
* More code shufflingGravatar reimar2006-11-01
* cosmetics: move WIN32 read_toc code to allow for summarizing more commonGravatar reimar2006-11-01
* Avoid code duplication for "last" toc entry.Gravatar reimar2006-11-01
* simplify/unify read_tocGravatar reimar2006-11-01
* Factor out common code in stream_cddb read_toc function.Gravatar reimar2006-11-01
* Remove useless codeGravatar reimar2006-11-01
* renamed cddX stream interface to stream_cddX for consistencyGravatar ben2006-07-31