- 29 Jul, 2016 2 commits
-
-
-
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 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't scan tag items if the handler doesn't implement the tag() method.
-
Max Kellermann authored
-
- 22 Jul, 2016 1 commit
-
-
Jacob Vosmaer authored
In e068d62a I added code that zeros the remainder of the output buffer if there are not enough input frames available. I have now learned that we can signal to the caller of the render callback how much data is in the output buffers. In practice, the input buffer is so large that it does not matter so much how we handle input buffer underruns, but I suppose that saying 'there is no data' is better than 'here is some silence for you'.
-
- 14 Jul, 2016 1 commit
-
-
- 13 Jul, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 12 Jul, 2016 1 commit
-
-
Max Kellermann authored
Fixes build failure when Vorbis is disabled, but FLAC is enabled (HAVE_XIPH is true, but HAVE_OGG is false).
-
- 11 Jul, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-