summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
2017-06-15Rename to ThreadLocalScoped and explain how the pool worksUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-27Log available SoundSource providers on level InfoUwe Klotz
2017-05-26Fix a missing #include on WindowsUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
2017-04-15Fix some compiler warnings.RJ Ryan
2017-04-11Merge pull request #1024 from illuusio/ffmpeg-3.1-updateDaniel Schürmann
2017-04-02SoundSourceFFmpeg: Correctly handling new API when you have image in MP4 file...Tuukka Pasanen
2017-03-29SoundSourceFFmpeg: Some codecs like Wavepack doesn't update position and it l...Tuukka Pasanen
2017-03-29SoundSourceFFmpeg: Corrected skipping situation where incoming buffer if null...Tuukka Pasanen
2017-03-26SoundSourceFFmpeg: Corrected the situation when you have codec Demuxer but do...Tuukka Pasanen
2017-02-11Fix decoding of the last MP3 frameUwe Klotz
2017-02-10SoundSourceFFmpeg: Changed #ifdef 'LIBAVFORMAT_CHANGE_AVSTREAM' to more defin...Tuukka Pasanen
2017-02-08Merge pull request #1170 from uklotzde/soundproxy_testsDaniel Schürmann
2017-02-04Convert tabs to spaces.RJ Ryan
2017-02-03Delete obsolete function after migration to std::shared_ptrUwe Klotz
2017-01-31SoundSourceFFmpeg: Separated pre-3.1 and after 3.1 API toTuukka Pasanen
2017-01-31SoundSourceFFmpeg: Fix M4A getting stuck when there is embedded cover artTuukka Pasanen
2017-01-31SoundSourceFFmpeg: Added 'ClosableAVCodecContextPtr' to SoundSourceFFmpegTuukka Pasanen
2017-01-28Rename debug assertion macroUwe Klotz
2017-01-21Fix constants for SoundSourceModPlugUwe Klotz
2017-01-21Replace const with constexprUwe Klotz
2017-01-21Add missing static const definitionsUwe Klotz
2017-01-21Increment plugin API version after switiching to std::shared_ptrUwe Klotz
2017-01-19Improve control flow and logging messages when opening audio filesUwe Klotz
2017-01-19Use a more versatile name for result codeUwe Klotz
2017-01-18Replace some QSharedPointer with std::shared_ptrUwe Klotz
2017-01-17Fix skipSampleFrames() for SoundSourceCoreAudioUwe Klotz
2017-01-15Some cleanup in SoundSourceMP3Uwe Klotz
2017-01-15Fix and align various seekSampleFrame() functionsUwe Klotz
2017-01-15Fix skipSampleFrames() for libsndfile, OggVorbis, Opus, WavPackUwe Klotz
2017-01-13Merge remote-tracking branch 'mixxxdj/1.12'RJ Ryan
2016-11-22Change VERSION to MIXXX_VERSION to avoid conflict with Soundtouch's VERSION #...Sean M. Pappalardo
2016-11-11Replace operators &* by get() to obtain plain pointer of smart pointerUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-11-02ModPlug: Fix parsing of metadata and cover artUwe Klotz
2016-11-01modplug: check for nullptr when reading track metadata.Stefan Nuernberger
2016-09-14Add checks for overflow/truncation in integer calculationsUwe Klotz
2016-09-11Wrap opening of FFmpeg input file into static functionUwe Klotz
2016-09-11Add a comment/question regarding a strange workaroundUwe Klotz
2016-09-11Disable move assignment operator of resource wrapper classesUwe Klotz
2016-09-11Improve resource wrapper classes by adding a take() functionUwe Klotz
2016-09-11Encapsulate AVFormatContext* in a resource wrapper classUwe Klotz
2016-09-11Fix assignment operator of ClosableAVStreamPtrUwe Klotz
2016-09-10Encapsulate AVStream* in a resource wrapper classUwe Klotz
2016-09-10Rename utility functions for reading AVStream propertiesUwe Klotz
2016-09-08Review: Line breaks and castsUwe Klotz
2016-09-08Review: Restrict search for audio streams to 1st streamUwe Klotz
2016-09-08Improve readability of libavcodec version checksUwe Klotz
2016-09-07Access AVStream properties through functionsUwe Klotz