index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libm4a
Age
Commit message (
Expand
)
Author
2011-02-01
Add a safety check in the resume seek code, just in case.
Magnus Holmgren
2011-02-01
We seeked one chunk too far when resuming m4a files.
Andree Buschmann
2011-01-31
Rework m4a seek/resume code. Seek/resume does now also work properly with fil...
Andree Buschmann
2011-01-31
Fix resume for m4a files. Solves FS#9306.
Andree Buschmann
2010-08-29
Make M4A demuxer more flexible when handling the stsd atom. Allows file repor...
Magnus Holmgren
2010-08-14
Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...
Michael Giacomelli
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-01-02
Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...
Michael Giacomelli
2010-01-02
Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...
Michael Giacomelli
2009-12-14
Commit both patches in FS#10833 - Protect against division by zero in AAC (mp...
Michael Giacomelli
2009-11-22
Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...
Magnus Holmgren
2009-11-19
Avoid possible memory corruption
Nils Wallménius
2009-07-27
Change the naming scheme for codecs found in different containers.
Mohamed Tarek
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2008-12-29
Make local functions static in codecs, where possible.
Bertrik Sikken
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-12-01
Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...
Dave Chapman
2007-03-17
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
Jens Arnold
2007-03-17
Fix simulator builds, and some debugf() format strings.
Jens Arnold
2007-01-30
Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...
Magnus Holmgren
2006-12-07
AAC codec: accept M4B files.
Magnus Holmgren
2006-12-06
Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...
Magnus Holmgren
2006-12-03
Remove some unneeded code that caused problems for enhanced AAC files.
Magnus Holmgren
2006-11-08
Improve support for long MP4 files. Twice as long files can now play, and for...
Magnus Holmgren
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-10-11
AAC codec: Improved MP4 file parsing. Should now handle most streamable files...
Magnus Holmgren
2006-09-02
settings.h includs button.h that includes target-button.h so we need to make
Daniel Stenberg
2006-08-23
Add resume support to AAC files.
Magnus Holmgren
2006-02-24
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-11-02
Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...
Dave Chapman
2005-10-31
Suppress compiler warning
Dave Chapman
2005-10-31
Add capability to parse AAC files in M4A.
Dave Chapman
2005-10-29
Remove generic M4A parsing code from libalac and create a libm4a - so it can ...
Dave Chapman