summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a/demux.c
AgeCommit message (Expand)Author
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli
2009-11-22Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren
2009-11-19Avoid possible memory corruptionNils Wallménius
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2007-12-01Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...Dave Chapman
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold
2007-01-30Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...Magnus Holmgren
2006-12-07AAC codec: accept M4B files.Magnus Holmgren
2006-12-06Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...Magnus Holmgren
2006-12-03Remove some unneeded code that caused problems for enhanced AAC files.Magnus Holmgren
2006-11-08Improve support for long MP4 files. Twice as long files can now play, and for...Magnus Holmgren
2006-10-11AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman
2005-10-31Suppress compiler warningDave Chapman
2005-10-31Add capability to parse AAC files in M4A.Dave Chapman
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman