Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove generated files from source tree. | Slávek Banko | 2022-09-11 | 4 | -711/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-10 | 2 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix problems for older ffmpeg versions | aneejit1 | 2022-05-20 | 1 | -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 the close method of k9avidecode.cpp to the version of libavformat in which codecpar appeared rather than when avcodec_free_context appeared. - avcodec_decode_video2 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 version 5 support | aneejit1 | 2022-05-19 | 3 | -310/+127 |
| | | | | | | | | | | | Version 5.0 of ffmpeg drops a load of deprecated API functions causing k9copy to fail its build. The necessary changes have been made to enable k9copy to build against ffmpeg 5.0 as well as retaining support for older versions. Support for older pre-0.5.1 versions has been dropped as has runtime linking of the ffmpeg libraries. libswscale is now mandatory. Signed-off-by: aneejit1 <[email protected]> | ||||
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-06 | 1 | -7/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS. | Michele Calgaro | 2018-09-25 | 4 | -30/+20 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix initial increment for chapters from prior commit | Slávek Banko | 2016-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix use of potentially uninitialized values | Slávek Banko | 2016-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix build with ffmpeg3 | Slávek Banko | 2016-09-12 | 1 | -4/+10 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Build av_free_packet_internal always, regardless av_free_packet | Slávek Banko | 2014-10-10 | 1 | -2/+0 |
| | | | | This resolves FTBFS if av_free_packet exists | ||||
* | Fix FTBFS from commit 0e824732 | Slávek Banko | 2014-10-10 | 1 | -2/+5 |
| | |||||
* | Fix another crash casued by old av_packet_free routine | Timothy Pearson | 2014-10-06 | 2 | -1/+6 |
| | |||||
* | Fix crash when img_convert unavailable | Timothy Pearson | 2014-10-06 | 2 | -1/+56 |
| | |||||
* | Fix crash when authoring DVD and selecting video file | Francois Andriot | 2014-10-06 | 1 | -1/+8 |
| | |||||
* | Use system dvdread headers | Francois Andriot | 2013-08-13 | 1 | -1/+1 |
| | | | | This resolves Bug 1608 | ||||
* | Fix version check in prior commit | Francois Andriot | 2013-08-02 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS with newer libavcodec library | Francois Andriot | 2013-08-01 | 1 | -0/+4 |
| | |||||
* | Fix FTBFS when built without HAL integration | Timothy Pearson | 2013-03-31 | 1 | -1/+1 |
| | | | | Clean up spurious build files | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 10 | -13/+13 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 3 | -3/+3 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 4 | -5/+5 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -4/+4 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -3/+3 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 2 | -7/+7 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 2 | -10/+10 |
| | |||||
* | Fix build failures against ffmpeg up to version 0.11 | Slávek Banko | 2012-08-14 | 2 | -3/+110 |
| | |||||
* | Fix remaining string format errors | Timothy Pearson | 2012-05-03 | 2 | -2/+2 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 6 | -31/+31 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 13 | -13/+13 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 6 | -19/+19 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 5 | -21/+21 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 10 | -49/+49 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 14 | -96/+96 |
| | | | | This reverts commit b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 14 | -96/+96 |
| | |||||
* | Rename additional instances of KDE to TDE | Timothy Pearson | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Fix k9copy FTBFS under older revisions of libavcodec | tpearson | 2011-08-18 | 1 | -0/+6 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1247897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 30 | -65/+65 |
| | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 4 | -10/+10 |
| | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Use AVMEDIA_TYPE_VIDEO instead of deprecated CODEC_TYPE_VIDEO | tpearson | 2011-08-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1244326 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Remove the tq in front of these incorrectly TQt4-converted methods/data members: | tpearson | 2011-07-09 | 4 | -4/+4 |
| | | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵ | tpearson | 2011-06-14 | 4 | -4/+4 |
| | | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | TQt4 convert k9copy | tpearson | 2011-05-27 | 36 | -905/+918 |
| | | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Autodetect av_free_packet presence and compensate if not present | tpearson | 2010-09-06 | 1 | -0/+5 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1172237 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix FTBFS on Maverick | tpearson | 2010-09-06 | 1 | -0/+8 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1172018 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Added old abandoned version of k9copy | tpearson | 2010-02-17 | 37 | -0/+6143 |
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1091546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |