aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cddb.c
Commit message (Expand)AuthorAge
* Factorize MPlayer/MEncoder version string handling.Gravatar diego2010-11-02
* stream_cddb: move structs to the file they're used inGravatar diego2010-11-02
* stream_cddb: Remove unused static functionsGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30672Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \
* \ \ \ \ \ Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ \
| | | | | | | * Define O_BINARY in stream/stream.h unless it is defined yet, and use itGravatar komh2010-03-06
| | | | | | |/
| | | | | | * Add cddb:// support for OS/2Gravatar komh2010-02-28
| | | | | |/
| | | | | * Remove unused function declaration.Gravatar reimar2010-02-25
| | | | | * Make local-only cddb functions static.Gravatar reimar2010-02-25
| | | | |/
| | | | * Define O_BINARY if it is undefined.Gravatar komh2010-02-25
| | | |/
| | | * cosmetics: K&R coding style, indent with 4 spaces, no tabsGravatar diego2010-02-20
| | |/
| | * Add missing 'defined' for __bsdi__.Gravatar komh2010-02-19
| |/
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...Gravatar reimar2008-07-15
* Add disc ID to -identify output.Gravatar diego2008-07-05
* 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