summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2008-09-23 21:01:39 +0000
committerMartin Arver <martin.arver@gmail.com>2008-09-23 21:01:39 +0000
commit20660c95617b3ef9ff203c4e7180366803d267e7 (patch)
tree7f36333816f0c9ed05f7ba7f28b67b565e66a9ef
parent64c993be73fbbb95a7e74df093b9b5563e9279fe (diff)
downloadrockbox-20660c95617b3ef9ff203c4e7180366803d267e7.tar.gz
rockbox-20660c95617b3ef9ff203c4e7180366803d267e7.zip
add supported codecs
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18606 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/changelog.tex42
1 files changed, 32 insertions, 10 deletions
diff --git a/manual/appendix/changelog.tex b/manual/appendix/changelog.tex
index 9b7f5317d1..6dddc85637 100644
--- a/manual/appendix/changelog.tex
+++ b/manual/appendix/changelog.tex
@@ -3,9 +3,7 @@
\subsection{New features}
\begin{changelog}
-\item 2008-07-27: SAP codec
\item 2008-07-07: Added keybox plugin
-\item 2008-05-21: MOD codec support added
\item 2008-05-04: Added study mode
\item 2008-04-23: Lamp (originally "flashlight") plugin
\item 2008-03-23: New bitmap strips feature in the WPS
@@ -21,12 +19,10 @@
\item 2007-08-02: Superdom game
\item 2007-07-27: Sound on iPod 2nd Gen
\item 2007-07-25: Jackpot support for bitmap targets
-\item 2007-07-03: WMA codec initial support
\item 2007-06-30: Reversi game
\item 2007-06-29: Rocklife plugin
\item 2007-06-28: Maze game
\item 2007-06-17: Custom filetype colour feature introduced
-\item 2007-06-05: Monkey's Audio support
\item 2007-05-23: The 80GB Ipod Video is now supported by Rockbox
\item 2007-04-09: WAV file viewer
\item 2007-03-11: Sound on the Sansa e200
@@ -35,11 +31,9 @@
\item 2007-02-16: Chopper game
\item 2007-02-14: Cuesheet support
\item 2007-02-14: Icons in the menus
-\item 2007-02-14: SPC codec
\item 2007-02-10: Album Artist and Comment Tag Support
\item 2007-02-09: Speex Codec Support
\item 2007-01-31: Invadrox, a Space Invaders clone
-\item 2007-01-25: NSF codec
\item 2007-01-16: BlackJack plugin
\item 2007-01-02: Mazezam, a puzzle game for all bitmap lcd targets
\item 2006-12-29: Toshiba Gigabeat X and F series support
@@ -51,13 +45,11 @@
\item 2006-10-27: Audio dithering option
\item 2006-10-19: last.fm (audioscrobbler) logging support
\item 2006-10-05: FM radio region setting
-\item 2006-09-25: ADX codec
\item 2006-09-15: ZX spectrum emulator plugin - zxbox
\item 2006-08-28: Encoder Codec Interface for recording with
additional FM recording support
\item 2006-08-07: Initial version of mpegplayer plugin
\item 2006-07-19: Rockpaint plugin
-\item 2006-07-18: SID codec
\item 2006-07-18: Playlist catalog
\item 2006-04-19: Rockbox is functional and plays audio on the iPod Mini 1G
\item 2006-03-30: Rockbox is functional and plays audio on the iPod Mini 2G
@@ -71,7 +63,6 @@
\item 2006-03-11: Pacbox, a pacman arcade machine emulator
\item 2006-02-22: "Chessbox" chess game plugin
\item 2006-02-13: iPod 5G audio playback
-\item 2006-02-01: AIFF codec support added
\item 2006-01-28: Color bitmap support in the WPS (for color models)
\item 2006-01-23: Brickmania game plugin
\item 2005-12-06: Unicode support
@@ -103,4 +94,35 @@
\item 2005-12-05: New wps' added. Engineeer2, marquee, and DancePuffDuo
\end{changelog}
-\subsection{Bug fixes}
+\subsection{New codecs supported}
+\subsubsection{Lossy codecs}
+\begin{changelog}
+\item Ogg/vorbis
+\item MPC
+\item A/52 (AC3)
+\item AAC (MP4)
+\item WMA
+\item ADX
+\item Speex
+\end{changelog}
+
+\subsubsection{Lossless codecs}
+\begin{changelog}
+\item WAV
+\item AIFF
+\item FLAC
+\item ALAC
+\item Wavpack
+\item Shorten
+\item Monkey's Audio
+\end{changelog}
+
+\subsubsection{Other codecs}
+\begin{changelog}
+\item SID
+\item MOD
+\item NSF, NSFE
+\item SPC
+\item MIDI
+\item SAP
+\end{changelog}