- 19 Aug, 2014 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Since we already checked InputStream::KnownSize(), we can assume that GetSize() returns a valid value, and this check is obsolete.
-
Max Kellermann authored
Replace the bogus GetSize() check and call GetSize() only when necessary.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Variable-length arrays are not allowed in C++.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
If the offset is out of range, the seek will simply fail. Not a problem.
-
Max Kellermann authored
The plugin assumes that the size is known, but does not verify it at runtime.
-
- 18 Aug, 2014 1 commit
-
-
Max Kellermann authored
Eliminate duplicate definition (in input plugin and decoder plugin).
-
- 16 Aug, 2014 3 commits
-
-
Jurgen Kramer authored
-
Jurgen Kramer authored
-
Max Kellermann authored
-
- 08 Aug, 2014 1 commit
-
-
Andrée Ekroth authored
When no track is found the error is now properly set. Previously the calling function tried to log an undefined error, which resulted in a crash. MPD falls back to ffmpeg for unsupported tracks, such as ALAC. This should fix issue 4051.
-
- 07 Aug, 2014 1 commit
-
-
Andrée Ekroth authored
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode.
-
- 12 Jul, 2014 2 commits
-
-
Max Kellermann authored
They are only used inside dsdiff_read_metadata_extra().
-
Max Kellermann authored
Move code from the FAAD decoder plugin.
-
- 11 Jul, 2014 8 commits
-
-
Max Kellermann authored
This loop is completely unnecessary. We just need to find the first ADTS frame and feed it into NeAACDecInit().
-
Max Kellermann authored
Eliminate duplicate cleanup code.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 Jul, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Jul, 2014 4 commits
-
-
Max Kellermann authored
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar>
-
Max Kellermann authored
Reduce duplicate code.
-
Max Kellermann authored
-
- 27 Jun, 2014 2 commits
-
-
Christoph Tieben authored
-
Christoph Tieben authored
(see https://www.xiph.org/vorbis/doc/v-comment.html for Details)
-
- 22 May, 2014 3 commits
-
-
Max Kellermann authored
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
-
Max Kellermann authored
-
Max Kellermann authored
-