summaryrefslogtreecommitdiffstats
path: root/src/encoder
AgeCommit message (Expand)Author
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
2017-03-03disable ffmpeg encodersJosepMaJAZ
2017-02-28fixed linux build. Also flac compression only available with libsndfile 1.0.26JosepMaJAZ
2017-02-28some fixes from the PRJosepMaJAZ
2017-02-26oups! fixes after master mergeJosepMaJAZ
2017-02-26merge with masterJosepMaJAZ
2017-02-26Reimplementation of the recording preferences page, converted wav/aiff record...JosepMaJAZ
2017-01-27Merge pull request #1031 from daschuer/bc_reconnectRJ Skerry-Ryan
2017-01-27Merge pull request #676 from nschloe/small-fixesRJ Skerry-Ryan
2016-10-26Added tryReconnect() with includes the new reconnect behaviourDaniel Schürmann
2016-06-22Fix build for FFmpeg 3.0.xUwe Klotz
2016-05-11Make single-arg constructor explicitUwe Klotz
2016-05-11Delete legacy cruftUwe Klotz