summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Added translation of .desktop files.Slávek Banko2022-08-2832-67/+82
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c81945a0823af6177bc05263edf11ba379e60e7c)
* Drop automake build support.Slávek Banko2022-08-2836-699/+0
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2)
* Fix problems for older ffmpeg versionsaneejit12022-05-221-2/+2
| | | | | | | | | | | | | | | Fix the following issues when building against older ffmpeg versions - the call to avcodec_free_context exceptions as avformat_close_input already performs cleanup of the AVCodecContext, so link the calling of avcodec_free_context in k3bffmpegwrapper.cpp to the version of libavformat in which codecpar appeared rather than when avcodec_free_context appeared. - 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> (cherry picked from commit 18ea1e7a9489bf811dd33b7652866015f6340432)
* Correct API version checkaneejit12022-05-091-1/+1
| | | | | | | | The version check for "av_register_all" is being performed against the AVCodec API. Correct it to the AVFormat API. Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 9d90dd583d66b06d059b544e25a3ef1b8ca8f0f6)
* Enable ffmpeg 5.0 compatibilityaneejit12022-05-061-18/+83
| | | | | | | | | The release of version 5.0 of ffmpeg removes a lot of deprecated API functions, some of which are being used by k3b. The ffmpeg support has been modified to support 5.0 as well as older versions. Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 8e7556b9a85e88f6d6f83bfba5b22657fa87848f)
* Fix FTBFS on RHEL6François Andriot2021-11-021-1/+2
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 6a10a4b6932c56366133b2bc034005fc7dc83c42)
* Fixed building with older version of libav* libraries.r14.0.11Michele Calgaro2021-09-271-8/+29
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f76cc7b31d3c0421a5e2659fd38e0800fd3e80d4)
* Replace nullptr with NULL.Michele Calgaro2021-09-271-18/+18
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e24ff5c0cf1257771d663bf710901c1c7e378c09)
* Fix metainfo processing, AAC decoding, some domestic code clearanceMashiro2021-09-271-283/+229
| | | | | | | | | | Initially code entirely taken and adopted from k3b upstream https://github.com/KDE/k3b/commit/1e09c7d77f6f8af7d108519528e41a9093fdbd94 with subsequent fix of the read() function and reducing of the compiler warnings. Signed-off-by: Mashiro <m.t.0x73@gmail.com> (cherry picked from commit 095c3186b162445ebbfccad9a3e1ceb5db7f3e04)
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-255-17/+16
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 59340c8595cf02dc0c604860c09e6408640d43de)
* cmake: Fix FTBFS due to artsc includesSlávek Banko2016-10-163-3/+3
| | | | | | | This relates to bug 2714 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1602d89a8fda0eeec793ba2205a152d8ddd898e2)
* cmake: Fix FTBFS due to ffmpeg includesFrançois Andriot2016-10-161-0/+1
| | | | | | | This relates to bug 2714 Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit a30375c69fa166f3a2af7637f5a8dfac0bc20114)
* Fix FTBFS with GCC6Slávek Banko2016-09-031-11/+11
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dfbb57e394367376ae6ce7bddfd05912cf520ba4)
* Initial cmake conversionAlexander Golubev2016-03-1220-0/+713
| | | | (cherry picked from commit 737e53d58ce8cafd6f3835dc93721851476bad1c)
* Fixed typo in comment.Michele Calgaro2014-06-051-1/+1
|
* Fixed FTBFS caused by migration to libav10 (Debian/Jessie). This resolves ↵Michele Calgaro2014-06-051-7/+22
| | | | bug 2064.
* Fix FTBFS due to deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE in ffmpegFrancois Andriot2013-09-081-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1516-19/+19
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-312-3/+3
|
* Fix up remaining references to -lkioTimothy Pearson2013-01-282-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2711-13/+13
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2510-25/+25
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-244-14/+14
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-0710-9/+11
| | | | Thanks to Francois Andriot for the patch
* Enhance ffmpeg compatibility with older versionsSlávek Banko2012-07-291-1/+29
|
* Fix build failures against ffmpeg >=0.11.Darrell Anderson2012-07-251-8/+8
| | | | Thanks to David C. Rankin.
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1717-31/+31
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-216-13/+13
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1912-42/+42
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-185-11/+11
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1617-73/+73
| | | | This reverts commit ef5831dd5c8811c94c9b1bc1377a90174d17c82c.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1517-73/+73
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-161-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-069-9/+9
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-2/+2
|
* Fix k3b FTBFS under older versions of ffpmegtpearson2011-10-141-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258938 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix k3b FTBFS under oneirictpearson2011-10-141-1/+34
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1036-152/+152
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-105-20/+20
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix k3b FTBFS under Qt4tpearson2011-07-225-7/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1242628 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-096-6/+6
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-146-6/+6
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port k3btpearson2011-05-2750-774/+805
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Try #2 to get MPC detected...tpearson2010-08-171-0/+14
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1164898 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Makefile fixestpearson2010-02-052-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1085718 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added abandoned KDE3 version of K3Btpearson2010-02-03103-0/+10733
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1084400 283d02a7-25f6-0310-bc7c-ecb5cbfe19da