summaryrefslogtreecommitdiff
path: root/apps/codecs/mpc.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Remove obsolete 'ci->set_elapsed()' from mpc.Andree Buschmann2011-08-28
* Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis2011-08-28
* Fix musepack resume for resume positions > 7:30m.Andree Buschmann2011-07-23
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis2011-02-20
* codecs: mark some local variables with 'static'Nils Wallménius2010-07-25
* Clean up comments.Andree Buschmann2010-06-23
* Disable unneeded parts of mpc's file-I/O interface.Andree Buschmann2010-06-21
* Fix FS#11103. Resuming musepack files was handled wrong since ages. This chan...Andree Buschmann2010-03-14
* Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann2010-03-07
* Allow higher precision in calculation of seek position and elapsed time for m...Andree Buschmann2009-04-20
* 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
* Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann2008-06-10
* Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann2008-05-19
* Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann2008-05-10
* Change to (or add) 'standard' codec startup delay, fixing potential startup p...Magnus Holmgren2008-02-24
* Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low2007-11-05
* Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low2007-11-05
* FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen2007-08-30
* Support resume for MusepackAdam Boot2007-04-06
* 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
* 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
* Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen2006-10-27
* Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen2006-09-01
* FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen2006-08-31
* The last frame of Musepack files can contain double the amount of samples as ...Thom Johansen2006-04-25
* Make playback not screw up if the user tries to seek on musepackBrandon Low2006-04-25
* Fix warning.Thom Johansen2006-04-25
* Correctly identify end of file.Thom Johansen2006-04-25
* 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 remaining warnings in 64bit simulator buildsJens Arnold2006-03-22
* Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen2006-02-13
* Fix mpc.c to use new mpc_bool_t type to remove some warning.Thom Johansen2006-01-30
* 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
* I figured out what was *really* causing the MPC track-change noise, so IDave Bryant2006-01-08
* Quick fix for annoying musepack noise on track change bug. Proper fix coming ...Thom Johansen2006-01-07
* More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen2005-11-18
* Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen2005-11-06
* Disabled Musepack seeking, since it's so slow that most users conclude the co...Thom Johansen2005-11-06
* Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGai...Thom Johansen2005-11-04
* Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen2005-10-27
* Fixed the playlist skipping with MusePack.Miika Pekkarinen2005-10-18