Re: [FFmpeg-devel] [PATCH v3] Add support for playing Audible AAXC (.aaxc) files

2020-10-31 Thread Carl Eugen Hoyos
Am Mi., 8. Apr. 2020 um 05:59 Uhr schrieb Vesselin Bontchev : > +static int mov_aaxc_crypto(MOVContext *c) This function does return error codes in some cases but they are ignored in the calling function. > +fail: > + > +return ret; This does not look like a useful hunk to me, use a fail bl

Re: [FFmpeg-devel] [PATCH v3] Add support for playing Audible AAXC (.aaxc) files

2020-05-06 Thread Vesselin Bontchev
08.04.2020, 06:54, "Vesselin Bontchev" : > The AAXC container format is the same as the (already supported) Audible > AAX format but it uses a different encryption scheme. > > Note: audible_key and audible_iv values are variable (per file) and are > externally fed. Can we please merge this patch?

[FFmpeg-devel] [PATCH v3] Add support for playing Audible AAXC (.aaxc) files

2020-04-07 Thread Vesselin Bontchev
From cb25a130797370e2801cecc34740764c6d2d264b Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev Date: Sat, 1 Jan 2000 09:00:00 + Subject: [PATCH v3] Add support for playing Audible AAXC (.aaxc) files The AAXC container format is the same as the (already supported) Audible AAX format but it use