Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix vorbis seekingHEADmaster | mio | 13 days | 1 | -4/+1 |
| | | | | | | | Since seeking can return 0 (offset = 0, whence = SEEK_SET), it is incorrect to return -1 in these cases. Signed-off-by: mio <[email protected]> | ||||
* | Replace dl linking with cmake-based variable | Michele Calgaro | 2024-12-27 | 1 | -9/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix version check for akode_write and ffmpeg 7.x. | Slávek Banko | 2024-08-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix compatibility with ffmpeg 7.x | Michele Calgaro | 2024-08-15 | 1 | -2/+14 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY | Michele Calgaro | 2024-07-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use centralized cmake version | Michele Calgaro | 2024-03-15 | 1 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | cmake files: change keywords to lower case | Michele Calgaro | 2024-03-08 | 1 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | cmake: make flac, speex and vorbis support in xiph optional | Alexander Golubev | 2024-01-02 | 2 | -17/+20 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Raise the minimum required version of CMake to 3.5. | Slávek Banko | 2023-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix header guard in requant.h. | Slávek Banko | 2023-04-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add a check for a pkg-config package named libmad next to mad.r14.1.0 | Slávek Banko | 2022-07-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Use TDE cmake macro to set version | Michele Calgaro | 2022-06-20 | 1 | -1/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix build problem for older ffmpeg versions | aneejit1 | 2022-05-20 | 1 | -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 <[email protected]> | ||||
* | Implement ffmpeg 5.0 support | aneejit1 | 2022-05-12 | 1 | -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 <[email protected]> | ||||
* | Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. | Michele Calgaro | 2022-05-03 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Raise the minimum required version of CMake to 3.1. | Slávek Banko | 2021-12-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Change README to markdown format. | Slávek Banko | 2021-10-22 | 1 | -3/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename File::seek() to File::lseek() and related derived methods and calls. | Michele Calgaro | 2021-08-27 | 13 | -35/+35 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | plugins/ffmpeg_decoder: Add support for older FFmpeg API. | Slávek Banko | 2021-08-25 | 1 | -0/+30 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | plugins/ffmpeg_decoder: migrate to FFmpeg 4.x API | liushuyu | 2021-08-24 | 5 | -62/+99 |
| | | | | | | | | | Signed-off-by: Zixing Liu <[email protected]> plugins/ffmpeg_decoder: Add detection whether AVFrame structure has pkt_size and channels members. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | file abstraction: actually follow lseek semantics | Tianhao Chai | 2021-08-24 | 5 | -11/+11 |
| | | | | Signed-off-by: Tianhao Chai <[email protected]> | ||||
* | Remove some extra semicolons including a bypass of conditional if instruction. | gregory guy | 2021-06-06 | 4 | -7/+7 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Silence warning due to deprecated function call jack_client_new(). | gregory guy | 2021-06-06 | 1 | -2/+3 |
| | | | | | Signed-off-by: gregory guy <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove cmake submodule since it has now been replaced by cmake-trinity ↵ | Slávek Banko | 2021-05-24 | 2 | -3/+0 |
| | | | | | | dependency. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2021-05-15 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Raise the minimum required version of CMake to 2.8.12. | Slávek Banko | 2021-01-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2021-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-07-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-06-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-06-12 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-06-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-05-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-05-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-05-17 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-05-11 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-05-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-05-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-04-08 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/dependencies/akode/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 |
| |