summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of .desktop files.Slávek Banko2022-08-272-4/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.Slávek Banko2022-08-273-108/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix problems for older ffmpeg versionsaneejit12022-05-201-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>
* Correct API version checkaneejit12022-05-081-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>
* Enable ffmpeg 5.0 compatibilityaneejit12022-05-051-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>
* Fix FTBFS on RHEL6François Andriot2021-11-021-1/+2
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fixed building with older version of libav* libraries.Michele Calgaro2021-09-271-8/+29
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace nullptr with NULL.Michele Calgaro2021-09-251-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix metainfo processing, AAC decoding, some domestic code clearanceMashiro2021-09-131-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>
* 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>
* Initial cmake conversionAlexander Golubev2016-03-121-0/+48
|
* 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
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-1/+1
|
* 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-171-2/+2
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* 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-102-9/+9
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port k3btpearson2011-05-274-36/+38
| | | | | | | 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
* Added abandoned KDE3 version of K3Btpearson2010-02-038-0/+799
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1084400 283d02a7-25f6-0310-bc7c-ecb5cbfe19da