Re: [FFmpeg-devel] [PATCH] RK Audio demuxer and decoder

2023-02-15 Thread James Almer
On 2/5/2023 4:17 PM, Paul B Mahol wrote: On 2/4/23, Paul B Mahol wrote: Hi, Patches attached, decoder is not bit by bit exact yet for lossless mode because some samples are not properly rounded. Now lossless mode is bit exact. [...] +static av_cold int rka_decode_init(AVCodecContext *av

Re: [FFmpeg-devel] [PATCH] RK Audio demuxer and decoder

2023-02-10 Thread Paul B Mahol
will apply ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] RK Audio demuxer and decoder

2023-02-05 Thread Paul B Mahol
On 2/4/23, Paul B Mahol wrote: > Hi, > > Patches attached, decoder is not bit by bit exact yet for lossless > mode because some samples are not properly rounded. > Now lossless mode is bit exact. From 232125e5bbbd6ac0b8049cc32e5ca61c484d1bd8 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue,