summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)Author
2016-10-12Fix code commentsUwe Klotz
2016-10-12Decode AAC files with unreadable/non-fixed sample durationUwe Klotz
2016-08-19Encapsulate allocation of new SoundSources in generic functionsUwe Klotz
2016-07-27Log invalid properties of audio signals as warningsUwe Klotz
2016-07-27Rename member functions of audio signalsUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-06-23Validate result of MP4GetTrackMaxSampleSize()Uwe Klotz
2016-06-23Improve workaround for MP4GetTrackMaxSampleSize()Uwe Klotz
2016-06-23fix spellingDaniel Schürmann
2016-06-23limit maxSampleBlockInputSize, to avoid out of memory situationDaniel Schürmann
2016-06-08fix windows buildSebastien Blaisot
2016-05-11Replace NULL with nullptrUwe Klotz
2016-05-11Pass QUrl by const-refUwe Klotz
2016-05-11Add keyword 'override' to inherited virtual destructorsUwe Klotz
2016-04-17Use UNSUPPORTED_FORMAT result code for other SoundSources as wellUwe Klotz
2016-04-16Add detection for unsupported file formatsUwe Klotz
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