summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a (follow)
Commit message (Expand)AuthorAge
* 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
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Make local functions static in codecs, where possible.Bertrik Sikken2008-12-29
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* 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
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren2006-10-11
* settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg2006-09-02
* Add resume support to AAC files.Magnus Holmgren2006-08-23
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren2005-12-05
* 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