Closed madmaxoft closed 5 years ago
Refactor the song decoder code to return the fully decoded buffer, rather than "streaming into" a buffer.
At the same time, check why Dj Maksy & Sia - My Love decodes only the first minute, rather than the entire song.
Dj Maksy & Sia - My Love
Closing - the decoding takes two seconds on a fast computer, would be too slow for slow computers.
Decoding partial songs fixed - ignoring the errors from avcodec_send_packet.
avcodec_send_packet
Refactor the song decoder code to return the fully decoded buffer, rather than "streaming into" a buffer.
At the same time, check why
Dj Maksy & Sia - My Love
decodes only the first minute, rather than the entire song.