summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcemp3.cpp
AgeCommit message (Expand)Author
2021-06-16SoundSourceMp3: Fix armv7hl build on gcc 11.1Uwe Klotz
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-10-26Verify that SoundSource providers are prioritized as expectedUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-04-03Move debug assertion into base classUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2019-12-30Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-12-30Prevent infinite loop when decoding corrupt MP3 filesUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-02-10Improve error handling for corrupt MP3 filesUwe Klotz
2018-11-15Justify and assure MP3 bitrate calculationUwe Klotz
2018-11-15Avoid redundant check of denominatorUwe Klotz
2018-11-13MP3: Fix and improve average bitrate calculationUwe Klotz
2018-09-19Abort decoding/reading of corrupt MP3 filesUwe Klotz
2018-05-27Only log debug messages if debug logging is enabledUwe Klotz
2018-05-27Lower log level for non-critical MP3 decoding errorsUwe Klotz
2018-05-27Raise some log levels from debug to info/warningUwe Klotz
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-25Use "length" for both slices and rangesUwe Klotz
2017-11-19Improve API and documentation of Readable-/WritableSampleFramesUwe Klotz
2017-11-06Programmatic distinction between ChannelLayout and ChannelCountUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Remove ability to 'skip' from public AudioSource APIUwe Klotz
2017-11-06Give SoundSources a 2nd chance to open unreadable filesUwe Klotz
2017-11-06Update literals and documentation of OpenResult enumUwe 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-06Rename various member functions in IndexRangeUwe Klotz
2017-11-06Change naming of IndexRange members to avoid misunderstandingsUwe Klotz
2017-11-06Migrate SoundSources to the new v2 APIUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-09-02Hide internal warnings when decoding MP3 filesUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
2017-02-11Fix decoding of the last MP3 frameUwe Klotz
2017-01-15Some cleanup in SoundSourceMP3Uwe Klotz
2017-01-15Fix and align various seekSampleFrame() functionsUwe Klotz
2016-07-27Rename member functions of audio signalsUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-05-11Replace NULL with nullptrUwe Klotz
2016-05-11Pass QUrl by const-refUwe Klotz
2016-04-16Add detection for unsupported file formatsUwe Klotz
2015-10-27Renaming: "frame rate" -> "sampling rate"Uwe Klotz
2015-06-23No need to overwrite the result value from the MP3 decoderUwe Klotz
2015-06-21Improve error dectection when seeking corrupt MP3/M4A filesUwe Klotz