summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceffmpeg.cpp
AgeCommit message (Expand)Author
2021-07-21SoundSourceFFmpeg: Fix debug assertionsUwe Klotz
2021-07-20SoundSourceFFmpeg: Fix assignment in debug assertionJan Holthuis
2021-04-24FFmpeg: Add debug assertion before invoking av_read_frame()Uwe Klotz
2021-04-24FFmpeg: Remove dependency on sizeof(AVPacket)Uwe Klotz
2021-04-24Fix deprecation warnings for FFmpeg 4.4Uwe Klotz
2021-04-05SoundSourceProviderFFmpeg: Rename local variableUwe Klotz
2021-04-04SoundSourceFFmpeg: Fix some clang-tidy warningsJan Holthuis
2021-01-16SoundSourceFFmpeg: Use av_make_q to fix build errors on MSVCJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into indexrangimproveUwe Klotz
2020-11-02Replace <= overload with isSubrangeOf()Daniel Schürmann
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-10-19SoundSourceFFmpeg: Replace std::string with QStringUwe Klotz
2020-10-19SoundSourceFFmpeg: Recite the api docs of av_strerror()Uwe Klotz
2020-10-16Merge branch '2.3' into 2.3_ffmpegUwe Klotz
2020-10-05SoundSourceFFmpeg: Fix error loggingUwe Klotz
2020-09-27SoundSourceFFmpeg: Fix lead-out range calculationUwe Klotz
2020-09-27SoundSourceFFmpeg: Reset pointer to nullptr on closeUwe Klotz
2020-09-27SoundSourceFFmpeg: Fix error loggingUwe Klotz
2020-09-24SoundSourceFFmpeg: Reduce disabled input formats log spamJan Holthuis
2020-09-24SoundSourceFFmpeg/ReadAheadFrameBuffer: Handle more special casesUwe Klotz
2020-09-22ReadAheadFrameBuffer: Process decoded sample dataUwe Klotz
2020-09-22SoundSourceFFmpeg: Rename constantUwe Klotz
2020-09-22SoundSourceFFmpeg: Rewrite and simplify decoding loopUwe Klotz
2020-09-21SoundSourceFFmpeg: Delegate more housekeeping to ReadAheadFrameBufferUwe Klotz
2020-09-20ReadAheadFrameBuffer: Various fixes and API tuningUwe Klotz
2020-09-19Extract ReadAheadFrameBuffer from SoundSourceFFmpegUwe Klotz
2020-09-19SoundSourceFFmpeg: Split conditional codeUwe Klotz
2020-09-19Rename functions to avoid confusionUwe Klotz
2020-09-17SoundSourceFFmpeg: Fix start offset for some .m4a filesUwe Klotz
2020-09-17SoundSourceFFmpeg: Check the orientation of all index rangesUwe Klotz
2020-09-17SoundSourceFFmpeg: Add shortcut after discarding all decoded samplesUwe Klotz
2020-09-17SoundSourceFFmpeg: Clarify commentsUwe Klotz
2020-09-17Fix debug assertion when decoding corrupt fileUwe Klotz
2020-09-17SoundSourceFFmpeg: Reorder and document decoding loop bodyUwe Klotz
2020-09-17SoundSourceFFmpeg: Rename variables and reformat codeUwe Klotz
2020-09-17Replace log level Trace with DebugUwe Klotz
2020-07-12SoundSourceFFmpeg: Rename constantUwe Klotz
2020-07-12SoundSourceFFmpeg: Take stream start_time into accountUwe Klotz
2020-07-12SoundSourceFFmpeg: Fix stream range calculationUwe Klotz
2020-07-11SoundSourceFFmpeg: Delete invalid debug assertionUwe Klotz
2020-07-11SoundSourceFFmpeg: Reformat codeUwe Klotz
2020-07-05Fix debug assertion in SoundSourceFFmpeg for .m4a fileUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2019-12-09Fix various typosluz.paz
2019-10-27FFmpeg: Reject files with unknown/unlimited durationUwe Klotz
2019-09-08Extract resampling of decoded frame into functionUwe Klotz
2019-09-08Add comment about unrecoverable seek errorsUwe Klotz