Age | Commit message (Expand) | Author |
2010-08-01 | mpa: remove bad enum comparison spotted by gcc 4.5.1 | Rafaël Carré |
2010-07-25 | codecs: mark some local variables with 'static' | Nils Wallménius |
2010-06-27 | Comment unused code in libmad. Clean up initialization and memset'ing of deco... | Andree Buschmann |
2010-06-10 | Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use... | Andree Buschmann |
2010-02-07 | Remove more tabs | Andree Buschmann |
2009-08-03 | Fix inaccurate time display for 44.1 (and 22.05) kHz MP3 audio tracks. Time w... | Magnus Holmgren |
2009-04-20 | Fix FS#10139 (broken seek for very long mp3 files) through avoiding int32 ove... | Andree Buschmann |
2009-02-11 | Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS... | Michael Sevakis |
2008-12-29 | Make local functions static in codecs, where possible. | Bertrik Sikken |
2008-12-10 | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis |
2008-09-23 | Opening function brace style police. | Michael Sevakis |
2008-09-23 | Simplify synchronizaton for MPA codec and make it fully atomic, let synth thr... | Michael Sevakis |
2008-09-22 | Hopefully fix glitches when seeking in MP3s on dual core processors. Also, c... | Michael Giacomelli |
2008-09-20 | Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t... | Michael Giacomelli |
2008-08-12 | Removed unused abort function implementation | Bertrik Sikken |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-04-03 | Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr... | Nicolas Pennequin |
2008-03-29 | Move codec_get_file_pos somewhere else like the comment said should be done. ... | Michael Sevakis |
2007-11-05 | Fix mp3 resume | Brandon Low |
2007-11-05 | Remove conf_filechunk, it should never have been a setting and its implementa... | Brandon Low |
2007-11-05 | Don't keep useless id3v2 or other leading tag data on the buffer, it could be... | Brandon Low |
2007-02-24 | SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som... | Michael Sevakis |
2007-02-10 | SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ... | Michael Sevakis |
2007-02-07 | Fix resampling clicking as much as possible at the moment. 1) Upsampling clic... | Michael Sevakis |
2006-11-26 | FS#6357, patch 1: let iramcopy and bss share the same space in codecs and | Tomasz Malesinski |
2006-11-26 | SWCODEC: Stop clicks between tracks when resampler is active by only switchin... | Michael Sevakis |
2006-10-27 | Re-enable the currently unused and broken dithering and noise shaping code al... | Thom Johansen |
2006-05-20 | Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback a... | Dave Chapman |
2006-05-01 | Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done. | Magnus Holmgren |
2006-04-22 | Remove an unneeded define, add a todo | Brandon Low |
2006-04-22 | Comment and make pretty the hack | Brandon Low |
2006-04-22 | Replace one hack with a better hack | Brandon Low |
2006-04-22 | First commit of reworking voice to be mroe stable on swcodec | Brandon Low |
2006-04-15 | Put new_track on the codec_api, and use it instead of the reload_codec variab... | Brandon Low |
2006-03-24 | Fix warnings | Brandon Low |
2006-03-22 | Fix remaining warnings in 64bit simulator builds | Jens Arnold |
2006-01-22 | Muting trick to prevent tiny pops and glitchless mp3 seeking. | Miika Pekkarinen |
2006-01-20 | Fixed a few iriver playback quirks and issues with previous fixes. | Miika Pekkarinen |
2006-01-18 | Part of the profiling patch to use a consistent return path in all codecs to ... | Brandon Low |
2006-01-18 | New codec loader, using the same mechanism as the new plugin loader. API vers... | Jens Arnold |
2006-01-08 | Don't include the .bss and .ibss sections in the binary image for codecs and ... | Jens Arnold |
2005-12-22 | iRiver: improved handling of bad mpeg files. | Magnus Holmgren |
2005-12-02 | fix gcc4 (un)signed warnings | Daniel Stenberg |
2005-12-01 | iRiver: re-add an end of file check, to see if it helps the reported problems... | Magnus Holmgren |
2005-11-18 | More stable playback with reduced stuttering when skipping tracks. | Miika Pekkarinen |
2005-11-02 | Need to set sample depth before clip limits to avoid having clip limits overr... | Thom Johansen |
2005-11-02 | Support large delay fields in LAME header, plus some cleanups. | Thom Johansen |
2005-10-27 | Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins. | Thom Johansen |
2005-10-13 | Use correct types to avoid sim warnings. | Thom Johansen |
2005-10-13 | Cleaned up the messy codec header and library system by merging codec.h, lib/... | Thom Johansen |