summaryrefslogtreecommitdiffstats
path: root/akode
Commit message (Collapse)AuthorAgeFilesLines
* Fix header guard in requant.h.Slávek Banko2023-04-141-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build problem for older ffmpeg versionsaneejit12022-05-201-1/+1
| | | | | | | | Fix a build failure for older ffmpeg versions. avcodec_decode_audio4 was deprecated in libavcodec 57.106.100, not 57.12.100, so the version has been corrected. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Implement ffmpeg 5.0 supportaneejit12022-05-121-34/+100
| | | | | | | | | | Version 5.0 of ffmpeg removed a lot of deprecated API which causes akode to fail to build against it. The ffmpeg plugin has been amended to allow akode to build against the new version as well as older versions, plus a call to "av_register_all" has been re-instated for earlier versions to ensure the player functions correctly. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Rename File::seek() to File::lseek() and related derived methods and calls.Michele Calgaro2021-08-2713-35/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* plugins/ffmpeg_decoder: Add support for older FFmpeg API.Slávek Banko2021-08-251-0/+30
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* plugins/ffmpeg_decoder: migrate to FFmpeg 4.x APIliushuyu2021-08-242-62/+77
| | | | | | | | | Signed-off-by: Zixing Liu <liushuyu@aosc.io> plugins/ffmpeg_decoder: Add detection whether AVFrame structure has pkt_size and channels members. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* file abstraction: actually follow lseek semanticsTianhao Chai2021-08-245-11/+11
| | | | Signed-off-by: Tianhao Chai <cth451@aosc.io>
* Remove some extra semicolons including a bypass of conditional if instruction.gregory guy2021-06-064-7/+7
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Silence warning due to deprecated function call jack_client_new().gregory guy2021-06-061-2/+3
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed automake files.Michele Calgaro2019-05-0218-780/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add missing AKODE_EXPORT on exported functions.Slávek Banko2019-01-298-10/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update CMake rulesSlávek Banko2019-01-291-4/+0
| | | | | | | | + Add WITH_GCC_VISIBILITY option + Use common tde_setup_gcc_visibility + Add TestBigEndian and tde_setup_largefiles Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on ptrdiff_t redefinitionSlávek Banko2017-05-261-2/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add multilib supportFrançois Andriot2015-10-155-5/+24
| | | | [taken from Fedora patches]
* Rename completely from polyp to pulseSlávek Banko2015-10-1510-54/+54
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add pulseaudio supportFrançois Andriot2015-10-154-8/+8
| | | | [taken from Fedora patches]
* Fix OGG detection on openSUSEFrançois Andriot2015-10-152-2/+2
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix installation of akode-configSlávek Banko2015-06-171-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with clangSlávek Banko2015-06-164-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to CMakeSlávek Banko2015-02-1816-0/+612
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build with gcc 4.7Slávek Banko2015-02-182-0/+3
| | | | [taken from Ubuntu patches]
* Fix FTBFS on amd64Slávek Banko2015-02-181-1/+1
| | | | [taken from Debian patches]
* Fix build with gcc 4.3Slávek Banko2015-02-182-0/+3
| | | | [taken from Debian patches]
* Clean up build filesSlávek Banko2015-02-1815-10099/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial import of akode 2.0.2Slávek Banko2015-02-18123-0/+24543
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>