summaryrefslogtreecommitdiff
path: root/apps/codecs/flac.c
AgeCommit message (Expand)Author
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis
2010-09-15flac: more detailed debug messageRafaël Carré
2010-08-03flac: error out if max blocksize is larger than we can handle.Nils Wallménius
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius
2010-05-15Fix logf lines in codecs (type mismatches)Jeffrey Goode
2009-08-08Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The...Boris Gjenero
2009-03-29Fix FS#10067: Crash when playing very short (less than a second) FLAC files.Magnus Holmgren
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-02-24Try to fix resume problems for FLAC files.Magnus Holmgren
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low
2007-10-25Fix a fixme in flac and make the usage of the read_filebuf codec api more con...Brandon Low
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis
2007-02-04Fixed 64 bit warning.Jens Arnold
2007-02-04Try to fix the simulator build warnings.Magnus Holmgren
2007-02-04Fix playback of mono FLAC files, so they don't play in the left channel only.Magnus Holmgren
2006-12-07Minor corrections to FLAC seeking calculationsAdam Boot
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski
2006-11-08Sample-accurate seeking for FLACAdam Boot
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen
2006-06-04Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...Magnus Holmgren
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low
2006-03-24Fix warningsBrandon Low
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low
2006-01-29Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb...Dave Chapman
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen
2005-11-02Enable replaygain for the new FLAC decoderDave Chapman
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman
2005-10-30Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...Dave Chapman
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman
2005-10-30Optimizations to the FLAC-codec buffer requesting to eliminate theMiika Pekkarinen
2005-10-29Initial seeking support. This only seeks to the nearest point (before the ta...Dave Chapman
2005-10-28Add more useful error codes from decoderDave Chapman
2005-10-27Prevent compiler warning for LOGF buildsDave Chapman
2005-10-27Zero the FLACContext during initialisationDave Chapman
2005-10-26New FLAC decoder from the ffmpeg projectDave Chapman
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen
2005-09-07Fix red build with a comment for now.Thom Johansen
2005-09-07Code was a wild mix of different styles, cleaned it up somewhat.Thom Johansen
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson