summaryrefslogtreecommitdiff
path: root/apps/codecs/flac.c (follow)
Commit message (Expand)AuthorAge
* Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The...Boris Gjenero2009-08-08
* Fix FS#10067: Crash when playing very short (less than a second) FLAC files.Magnus Holmgren2009-03-29
* Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg2009-01-10
* Make local functions static in codecs, where possible.Bertrik Sikken2008-12-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Try to fix resume problems for FLAC files.Magnus Holmgren2008-02-24
* Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low2007-11-05
* Fix a fixme in flac and make the usage of the read_filebuf codec api more con...Brandon Low2007-10-25
* Fix several printf-style warnings in logf builds.Magnus Holmgren2007-03-18
* SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis2007-02-10
* Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis2007-02-07
* Fixed 64 bit warning.Jens Arnold2007-02-04
* Try to fix the simulator build warnings.Magnus Holmgren2007-02-04
* Fix playback of mono FLAC files, so they don't play in the left channel only.Magnus Holmgren2007-02-04
* Minor corrections to FLAC seeking calculationsAdam Boot2006-12-07
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis2006-11-26
* Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2006-11-09
* Sample-accurate seeking for FLACAdam Boot2006-11-08
* Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen2006-10-27
* Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...Magnus Holmgren2006-06-04
* First commit of reworking voice to be mroe stable on swcodecBrandon Low2006-04-22
* Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low2006-04-15
* Fix warningsBrandon Low2006-03-24
* Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low2006-03-24
* Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb...Dave Chapman2006-01-29
* Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low2006-01-18
* New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold2006-01-18
* Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold2006-01-08
* More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen2005-11-18
* The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen2005-11-06
* Enable replaygain for the new FLAC decoderDave Chapman2005-11-02
* Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman2005-11-02
* Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...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
* Initial seeking support. This only seeks to the nearest point (before the ta...Dave Chapman2005-10-29
* Add more useful error codes from decoderDave Chapman2005-10-28
* Prevent compiler warning for LOGF buildsDave Chapman2005-10-27
* Zero the FLACContext during initialisationDave Chapman2005-10-27
* New FLAC decoder from the ffmpeg projectDave Chapman2005-10-26
* Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen2005-10-13
* Fix red build with a comment for now.Thom Johansen2005-09-07
* Code was a wild mix of different styles, cleaned it up somewhat.Thom Johansen2005-09-07
* Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson2005-07-28
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26
* removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg2005-06-22
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22