summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceffmpeg.cpp
AgeCommit message (Expand)Author
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-01Change priority from LOWER to LOWESTUwe Klotz
2019-07-08Rename SoundSource providerUwe 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-05-14Auto-format src/sourcesUwe Klotz
2019-02-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-01-15Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2019-01-15Encode file names correctly on macOSUwe Klotz
2018-12-25Exclude deprecated init functionUwe Klotz
2018-05-28Merge branch 'lv2_support2' into effect_blacklistingKshitij Gupta
2018-05-25Coding standards conformancekshitij98
2018-05-01Misc. typosluz.paz
2018-04-06More misc. typosluz.paz
2018-04-06Typo fixes luzpaz
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-25Use "length" for both slices and rangesUwe Klotz
2017-11-19Improve API and documentation of Readable-/WritableSampleFramesUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Remove ability to 'skip' from public AudioSource APIUwe Klotz
2017-11-06Give SoundSources a 2nd chance to open unreadable filesUwe Klotz
2017-11-06Update literals and documentation of OpenResult enumUwe Klotz
2017-11-06Finalize the new AudioSource v2 APIUwe Klotz
2017-11-06Move common functionality from AudioSource into base classUwe Klotz
2017-11-06Introduce next abstraction level of the AudioSource APIUwe Klotz
2017-11-06Change naming of IndexRange members to avoid misunderstandingsUwe Klotz
2017-11-06Migrate SoundSources to the new v2 APIUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-06-29Handle reading beyond end in SoundSourceFFmpegUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
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-10SoundSourceFFmpeg: Changed #ifdef 'LIBAVFORMAT_CHANGE_AVSTREAM' to more defin...Tuukka Pasanen
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