summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)Author
2016-01-09Fix the wavpack build.RJ Ryan
2016-01-01Fix plugin builds (once again)Uwe Klotz
2015-12-31Wrap BPM values into new classUwe Klotz
2015-12-30Merge metadata/ into track/Uwe Klotz
2015-12-30Move ReplayGain class from util/ to track/Uwe Klotz
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan
2015-12-27Fix plugin build scripts after renaming source filesUwe Klotz
2015-12-27Fix plugin includes.RJ Ryan
2015-11-06Windows build: Fix changes introduced by merging 1.12Uwe Klotz
2015-10-27Renaming: "frame rate" -> "sampling rate"Uwe Klotz
2015-10-27Reuse AudioSignal for AudioSourceConfigUwe Klotz
2015-10-26Add missing "replagain.cpp" to build files of pluginsUwe Klotz
2015-10-16Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-16Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-16fix 1.12 windows buildSebastien Blaisot
2015-10-15Introduce STATIC_ASSERT and use it to verify wchar_t==utf16, fix some other c...Daniel Schürmann
2015-10-13Introduce TAGLIB_FILENAME_FROM_QSTRING, and try to bypass all wchat_t calls t...Daniel Schürmann
2015-10-13Fix conversion from std::wstring to null-terminated wchar_t*Uwe Klotz
2015-10-12Add some comments about TrackIds in an MP4 fileUwe Klotz
2015-10-12Log properties of unsupported M4A filesUwe Klotz
2015-10-08Fix use of QFile::seek() it is absolute!Daniel Schürmann
2015-10-08Fix usage of QFile::seek. It is absolute!Daniel Schürmann
2015-10-07fix typo in m4aDaniel Schürmann
2015-10-07remove unneccessary castsDaniel Schürmann
2015-10-07Merge branch '1.12' into win_utf16_masterDaniel Schürmann
2015-10-05Remove stray reset()Daniel Schürmann
2015-10-05Fix wavpack plugin, use WavpackOpenFileInputEx for unicode file paths in windowsDaniel Schürmann
2015-10-05Fix complier warning in m4aDaniel Schürmann
2015-10-04use Utf8 file path for m4aDaniel Schürmann
2015-10-04User wchar_t* to access files via Taglib on WindowsDaniel Schürmann
2015-09-23"s:TRUE:true" plugins/soundsourcewv/soundsourcewv.cppJohannes Obermayr
2015-08-30Fix decoding of M4A files on WindowsUwe Klotz
2015-08-28Fix a memory leakUwe Klotz
2015-08-28Explicitly set the number of channelsUwe Klotz
2015-08-28Bitrate must be calculated after number of channels has been setUwe Klotz
2015-08-27Enclose SoundSourceProviderMediaFoundation in namespace MixxxUwe Klotz
2015-08-27Fix extern "C" linkage of SoundSource plugin APIUwe Klotz
2015-08-26Qualify namespace to possibly fix windows buildOwen Williams
2015-07-20Use a C++ idiom I never knew about, and reorder things. Also convert tabs to ...Neale Pickett
2015-07-19Initialize m_framesPerSampleBlock (Uwe request)Neale Pickett
2015-07-19Make numberOfPrefetchSampleBlocks a calculated valueNeale Pickett
2015-07-11Add support for framesPerSampleBlock != 1024Neale Pickett
2015-07-11Stop loading m4a files with unsupported sample block sizesNeale Pickett
2015-06-30Add missing nullptr checkUwe Klotz
2015-06-30Replace NULL with nullptrUwe Klotz
2015-06-21Fix wrong assert in SoundSourceM4AUwe Klotz
2015-06-21Improve error dectection when seeking corrupt MP3/M4A filesUwe Klotz
2015-06-15Align seeking in SoundSourceM4A with SoundSourceMp3 to avoid prefetchingUwe Klotz
2015-06-05Prefer local static variables for shared data in pluginsUwe Klotz
2015-06-05Unify export of SoundSources from plugin librariesUwe Klotz