[FFmpeg-devel] problem with block level audio decoding on a that is not streaming

2017-03-08 Thread Brett Tiplitz
I've tried to update my code from avcodec_decode_audio4 to the new avcodec_send_packet. I've got a block of data to decode, so this is not a streaming design. 1. When I pass a big block of data to the interface, the time required to process the buffer goes from 1.5s to 30s. 2. When I try and pa

[FFmpeg-devel] Using new decoder interface

2017-03-02 Thread Brett Tiplitz
I've tried to update my code from avcodec_decode_audio4 to the new avcodec_send_packet. I've got a block of data to decode, so this is not a streaming design. 1. When I pass a big block of data to the interface, the time required to process the buffer goes from 1.5s to 30s. 2. When I try and pa