summaryrefslogtreecommitdiffstats
path: root/src/encoder
AgeCommit message (Expand)Author
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-01-12Fix the build when opus is disabled and add Opus streaming/recording to the c...RJ Skerry-Ryan
2019-01-10help tr to find the textDaniel Schürmann
2019-01-10Add missing includeDaniel Schürmann
2019-01-08encoderopus: minor fixesStéphane Lepin
2019-01-08encoderopus: use cpp-style castsStéphane Lepin
2019-01-08Merge branch 'opus-encoder' of github.com:Palakis/mixxx into opus-encoderStéphane Lepin
2019-01-08encoderopussettings: fix minor issuesStéphane Lepin
2019-01-08encoderopus: fix minor issuesStéphane Lepin
2019-01-08encoderopus: fix indentStéphane Lepin
2019-01-08opus(encoder): keep opus constants in one placeStéphane Lepin
2018-12-31Opus encoderStéphane Lepin
2018-10-16Fix mismatched malloc/free vs new/delete issue. Found with clang-tidy.RJ Skerry-Ryan
2018-10-16Declare classes that call virtual functions in their construction/destructor ...RJ Skerry-Ryan
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-10-01Misc. typo and whitespace fixesluz.paz
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-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.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-23Merge branch '2.1'RJ Skerry-Ryan
2018-04-23Fix FFmpeg build issues caused by version dependenciesUwe Klotz
2018-04-06Typo fixes luzpaz
2018-01-23Delete obsolete initializationsUwe Klotz
2017-11-18Merge remote-tracking branch 'upstream/master' into multi-broadcastingStéphane Lepin
2017-11-14spelling: Unsuported -> UnsupportedNico Schlömer
2017-08-15Encoder API: update commentStéphane Lepin
2017-07-06Various fixesStéphane Lepin
2017-06-23BroadcastSettings: implement model and remove get/setCurrentProfilePalakis
2017-06-20BroadcastProfile: replace use of QSharedPointer with std::unique_ptrPalakis
2017-06-20Use a QSharedPointer smart pointer for instances of BroadcastProfilePalakis
2017-06-15Code style fix in EncoderBroadcastSettingsPalakis
2017-06-15BroadcastSettings: make sure only one instance existsPalakis
2017-06-09(WIP) BroadcastSettings and BroadcastProfile refactorPalakis
2017-04-15Fix some compiler warnings.RJ Ryan
2017-04-01some improvements here and thereJosepMaJAZ
2017-04-01bugfixesJosepMaJAZ
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-06PR 1202 relatedJosepMaJAZ
2017-03-06translation support. Merged relevant part of PR 1202JosepMaJAZ
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-03-03correctly detect presence of SFC_SET_COMPRESSIONJosepMaJAZ
2017-03-03toAscii instead of toLatin1 for wav/aiff. also bugfix from PR 1202JosepMaJAZ