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.
k3b/plugins/decoder/ffmpeg
aneejit1 18ea1e7a94 Fix problems for older ffmpeg versions
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>
3 years ago
..
CMakeLists.txt cmake: Fix FTBFS due to ffmpeg includes 9 years ago
Makefile.am Rename additional instances of KDE to TDE 14 years ago
configure.in.bot Added abandoned KDE3 version of K3B 16 years ago
configure.in.in Added abandoned KDE3 version of K3B 16 years ago
k3bffmpegdecoder.cpp rename the following methods: 14 years ago
k3bffmpegdecoder.h Remove spurious TQ_OBJECT instances 14 years ago
k3bffmpegdecoder.plugin Added abandoned KDE3 version of K3B 16 years ago
k3bffmpegwrapper.cpp Fix problems for older ffmpeg versions 3 years ago
k3bffmpegwrapper.h TQt4 port k3b 14 years ago