| Commit message (Collapse) | Author | Files | Lines |
|
They are only used inside dsdiff_read_metadata_extra().
|
|
Move code from the FAAD decoder plugin.
|
|
This loop is completely unnecessary. We just need to find the first
ADTS frame and feed it into NeAACDecInit().
|
|
Eliminate duplicate cleanup code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
Reduce duplicate code.
|
|
|
|
|
|
comment to the song
(see https://www.xiph.org/vorbis/doc/v-comment.html for Details)
|
|
Remove the "whence" parameter that is not actually necessary, and only
complicates the InputStream implementations.
|
|
|
|
|
|
|
|
Allows more compiler optimizations.
|
|
|
|
|
|
|
|
|
|
|
|
Move and refactor code from the Wavpack decoder plugin.
|
|
|
|
|
|
Replaces the method Close().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|