summaryrefslogtreecommitdiffstats
path: root/src/encoder
AgeCommit message (Expand)Author
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
2016-04-27Replace "shoutcast" with "broadcast" in most places.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.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
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-08-15uninitialized variablesNico Schlömer
2015-07-20Now FFMPEG follows Mixxx code style and merges cleanlyTuukka Pasanen
2015-07-17Now Mono files also worksTuukka Pasanen
2015-07-16Case is more readable than if-else-if system for conversionTuukka Pasanen
2015-07-14Remove need for libavresampler/libswresampler or ffmpeg old resampler so it c...Tuukka Pasanen
2015-07-14Change resampler to use Mixxx inner functions and not FFmpeg library to conve...Tuukka Pasanen
2015-07-01Fix compiling on libav (Avconv) 9.18 without avresampleTuukka Pasanen
2015-07-01Fix compiling with libAV (Avconv) 0.8.xTuukka Pasanen
2015-06-18Few error messages to confuse people even moreTuukka Pasanen
2015-06-13Now FFmpeg obey channel count to make test not crash.Tuukka Pasanen
2015-06-06Fixed two major seeking issues that plagues in same time.Tuukka Pasanen
2015-05-11Code styling updateTuukka Pasanen
2015-05-09New FFMpeg/AVConv depricates new functions. #ifdef them to support old and newTuukka Pasanen
2015-05-09Remove header license files to favor LICENSE fileTuukka Pasanen
2015-03-25indentation fixNico Schlömer
2015-03-25properly initialize vorbis structsNico Schlömer