summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a/demux.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.Andree Buschmann2011-04-27
* Ensure proper termination of m4a lookup table.Andree Buschmann2011-04-24
* Minor speed optimization to m4a lookup table build up.Andree Buschmann2011-04-23
* Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann2011-04-18
* Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann2011-02-03
* Make M4A demuxer more flexible when handling the stsd atom. Allows file repor...Magnus Holmgren2010-08-29
* Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli2010-08-14
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli2010-01-02
* Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli2010-01-02
* Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren2009-11-22
* Avoid possible memory corruptionNils Wallménius2009-11-19
* Change the naming scheme for codecs found in different containers.Mohamed Tarek2009-07-27
* Make local functions static in codecs, where possible.Bertrik Sikken2008-12-29
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...Dave Chapman2007-12-01
* Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold2007-03-17
* Fix simulator builds, and some debugf() format strings.Jens Arnold2007-03-17
* Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...Magnus Holmgren2007-01-30
* AAC codec: accept M4B files.Magnus Holmgren2006-12-07
* Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...Magnus Holmgren2006-12-06
* Remove some unneeded code that caused problems for enhanced AAC files.Magnus Holmgren2006-12-03
* Improve support for long MP4 files. Twice as long files can now play, and for...Magnus Holmgren2006-11-08
* AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren2006-10-11
* Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman2005-11-02
* Suppress compiler warningDave Chapman2005-10-31
* Add capability to parse AAC files in M4A.Dave Chapman2005-10-31
* Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman2005-10-29