summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
2019-09-28Move file name parsing into TrackInfoUwe Klotz
2019-09-28More restrictive artist/title parsing from file namesUwe Klotz
2019-09-15Avoid debug assertion if file has disappearedUwe Klotz
2019-09-14Merge pull request #1356 from uklotzde/ffmpeg31Be
2019-09-08Extract resampling of decoded frame into functionUwe Klotz
2019-09-08Add comment about unrecoverable seek errorsUwe Klotz
2019-09-08Add comment about sample-accurate seeking in the streamUwe Klotz
2019-09-08Add constant and comment about pre-allocated codec sample bufferUwe Klotz
2019-09-08Add comment about desired channel count and layoutUwe Klotz
2019-09-08Add comments about how each decoded frame is processedUwe Klotz
2019-09-08Extract code for initializing resampling into functionUwe Klotz
2019-09-08Extract code for consuming the next packet into functionUwe Klotz
2019-09-08Add note about MP3 preroll frames on seekingUwe Klotz
2019-09-08Fix formatting of commentsUwe Klotz
2019-09-08Fix debug assertion for some MP3 VBR filesUwe Klotz
2019-09-08Extract buffering/seeking functions to improve readabilityUwe Klotz
2019-09-02Merge pull request #2258 from uklotzde/reference_decoder_priorityDaniel Schürmann
2019-09-02Adjust priorities for libsndfileUwe Klotz
2019-09-02Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-09-01Increase priority of reference decoders from DEFAULT to HIGHERUwe Klotz
2019-09-01Change priority from LOWER to LOWESTUwe Klotz
2019-07-08Rename SoundSource providerUwe Klotz
2019-07-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-07-08Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-07-03Replace SoundSourceFFmpeg with new implementation for FFmpeg 4.xUwe Klotz
2019-06-30Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-06-21Reuse TrackFile::fromUrl()Uwe Klotz
2019-06-21Suppress unused parameter warningsUwe Klotz
2019-06-21Convert TrackFile from/to QUrlUwe Klotz
2019-06-21Avoid unnecessary type conversionsUwe Klotz
2019-06-20Remove obsolete TrackFile::canonicalLocationUrl()Uwe Klotz
2019-06-20Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_trackfileUwe Klotz
2019-06-19Disable track metadata export for .ogg files and TagLib 1.11.1Uwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-06-14Add commentsUwe Klotz
2019-06-14Fixed unused parameter warnings in release buildUwe Klotz
2019-06-12Get the (canonical) URL/URI of a track objectUwe Klotz
2019-06-10Improve libfaadloader portabilityRaphael Graf
2019-05-30Fix debug assertion for some M4A files with start_time > 0Uwe Klotz
2019-05-30Add a WMA test fileUwe Klotz
2019-05-27Fix mapping of stream start/end time to frame rangeUwe Klotz
2019-05-26Add #define for enabling/disabling tracingUwe Klotz
2019-05-14Split logging statements on separate lines and reformatUwe Klotz
2019-05-14Split long lines and reformatUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-05-08Auto-format source codeUwe Klotz
2019-03-26Fix decoding offset by taking start_time >= 0 into accountUwe Klotz
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-03-23Merge pull request #2027 from daschuer/lobfaadloaderUwe Klotz
2019-03-17Add a comment for the return values of LibFaadLoader::Init2()Daniel Schürmann