QtAVPlayer icon indicating copy to clipboard operation
QtAVPlayer copied to clipboard

Free and open-source Qt Media Player library based on FFmpeg, for Linux, Windows, macOS, iOS and Android.

Results 32 QtAVPlayer issues
Sort by recently updated
recently updated
newest added

In the file qavaudioframe.cpp there is a function named `QAVAudioFrame::data()`. It uses the resampler `swr_convert()` (from swresample.h) in case the input stream's features (channel count, sample rate or format) does...

`avcodec_receive_frame` returns frames with unexpected pts, but looks correct frames. Incorrect pts leads waiting for syncing and there is a gap between frames.