ladybird/Userland/Libraries/LibAudio
Lucas CHOLLET 7649feb26f SoundPlayer: Load cover image from music files
When the visualization is set to "Album Cover", the player will now try
to load the embedded image. On failure, it defaults to a "Cover" image
file in the directory.

In Player::play_file_path, file_name_changed now needs to be executed
after that the loader have been set, to get the correct image.
2022-11-13 18:51:18 -07:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionToServer.cpp LibAudio: Restore exact audio enqueuer thread mutex behavior 2022-11-12 10:04:21 -07:00
ConnectionToServer.h LibAudio: Initialize enqueuer event loop to null pointer 2022-11-12 10:04:21 -07:00
FlacLoader.cpp LibAudio: Parse the picture metadata block 2022-11-13 18:51:18 -07:00
FlacLoader.h LibAudio: Make FlacLoaderPlugin destructor virtual 2022-11-13 18:51:18 -07:00
FlacTypes.h LibAudio: Add spec comments to the FlacLoader 2022-06-23 23:16:34 +01:00
GenericTypes.h LibAudio: Parse the picture metadata block 2022-11-13 18:51:18 -07:00
Loader.cpp LibAudio: Revert to using buffered file reading 2022-11-13 19:18:00 +00:00
Loader.h SoundPlayer: Load cover image from music files 2022-11-13 18:51:18 -07:00
LoaderError.h Libraries: Change enums to enum classes in LibAudio 2022-03-18 19:59:43 +01:00
MP3HuffmanTables.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MP3Loader.cpp LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
MP3Loader.h LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
MP3Tables.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
MP3Types.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
Queue.h LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
Resampler.h LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
Sample.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
SampleFormats.cpp Libraries: Change enums to enum classes in LibAudio 2022-03-18 19:59:43 +01:00
SampleFormats.h Libraries: Change enums to enum classes in LibAudio 2022-03-18 19:59:43 +01:00
UserSampleQueue.cpp LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
UserSampleQueue.h LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
WavLoader.cpp LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
WavLoader.h LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
WavWriter.cpp Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00
WavWriter.h Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00