index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_cddb.c
Commit message (
Expand
)
Author
Age
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...
reimar
2008-07-15
*
Add disc ID to -identify output.
diego
2008-07-05
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
diego
2008-02-11
*
Prevent possible buffer overflow on album_title[]
rtogni
2008-01-20
*
Fix compilation failue:
ulion
2008-01-20
*
Reindent
reimar
2008-01-19
*
Simplify and keep terminating end-of-line
reimar
2008-01-19
*
Remove a broken and useless hack to avoid a memcpy
reimar
2008-01-19
*
Cached file must be 0-terminated since we use string processing functions on it
reimar
2008-01-19
*
Make sure we do not write the terminating 0 out of bounds
reimar
2008-01-19
*
Support cddb on darwin.
ulion
2007-12-16
*
ISO8859-1 --> UTF-8
diego
2007-07-09
*
Avoiding sscanf in cddb support reading more data with %s than buffer size
reimar
2007-06-05
*
Fix track info being read for the wrong track introduced in r20598
reimar
2007-05-10
*
Missing -1 in the FreeBSD code to get the first CD track number
reimar
2007-05-10
*
GNU/kFreeBSD support, closes Bugzilla #704.
diego
2007-01-10
*
More code shuffling
reimar
2006-11-01
*
cosmetics: move WIN32 read_toc code to allow for summarizing more common
reimar
2006-11-01
*
Avoid code duplication for "last" toc entry.
reimar
2006-11-01
*
simplify/unify read_toc
reimar
2006-11-01
*
Factor out common code in stream_cddb read_toc function.
reimar
2006-11-01
*
Remove useless code
reimar
2006-11-01
*
renamed cddX stream interface to stream_cddX for consistency
ben
2006-07-31