You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 <aneejit1@gmail.com> |
3 years ago | |
---|---|---|
admin@a7f75ac0ff | 3 years ago | |
doc | 4 years ago | |
k9Mplayer | 6 years ago | |
k9author | 3 years ago | |
k9decmpeg | 3 years ago | |
k9devices | 3 years ago | |
k9vamps | 5 years ago | |
libdvdnav | 12 years ago | |
libk9copy | 6 years ago | |
po | 3 years ago | |
src | 3 years ago | |
.gitmodules | 4 years ago | |
AUTHORS | 7 years ago | |
CMakeL10n.txt | 3 years ago | |
COPYING | 7 years ago | |
ChangeLog | 7 years ago | |
INSTALL | 7 years ago | |
Makefile.am | 12 years ago | |
Makefile.cvs | 7 years ago | |
NEWS | 7 years ago | |
README | 7 years ago | |
TODO | 7 years ago | |
config.h.in | 3 years ago | |
configure.files | 15 years ago | |
configure.in.in | 3 years ago | |
stamp-h.in | 7 years ago |
README
install from sources: make -f Makefile.cvs ./configure --prefix=/usr make make install (as root) k9copy can now copy dvd with bad sectors. for a faster copy from a dvd with bad sectors : reduce the readahead for the drive : as root: hdparm -a8 /dev/dvd