summaryrefslogtreecommitdiffstats
path: root/apps/codecs/alac.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann1-7/+7
2011-04-16Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...Andree Buschmann1-16/+5
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis1-3/+3
2010-08-29Clean up alac/acc demux structure on next track. Solves issues with some file...Andree Buschmann1-0/+2
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius1-1/+1
2010-05-15Fix logf lines in codecs (type mismatches)Jeffrey Goode1-1/+1
2010-03-14Implement resume for alac codec.Andree Buschmann1-5/+16
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-2/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low1-1/+0
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren1-1/+1
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis1-5/+5
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis1-4/+1
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-28/+9
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis1-1/+1
2006-11-23Enable ReplayGain processing for AAC and ALAC (not really tested though). Als...Magnus Holmgren1-2/+3
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen1-1/+0
2006-10-11Forgot one file...Magnus Holmgren1-1/+1
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-5/+5
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low1-1/+1
2006-04-13Correct a comment - no code changesDave Chapman1-1/+1
2006-03-24Fix warningsBrandon Low1-1/+1
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low1-5/+12
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold1-3/+3
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold1-2/+5
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg1-2/+2
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen1-1/+0
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen1-1/+1
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman1-1/+1
2005-10-30Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...Dave Chapman1-2/+2
2005-10-30Don't copy the data from the audio buffer - request_buffer() guarantees to al...Dave Chapman1-22/+1
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman1-206/+6
2005-10-281) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...Dave Chapman1-13/+10
2005-10-15Fix compiler warnings in sim.Dave Chapman1-2/+2
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen1-6/+1
2005-09-24Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman1-1/+1
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman1-0/+388