summaryrefslogtreecommitdiffstats
path: root/src/encoder/encodermp3.cpp
AgeCommit message (Expand)Author
2021-07-08Encoder: Use mixxx::audio::SampleRate type instead of intJan Holthuis
2021-02-02Improve error handling when initalize the encoders for recording or broadcastingDaniel Schürmann
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-11-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-24EncoderMP3: Fix conversion warnings on WindowsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2018-10-16Fix mismatched malloc/free vs new/delete issue. Found with clang-tidy.RJ Skerry-Ryan
2018-09-19Merge pull request #1802 from rryan/lameDaniel Schürmann
2018-09-17Remove runtime dynamic loading of libmp3lame in favor of compile-time linking.RJ Skerry-Ryan
2018-08-27fix typo: substract -> subtractnikolas
2018-06-12Source typosluz.paz
2018-05-28Merge branch 'lv2_support2' into effect_blacklistingKshitij Gupta
2018-05-25Coding standards conformancekshitij98
2018-04-06Typo fixes luzpaz
2017-04-15Fix some compiler warnings.RJ Ryan
2017-03-25Added explicit stereo and mono modes for broadcastingJosepMaJAZ
2017-03-21extracted constants and added commentsJosepMaJAZ
2017-03-18mono recording for low MP3 bitrates (low VBR modes too). Different kbit/s val...JosepMaJAZ
2017-03-04explanation of mp3 stereo mode plus explicitly selecting automatic. UI change...JosepMaJAZ
2017-03-04fixed id3 writingJosepMaJAZ
2017-03-04Some more improvements to the preferences dialog and implemented LAME VBR and...JosepMaJAZ
2017-02-28some fixes from the PRJosepMaJAZ
2017-02-26Reimplementation of the recording preferences page, converted wav/aiff record...JosepMaJAZ
2016-04-27Replace "shoutcast" with "broadcast" in most places.RJ Ryan
2015-12-28Fix 'initalize' typos.RJ Ryan
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan
2015-12-27Move PortAudio version echo to src/util/version.cpp.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-03-24Allow windows users to use libmp3lame.dll as a possible LAME filename.Owen Williams
2013-12-21Fix encoders to deal with new [-1.0, 1.0] internal normalization.RJ Ryan
2013-12-07tabs to spaces also in cpp filesMax Linke
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan