index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
stream_cddb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
komh
2010-03-06
1
-4
/
+0
*
Add cddb:// support for OS/2
komh
2010-02-28
1
-0
/
+74
*
Remove unused function declaration.
reimar
2010-02-25
1
-2
/
+0
*
Make local-only cddb functions static.
reimar
2010-02-25
1
-19
/
+19
*
Define O_BINARY if it is undefined.
komh
2010-02-25
1
-5
/
+5
*
cosmetics: K&R coding style, indent with 4 spaces, no tabs
diego
2010-02-20
1
-733
/
+776
*
Add missing 'defined' for __bsdi__.
komh
2010-02-19
1
-1
/
+1
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
1
-3
/
+17
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-40
/
+40
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
1
-1
/
+1
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
1
-4
/
+4
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
1
-1
/
+1
*
Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...
reimar
2008-07-15
1
-1
/
+1
*
Add disc ID to -identify output.
diego
2008-07-05
1
-0
/
+2
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
1
-1
/
+1
*
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
diego
2008-02-11
1
-1
/
+1
*
Prevent possible buffer overflow on album_title[]
rtogni
2008-01-20
1
-2
/
+5
*
Fix compilation failue:
ulion
2008-01-20
1
-0
/
+1
*
Reindent
reimar
2008-01-19
1
-2
/
+2
*
Simplify and keep terminating end-of-line
reimar
2008-01-19
1
-4
/
+4
*
Remove a broken and useless hack to avoid a memcpy
reimar
2008-01-19
1
-3
/
+1
*
Cached file must be 0-terminated since we use string processing functions on it
reimar
2008-01-19
1
-2
/
+3
*
Make sure we do not write the terminating 0 out of bounds
reimar
2008-01-19
1
-1
/
+1
*
Support cddb on darwin.
ulion
2007-12-16
1
-1
/
+51
*
ISO8859-1 --> UTF-8
diego
2007-07-09
1
-1
/
+1
*
Avoiding sscanf in cddb support reading more data with %s than buffer size
reimar
2007-06-05
1
-3
/
+3
*
Fix track info being read for the wrong track introduced in r20598
reimar
2007-05-10
1
-3
/
+3
*
Missing -1 in the FreeBSD code to get the first CD track number
reimar
2007-05-10
1
-1
/
+1
*
GNU/kFreeBSD support, closes Bugzilla #704.
diego
2007-01-10
1
-2
/
+2
*
More code shuffling
reimar
2006-11-01
1
-26
/
+13
*
cosmetics: move WIN32 read_toc code to allow for summarizing more common
reimar
2006-11-01
1
-22
/
+24
*
Avoid code duplication for "last" toc entry.
reimar
2006-11-01
1
-28
/
+7
*
simplify/unify read_toc
reimar
2006-11-01
1
-28
/
+28
*
Factor out common code in stream_cddb read_toc function.
reimar
2006-11-01
1
-35
/
+11
*
Remove useless code
reimar
2006-11-01
1
-2
/
+0
*
renamed cddX stream interface to stream_cddX for consistency
ben
2006-07-31
1
-0
/
+878