summaryrefslogtreecommitdiffstats
path: root/src/musicbrainz
AgeCommit message (Expand)Author
2018-10-28Fix breakage from PR #1869 due to using Qt 5 features not supported on Trusty...RJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-10-15Use QStringLiteral in a few places.RJ Skerry-Ryan
2018-10-14Address review comments.RJ Skerry-Ryan
2018-09-29Fix crash for files that can't be openedUwe Klotz
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-06Fix chromaprint calculationsUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Enclose sample buffering classes into namespace 'mixxx'Uwe Klotz
2017-11-06Finalize the new AudioSource v2 APIUwe Klotz
2017-11-06Move common functionality from AudioSource into base classUwe Klotz
2017-11-06Introduce next abstraction level of the AudioSource APIUwe Klotz
2017-11-06Optimize and test conversion mono -> stereoUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-06-27Eliminate side-effects from SoundSourceProxy constructorUwe Klotz
2016-12-13Correct inconsistant indentationsalyptik
2016-12-12Moved typedefs inside anonymous namespace and added CHROMAPRINT_VERSION_MAJOR...alyptik
2016-12-12Added typedefs/if-else preproccesor directives to declare fprint/encoded poin...alyptik
2016-08-19Replace isNull() with operator bool for shared pointersUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-06-25Enhance precision of track duration from int to doubleUwe Klotz
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-02-22Delete ambiguous/obsolete factory functionUwe Klotz
2016-02-21Add reference management for cloned temporary track instancesUwe Klotz
2016-02-19Add factory methods for creating temporary TIOsUwe Klotz
2016-01-31Remove quotes for Duration debug outputDaniel Schürmann
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2016-01-23Improve MusicBrainz error handling and reportingUwe Klotz
2016-01-23Fix XML decoding of MusicBrainz responseUwe Klotz
2016-01-21Removing useless user-agent during calls to Accoustid APIJean Claveau
2016-01-21Provide Mixxx version to MusicBrainz to don't be considered as anonymousJean Claveau
2016-01-20Parse track metadata and cover art through SoundSourceProxyUwe Klotz
2015-12-27Merge branch '1.12'RJ Ryan
2015-12-27Treat 404 as a not found instead of a network error.RJ Ryan
2015-12-27Add debug printing for AcoustIdClient.RJ Ryan
2015-12-27Move src/network.(h|cpp) to src/musicbrainz.RJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-10-27Renaming: "frame rate" -> "sampling rate"Uwe Klotz
2015-10-27Reuse AudioSignal for AudioSourceConfigUwe Klotz
2015-05-06Replace "magic numbers" with constantsUwe Klotz
2015-04-22Provide hints for opening audio sources via AudioSourceConfigUwe Klotz
2015-03-11Rename FifoSampleBuffer to CircularSampleBufferUwe Klotz
2015-03-09Harmonize the behavior of SoundSource::open()Uwe Klotz
2015-02-28Keep track of opening/closing AudioSource through SoundSourceProxyUwe Klotz
2015-02-28Move code from specialized AudioSources back into corresponding SoundSourcesUwe Klotz
2015-02-27Replace typedefs in AudioSource with SINTUwe Klotz