Skip to content

Commit 118578f

Browse files
committed
Update README and CHANGELOG
1 parent c42de91 commit 118578f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v0.5.1
44

55
- Made equalizer usable.
6+
- Added Dolby AC3/EAC3 formats support.
67

78
## v0.5.0
89

README-ru.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
## Особенности
1212

13-
- [x] Поддержка `mp3`, `flac`, `wav`, `ogg`, `opus`, `m4a`, `mp4`, `mkv`, `aac`, `alac`, `mov`, `mka` (другие форматы с кастомной сборкой FFmpeg).
14-
- [x] Поддержка изображений обложки `png`, `jpeg`, `bmp`, `webp`.
13+
- [x] Поддержка `mp3`, `flac`, `wav`, `ogg`, `opus`, `m4a`, `mp4`, `mkv`, `aac`, `alac`, `mov`, `mka`, `ac3` (другие форматы с кастомной сборкой FFmpeg).
14+
- [x] Поддержка изображений обложки `png`, `jpeg`, `bmp`, `webp`, `tiff`.
1515
- [x] Одинаковые внешний вид и возможности на любой платформе.
1616
- [x] Простой интерфейс.
1717
- [x] Полная портабельность. Не оставляет следов в операционной системе!
@@ -47,7 +47,7 @@ Windows билды также компилируются статически -
4747

4848
Вам понадобятся `Qt6`, `FFmpeg` и `rapidhash`, чтобы забилдить проект.
4949

50-
Приложение было забилжено со следующей конфигурацией FFmpeg: `--enable-asm --enable-optimizations --enable-stripping --disable-debug --enable-static --disable-all --enable-avformat --enable-avcodec --enable-avfilter --enable-swresample --enable-decoder=mp3,flac,opus,aac,alac,vorbis,png,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,jpeg,mjpeg,bmp,webp --enable-demuxer=mp3,flac,ogg,aac,wav,mov,matroska --enable-filter=aformat,firequalizer,aresample,alimiter --enable-protocol=file --enable-zlib`
50+
Приложение было забилжено со следующей конфигурацией FFmpeg: `--enable-asm --enable-optimizations --enable-stripping --disable-debug --enable-static --disable-all --enable-avformat --enable-avcodec --enable-avfilter --enable-swresample --enable-decoder=mp3,flac,opus,aac,alac,vorbis,png,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,jpeg,mjpeg,bmp,webp,ac3,eac3 --enable-demuxer=mp3,flac,ogg,aac,wav,mov,matroska --enable-filter=aformat,firequalizer,aresample,alimiter --enable-protocol=file --enable-zlib`
5151

5252
Путь к хедерам `rapidhash` может быть указан через `-DRAPIDHASH_INCLUDE_DIRS`.
5353

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The Revolutionary Audio Player, abbreviated RAP (which initially was named Rusty
1010

1111
## Features
1212

13-
- [x] `mp3`, `flac`, `wav`, `ogg`, `opus`, `m4a`, `mp4`, `mkv`, `aac`, `alac`, `mov`, `mka` audio default support.
14-
- [x] `png`, `jpeg`, `bmp`, `webp` cover image support.
13+
- [x] `mp3`, `flac`, `wav`, `ogg`, `opus`, `m4a`, `mp4`, `mkv`, `aac`, `alac`, `mov`, `mka`, `ac3` audio default support.
14+
- [x] `png`, `jpeg`, `bmp`, `webp`, `tiff` cover image support.
1515
- [x] Native look and the same capabilities on **any** platform.
1616
- [x] Interface, that keeps it simple.
1717
- [x] Completely portable. Leaves **no** traces in OS by default!
@@ -47,7 +47,7 @@ The project uses CMake as build system.
4747

4848
You'll need `Qt6`, `FFmpeg` and `rapidhash` to build the project.
4949

50-
Default builds of the program include FFmpeg built with the following configuration: `--enable-asm --enable-optimizations --enable-stripping --disable-debug --enable-static --disable-all --enable-avformat --enable-avcodec --enable-avfilter --enable-swresample --enable-decoder=mp3,flac,opus,aac,alac,vorbis,png,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,jpeg,mjpeg,bmp,webp --enable-demuxer=mp3,flac,ogg,aac,wav,mov,matroska --enable-filter=aformat,firequalizer,aresample,alimiter --enable-protocol=file --enable-zlib`
50+
Default builds of the program include FFmpeg built with the following configuration: `--enable-asm --enable-optimizations --enable-stripping --disable-debug --enable-static --disable-all --enable-avformat --enable-avcodec --enable-avfilter --enable-swresample --enable-decoder=mp3,flac,opus,aac,alac,vorbis,png,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,jpeg,mjpeg,bmp,webp,ac3,eac3 --enable-demuxer=mp3,flac,ogg,aac,wav,mov,matroska --enable-filter=aformat,firequalizer,aresample,alimiter --enable-protocol=file --enable-zlib`
5151

5252
Path to the `rapidhash` headers can be passed as `-DRAPIDHASH_INCLUDE_DIRS`.
5353

0 commit comments

Comments
 (0)