summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
Commit message (Expand)AuthorAgeFilesLines
* stream_cddb: fix compilation on MinGW-w64Stephen Hutchinson2013-04-061-1/+1
* Silence two compiler warningswm42013-01-161-3/+2
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-1/+5
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* stream_cddb: replace sprintf with snprintfreimar2012-10-311-12/+14
* build: remove OS/2 supportUoti Urpala2012-04-061-74/+0
* windows support: unicode filenameswm42012-03-091-7/+3
* Windows: stream_cddb.c: include <path.h> for MinGWvayne2011-06-291-0/+1
* cleanup: don't check for NULL before free()diego2010-11-081-3/+1
* Factorize MPlayer/MEncoder version string handling.diego2010-11-021-3/+3
* stream_cddb: move structs to the file they're used indiego2010-11-021-0/+18
* stream_cddb: Remove unused static functionsdiego2010-11-021-31/+0
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30876Uoti Urpala2010-03-101-4/+0
|\
| * Define O_BINARY in stream/stream.h unless it is defined yet, and use itkomh2010-03-061-4/+0
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-0/+74
|\|
| * Add cddb:// support for OS/2komh2010-02-281-0/+74
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-21/+19
|\|
| * Remove unused function declaration.reimar2010-02-251-2/+0
| * Make local-only cddb functions static.reimar2010-02-251-19/+19
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-5/+5
|\|
| * Define O_BINARY if it is undefined.komh2010-02-251-5/+5
* | Merge svn changes up to r30672Uoti Urpala2010-03-101-733/+767
|\|
| * cosmetics: K&R coding style, indent with 4 spaces, no tabsdiego2010-02-201-733/+776
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-1/+1
|\|
| * Add missing 'defined' for __bsdi__.komh2010-02-191-1/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-3/+17
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-3/+17
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-40/+40
* | 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