Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
c7430577
Commit
c7430577
authored
May 19, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
todo updates
git-svn-id:
https://svn.musicpd.org/mpd/trunk@1079
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
c1cd2668
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
+16
-8
TODO
TODO
+13
-5
configure.ac
configure.ac
+3
-3
No files found.
TODO
View file @
c7430577
1) play streams
a) for mp3, remember to turn off IGNORECRC for mp3 streams
b) make deal with non-blocking in the beginning better.
c) check inStream->seekable after opening and store this in
decoderControl to deal with seeking better
d) fetch metadata and store in DecoderControl and pass to
b) deal with non-blocking in decodeFirstFrame (mp3) better!
c) bufferInput in outputBuffer waiting!
1) implement some sort of callback mechanism for this
for abstraction sake
d) deal with pausing better
1) seekable, on resuming pause, check if we need to reconnect,
jumping to offset
2) if seekable, at some point after init, mark this!
3) if not seekable, reset buffer, and elapsedTime when
unpaused
e) ogg streams
f) fetch metadata and store in DecoderControl and pass to
PlayerControl
1) eventually deal with icy-metadata
2) parse metadata on the fly in decoders
e
) command for dealing with the changing metadata, currentsonginfo
g
) command for dealing with the changing metadata, currentsonginfo
or something
2) how to deal with streams and the db
...
...
configure.ac
View file @
c7430577
...
...
@@ -31,7 +31,7 @@ MPD_LIBS=""
AC_ARG_ENABLE(audio,[ --disable-audio disable support for playing],,enable_ao=yes)
AC_ARG_ENABLE(iconv,[ --disable-iconv disable iconv support],,enable_iconv=yes)
AC_ARG_ENABLE(ipv6,[ --disable-ipv6 disable IPv6 support],,enable_ipv6=yes)
AC_ARG_ENABLE(alsa,[ --disable-alsa disable A
lsa
Mixer support],,enable_alsa=yes)
AC_ARG_ENABLE(alsa,[ --disable-alsa disable A
LSA
Mixer support],,enable_alsa=yes)
AC_ARG_ENABLE(ogg,[ --disable-ogg disable ogg support],,enable_ogg=yes)
AC_ARG_ENABLE(flac,[ --disable-flac disable flac support],,enable_flac=yes)
AC_ARG_ENABLE(mp3,[ --disable-mp3 disable mp3 support],,enable_mp3=yes)
...
...
@@ -483,9 +483,9 @@ else
fi
if test x$enable_alsa = xyes; then
echo "A
lsa
mixer support ............enabled"
echo "A
LSA
mixer support ............enabled"
else
echo "A
lsa
mixer support ............disabled"
echo "A
LSA
mixer support ............disabled"
fi
echo ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment