1. c537d59 Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible. by Michael Sevakis · 13 years ago
  2. 85e4025 Enforce that codecs wait for their metadata in a proper-ish and consistent manner. Sort of a halfway patch; best would be to give them an internal copy of the current track information which lasts unaltered by playback until a track switch or unload. by Michael Sevakis · 14 years ago
  3. 6325ef9 codecs: mark some local variables with 'static' by Nils Wallménius · 14 years ago
  4. a67deef Set svn:keywords property. by Mohamed Tarek · 15 years ago
  5. 9669bbc Handle mid-track resumes in RM. by Mohamed Tarek · 15 years ago
  6. f0c6c88 Smarter check for failed packet parsing in RM. Also fixes a bug in playback where sometimes "codec failure" is splashed at the end of playback. by Mohamed Tarek · 15 years ago
  7. cc68b63 Add a couple of functions for the rm metadata parser for debugging, and add a comment to codecs/a52_rm.c to indicate the source of the decode by Mohamed Tarek · 15 years ago
  8. 9ad071d Fix yellow. by Mohamed Tarek · 15 years ago
  9. ac2ce3a Enhance seeking in a52_rm ; it was a bit choppy, and fix a bug (request_buffer was called after eos and gave a seg fault) by changing the the by Mohamed Tarek · 15 years ago
  10. 010bb8e Rename codecs/dnet.c to codecs/a52_rm.c by Mohamed Tarek · 15 years ago[Renamed from apps/codecs/dnet.c]
  11. 26cee86 Add support for AC3 audio in RM container. by Mohamed Tarek · 15 years ago