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_cdda.c
Commit message (
Expand
)
Author
Age
*
Merge svn changes up to r29455
Uoti Urpala
2009-07-29
|
\
|
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
/
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Rename a bunch of miscellaneous preprocessor directives.
diego
2008-08-07
*
stream_opts should be const
reimar
2008-01-13
*
Add cdda stream control for chapter commmands.
ulion
2007-12-17
*
Should not change stream->pos in fill_buffer function.
ulion
2007-12-16
*
Make the end_sector accessable (it should be).
ulion
2007-12-15
*
Only print one track info when exactly seeking to the beginning of a track.
ulion
2007-12-14
*
Fix stream cdda seeks to CD's end and hangs forever bug.
ulion
2007-12-14
*
stream_opts arrays should be const
reimar
2007-12-02
*
Make m_option_t arrays referenced by cfg-common.h const
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Hack around libavutil/bswap.h compilation problems due to always_inline undef...
reimar
2006-12-07
*
Add full support for en-/disabling cddb support
reimar
2006-12-04
*
Move system headers before libavutil headers to work around build issues on
diego
2006-12-02
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
*
bails out if cdparanoia can't read cd (avoid lockup)
ben
2006-10-13
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
renamed cddX stream interface to stream_cddX for consistency
ben
2006-07-31