- 31 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2016 1 commit
-
-
Max Kellermann authored
An empty packet would be a command for avcodec_send_packet() to finalize the codec. Fixes https://bugs.musicpd.org/view.php?id=4588
-
- 16 Sep, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Aug, 2016 2 commits
-
-
Max Kellermann authored
This function exists since FFmpeg 3.1. Fix a build failure with FFmpeg 3.0.
-
Max Kellermann authored
These bug reports describe problems with some FFmpeg codecs: https://bugs.musicpd.org/view.php?id=4564 https://bugs.musicpd.org/view.php?id=4568 https://bugs.musicpd.org/view.php?id=4572 According to the FFmpeg bug tracker, a call to avcodec_parameters_to_context() is required after avcodec_alloc_context3(): https://trac.ffmpeg.org/ticket/5781 This requirement was previously undocumented.
-
- 02 Aug, 2016 1 commit
-
-
Max Kellermann authored
Turns out the libavcodec version numbers are not linear; the feature was added in FFmpeg 3.1 commit 998e1b8, libavcodec 57.14.0; but FFmpeg 3.0 has version 57.48.101. Ouch!
-
- 29 Jul, 2016 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Was accidently added by commit cafc266e
-
Max Kellermann authored
This commit suppresses the remaining deprecation warnings with FFmpeg 3.1.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Jul, 2016 23 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The AVCodecContext attribute is deprecated.
-
Max Kellermann authored
Preparing for FFmpeg 3.1 support.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Improve initial seek by not reading/decoding the first frame before checking for the seek command.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use the duration of the stream we're actually decoding - not the "global" attribute AVFormatContext::duration which may differ.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Revert commit 70495aad by rewriting it. Turns out, in old FFmpeg versions, copying the AVPacket is necessary.
-
- 27 Jul, 2016 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-