summaryrefslogtreecommitdiffstats
path: root/apps/codecs/flac.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-5/+6
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low1-1/+1
2006-03-24Fix warningsBrandon Low1-1/+1
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low1-5/+3
2006-01-29Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb...Dave Chapman1-7/+13
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low1-5/+11
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-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-02Enable replaygain for the new FLAC decoderDave Chapman1-0/+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-1/+1
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman1-5/+14
2005-10-30Optimizations to the FLAC-codec buffer requesting to eliminate theMiika Pekkarinen1-12/+7
2005-10-29Initial seeking support. This only seeks to the nearest point (before the ta...Dave Chapman1-10/+106
2005-10-28Add more useful error codes from decoderDave Chapman1-3/+7
2005-10-27Prevent compiler warning for LOGF buildsDave Chapman1-0/+1
2005-10-27Zero the FLACContext during initialisationDave Chapman1-0/+2
2005-10-26New FLAC decoder from the ffmpeg projectDave Chapman1-281/+124
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen1-5/+1
2005-09-07Fix red build with a comment for now.Thom Johansen1-1/+1
2005-09-07Code was a wild mix of different styles, cleaned it up somewhat.Thom Johansen1-109/+102
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson1-99/+207
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-1/+1
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-0/+15
2005-06-22removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg1-1/+1
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg1-0/+248