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
*
cleanup: shut up more warnings
Clément Bœsch
2011-05-06
*
cleanup: remove more warnings
Clément Bœsch
2011-05-02
*
stream_cdda: change printf format for cdda_tracks to %d
diego
2010-11-02
*
stream_cdda.c: Reorder functions to avoid forward declarations.
diego
2010-11-02
*
stream_cdd*: Move declarations for stream_cddb.c functions to cdd.h
diego
2010-11-02
*
stream_ccda: Move cdda_priv structure to the only place it is used
diego
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
|
\
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
|
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