summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Correct the prototype for memmove (oops, forgot this file)Dave Chapman2005-10-31
* Correct the prototype for memmoveDave Chapman2005-10-31
* Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u...Dave Chapman2005-10-31
* Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ...Dave Chapman2005-10-31
* Some more IBSS_ATTR changes.Thom Johansen2005-10-31
* Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...Dave Chapman2005-10-30
* Don't copy the data from the audio buffer - request_buffer() guarantees to al...Dave Chapman2005-10-30
* Skip ID3v2 tags at the start of a FLAC file.Dave Chapman2005-10-30
* Optimizations to the FLAC-codec buffer requesting to eliminate theMiika Pekkarinen2005-10-30
* OopsDave Chapman2005-10-29
* Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman2005-10-29
* Initial seeking support. This only seeks to the nearest point (before the ta...Dave Chapman2005-10-29
* Enabled the FLAC EMAC optimisations.Thom Johansen2005-10-28
* Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen2005-10-28
* Add more useful error codes from decoderDave Chapman2005-10-28
* 1) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...Dave Chapman2005-10-28
* Should be referring to libffmpegFLAC, not libalac - how did this work in the ...Dave Chapman2005-10-27
* Prevent compiler warning for LOGF buildsDave Chapman2005-10-27
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Zero the FLACContext during initialisationDave Chapman2005-10-27
* Didn't mean to commit that...Thom Johansen2005-10-27
* Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen2005-10-27
* Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen2005-10-27
* Replaced jump table with a more efficient one.Thom Johansen2005-10-27
* Assembler optimised LPC routines for Coldfire. Will enable them when codec ha...Thom Johansen2005-10-27
* New FLAC decoder from the ffmpeg projectDave Chapman2005-10-26
* Removed unneeded xxx2wav files.Thom Johansen2005-10-22
* Fix downmixing problems in AC3/A52 decoder and small cleanup of unused codeDave Chapman2005-10-22
* Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman2005-10-22
* Fixed the playlist skipping with MusePack.Miika Pekkarinen2005-10-18
* iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren2005-10-17
* Fixed the pops with musepack.Miika Pekkarinen2005-10-16
* Fix compiler warnings in sim.Dave Chapman2005-10-15
* Previous fix introduced tons of comparison warnings, just cast for now instead.Thom Johansen2005-10-13
* Use correct types to avoid sim warnings.Thom Johansen2005-10-13
* Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen2005-10-13
* Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold2005-10-12
* Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...Thom Johansen2005-10-12
* Disabled dynamic range compression.Thom Johansen2005-10-11
* Cleaned up code. Now passes full precision samples to the playback engine, an...Thom Johansen2005-10-10
* iRiver/Vorbis: And don't specify -O2 twice...Magnus Holmgren2005-10-10
* iRiver/Vorbis: Actually use the rule in the makefile.Magnus Holmgren2005-10-10
* Cleaned up to conform to one source code style, removed some tabs and some re...Thom Johansen2005-10-10
* Added DSP support and started passing full precision samples to playback engi...Thom Johansen2005-10-10
* Removed a ton of tabs, fixed some indentation and removed some unneeded inclu...Thom Johansen2005-10-10
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* Fix some WavPack bugs by forcing DSP use even when not needed for sampling rateDave Bryant2005-09-30
* iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren2005-09-28
* Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman2005-09-24
* Cascade errors back down to qtmovie_read() and correctly return an error on i...Dave Chapman2005-09-24