summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libm4a
AgeCommit message (Expand)AuthorFilesLines
2011-08-18FS#12231Nils Wallménius1-7/+0
2011-06-02FS#12141 by Sean BartellNils Wallménius2-19/+0
2011-04-27Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.Andree Buschmann1-11/+5
2011-04-24Ensure proper termination of m4a lookup table.Andree Buschmann1-0/+3
2011-04-23get_sample_info() has been removed.Andree Buschmann1-2/+0
2011-04-23Minor speed optimization to m4a lookup table build up.Andree Buschmann1-12/+19
2011-04-19Optimization to latest aac decoder changes. Significantly reduce loop count i...Andree Buschmann2-4/+9
2011-04-18Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann3-229/+116
2011-02-03Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann1-1/+2
2011-02-01Add a safety check in the resume seek code, just in case.Magnus Holmgren1-1/+1
2011-02-01We seeked one chunk too far when resuming m4a files.Andree Buschmann1-1/+2
2011-01-31Rework m4a seek/resume code. Seek/resume does now also work properly with fil...Andree Buschmann2-81/+69
2011-01-31Fix resume for m4a files. Solves FS#9306.Andree Buschmann1-2/+2
2010-08-29Make M4A demuxer more flexible when handling the stsd atom. Allows file repor...Magnus Holmgren1-4/+10
2010-08-14Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli1-0/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-3/+1
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli1-4/+3
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli3-10/+18
2009-12-14Commit both patches in FS#10833 - Protect against division by zero in AAC (mp...Michael Giacomelli1-1/+2
2009-11-22Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren1-1/+2
2009-11-19Avoid possible memory corruptionNils Wallménius1-2/+3
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek1-2/+2
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg4-51/+28
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2-4/+8
2007-12-01Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...Dave Chapman2-11/+27
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-10/+17
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-5/+5
2007-01-30Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...Magnus Holmgren2-3/+8
2006-12-07AAC codec: accept M4B files.Magnus Holmgren1-0/+1
2006-12-06Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...Magnus Holmgren1-32/+33
2006-12-03Remove some unneeded code that caused problems for enhanced AAC files.Magnus Holmgren1-52/+5
2006-11-08Improve support for long MP4 files. Twice as long files can now play, and for...Magnus Holmgren2-64/+78
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-10-11AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren3-194/+373
2006-09-02settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg1-2/+2
2006-08-23Add resume support to AAC files.Magnus Holmgren2-0/+65
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-7/+4
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman1-6/+10
2005-10-31Suppress compiler warningDave Chapman1-0/+1
2005-10-31Add capability to parse AAC files in M4A.Dave Chapman2-65/+186
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman5-0/+1033