| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cc4aa0ad928ef9851db5d1e122ef9cc679866a81)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Delete duplicate and incorrect action name for new data DVD.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7f9d56c5a4911ba3ab62ab2703c3b96bdbf3b1fd)
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 59fc6198ba780429ad9a4be4aa55f0b3a258dbd2)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c81945a0823af6177bc05263edf11ba379e60e7c)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eaa160d9ab5c3cc86af4258dbe8214e2fcfa7f10)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 16b6cf39ca633acc8178542da9f72f585403c21b)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 95f279a9db263c2d3679ea1af7488a48e42da4fc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
"libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp" declares two instances
of "s_codecFeatures" as "static char *" and initialises them with
string constants. This produces the compiler warning "ISO C++ forbids
converting a string constant to 'char*'". Both declarations have been
changed to "const".
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 1f4a3ab86ef18f5c8416ed1f7da72f82476529a2)
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 257144817bf957ff1d1595ecb231d36fdcc4cf04)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fe06115e6c87a437042fed043dda3d1815435917)
|
|
|
|
|
| |
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 6a10a4b6932c56366133b2bc034005fc7dc83c42)
|
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f76cc7b31d3c0421a5e2659fd38e0800fd3e80d4)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e24ff5c0cf1257771d663bf710901c1c7e378c09)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
| |
|
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 804f6a4d46fa519558a321c4f86c72fd11610759)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cc51bb4eb48522433b14b1e584dd5dbdb9a0969e)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 78630455d836182f3bdaecd24ca723ab5870379c)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3413da9f84485deaf6416fe6cf9a9a48adb4e0c1)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4809123108dc265cab0ad1334b681ad278cdbe67)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|