and audible_iv
values.
Update (Nov-2020): This patch has now been tested by multiple folks -
details at the following URL:
https://github.com/mkb79/Audible/issues/3
Signed-off-by: Vesselin Bontchev
...
Thanks Carl for all the reviews. Hopefully we can merge this patch soon :)
Vesselin
From c0b9
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 w
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
From 854a6197ecae1ddf226876952d0e7935830db2cf Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 1 Jan 2000 09:00:00 +
Subject: [PATCH v2] Add support for playing Audible AAXC (.aaxc) files
The AAXC container format is the same as the (already supported) Audible
AAX format but it
From 1a6adbf86fd02775bea467a54c81cc23cc2f6049 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 1 Jan 2000 09:00:00 +
Subject: [PATCH] Add support for playing Audible AAXC (.aaxc) files
Note: audible_key and audible_iv values are variable (per file) and are
externally fed.
It is
From 8e28e0721c61cface6496fe4657ff5d3c3d2e6b8 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Thu, 10 Sep 2015 08:59:56 +0200
Subject: [PATCH] avformat/aa: initialize "header_seed" and "header_key"
Fixes CID 1322364, CID 1322363
Signed-off-by: Vesselin Bontchev
---
This patch revision (v9) adds me to the MAINTAINERS file.
VesselinFrom a9457dead0dac503c9aeca8d49bc89d5c9b607d9 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com
Hi!
It would be awesome to have this patch merged in FFmpeg.
VesselinFrom d8a6d0d7052ebdb7caa8dd9a7d571a68339d7acc Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com
From 0568a9385aa024ff015adab1c8f085de73edc644 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com#Quality
---
doc/demuxers.texi| 6 +
doc/general.texi
02.08.2015, 07:44, "James Almer" :
> On 30/07/15 7:46 AM, Vesselin Bontchev wrote:
>> From 06b0c0013404a67c72ea14a3c90730c0c4bd5b9a Mon Sep 17 00:00:00 2001
>> From: Vesselin Bontchev
>> Date: Sun, 19 Jul 2015 23:16:36 +0200
>> Subject: [PA
30.07.2015, 13:48, "Vesselin Bontchev" :
> Please review.
>
> Thanks,
> Vesselin
Hi!
Is this patch in good enough shape to be merged?
Or is there something more I can do to get this patch merged upstream?
Thanks,
Vesselin
__
01.08.2015, 03:43, "Michael Niedermayer" :
> On Fri, Jul 31, 2015 at 01:36:58PM +0300, Vesselin Bontchev wrote:
>> mov.c | 8
>>
>> From 418d573659dd011de503e45622307974cf437df5 Mon Sep 17 00:00:00 2001
>> From: Vesselin Bontchev
>>
>&g
From 418d573659dd011de503e45622307974cf437df5 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Fri, 31 Jul 2015 12:16:08 +0200
Subject: [PATCH] avformat/mov: fix regression in processing .aax files
Commit 0a551cbe introduced "activation_bytes" option, and not specifying
this opt
30.07.2015, 11:35, "Carl Eugen Hoyos" :
> Vesselin Bontchev yandex.com> writes:
>> + if (c->aa_fixed_key_size != 16) {
>> // AVOption with a default value
>
> Again: Where is this variable set?
> You don't have to add a comment, just
> tell
Please review.
Thanks,
VesselinFrom 06b0c0013404a67c72ea14a3c90730c0c4bd5b9a Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com#Quality
---
doc/demuxers.texi
28.07.2015, 20:09, "Vesselin Bontchev" :
> I sneaked in some more fixes in this revision :)
Hi Carl,
Is the licensing blurb okay now?
All,
Hopefully, the code is now good enough to be merged. All feedback is welcome!
Thanks,
Vesselin
_
I sneaked in some more fixes in this revision :)
VesselinFrom 5db4be22af277030cdbe234843e7aae55bf667e1 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com#Quality
28.07.2015, 19:23, "Carl Eugen Hoyos" :
> Vesselin Bontchev yandex.com> writes:
>
>> +@example
>> +ffmpeg -v debug -i input.aa -c:a copy output.wav
>
> I don't think this is a very useful example, instead
> please document the option that the de
Thanks for all the feedback.
VesselinFrom d035dc7dd0c95079ca9f94c7acb7aab0d48f16cb Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com#Quality
---
doc/demuxers.texi
Hi,
I am attaching a new revision (v3) of the "Audible AA" patch.
VesselinFrom 30757211a81f5b0c852e1f4e620c03b9ae08f99e Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https://en.wikipedi
27.07.2015, 16:16, "Nicolas George" :
> Le nonidi 9 thermidor, an CCXXIII, Vesselin Bontchev a écrit :
>> This patch adds support for Audible AA files.
>>
>> Audible samples can be obtained from,
>>
>> https://gitlab.com/vesselin.bon
this patch, I am hoping to get some early feedback, and help in
making this work.
Thanks,
VesselinFrom ba73543efc3fdc4b5c61e9cb56f998d748716e00 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 23:16:36 +0200
Subject: [PATCH] Add support for Audible AA files
https
Hi,
I need help in uploading some Audible AAX samples to our FTP server
(upload.ffmpeg.org). I can't use the FTP protocol at the moment, due to some
ISP problems.
The samples are available at the following URL,
https://gitlab.com/vesselin.bontchev/audible-samples/tree/master
Finally, it would
20.07.2015, 04:15, "Michael Niedermayer" :
> On Mon, Jul 20, 2015 at 02:16:28AM +0300, Vesselin Bontchev wrote:
>>
>> Date: Sun, 19 Jul 2015 22:25:53 +0200
>> Subject: [PATCH] Add support for TEA (Tiny Encryption Algorithm)
>
> fails fate test
> referen
From 492262598aa5d029b6bd9c8da4ccdfad4403bc83 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 22:25:53 +0200
Subject: [PATCH] Add support for TEA (Tiny Encryption Algorithm)
---
libavutil/Makefile |3 +
libavutil/tea.c | 213
Thanks for all the feedback.
VesselinFrom 6e427af7f9450856c5d96734647e760d1d0f7ce2 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 22:25:53 +0200
Subject: [PATCH] Add support for TEA (Tiny Encryption Algorithm)
---
libavutil/Makefile |3 +
libavutil/tea.c
Hi,
I need support for TEA (Tiny Encryption Algorithm) in FFmpeg for my upcoming
patch (which makes Audible AA files playable).
Thanks,
VesselinFrom 491afe746e3a1f723798224ee56fd57a028ed4da Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sun, 19 Jul 2015 22:25:53 +0200
Subject: [PATCH
18.07.2015, 13:03, "Paul B Mahol" :
> Dana 18. 7. 2015. 11:46 osoba "Vesselin Bontchev" <
> vesselin.bontc...@yandex.com> napisala je:
>> 18.07.2015, 01:45, "Michael Niedermayer" :
>> > On Thu, Jul 16, 2015 at 03:57:26AM +0300, Vesselin
Thanks for all the feedback.
VesselinFrom 99d97f2d1f0a62fb75ba9af4c20edaa59f02bb51 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 11 Jul 2015 18:02:47 +
Subject: [PATCH] Add support for Audible AAX (and AAX+) files
---
doc/general.texi | 2 +
doc/muxers.texi| 7
18.07.2015, 01:45, "Michael Niedermayer" :
> On Thu, Jul 16, 2015 at 03:57:26AM +0300, Vesselin Bontchev wrote:
>> + // extracted from libAAX_SDK.so and AAXSDKWin.dll files!
>
>> + uint8_t fixed_key[] = { 0x77, 0x21, 0x4d, 0x4b, 0x19, 0x6a, 0x87, 0xcd,
>> +
16.07.2015, 03:58, "Vesselin Bontchev" :
> Hi,
>
> A sample Audible .aax file can be downloaded from the following link,
>
> https://gitlab.com/vesselin.bontchev/audible-samples/tree/master
>
> Usage,
>
> ffmpeg -activation_bytes 62689101 -i Audible_AAX_sa
933c6d8fd44ff4683e16fbed9d5ca01253fc9f94 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 11 Jul 2015 18:02:47 +
Subject: [PATCH] Add support for Audible AAX (and AAX+) files
---
doc/general.texi | 2 +
doc/muxers.texi| 7 +++
libavformat/isom.h | 6 +++
libavformat/mov.c | 122
Hi Carl, Hendrik,
I would like to get this patch merged in FFmpeg. Is there something I can do to
make this happen?
Thanks again,
Vesselin
14.07.2015, 01:17, "Vesselin Bontchev" :
> Thanks for all the feedback, and help.
>
> Vesselin
_
Thanks for all the feedback, and help.
VesselinFrom 1ed235454a61fe1f8d993d09d3d6398e7609c624 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 11 Jul 2015 18:02:47 +
Subject: [PATCH] Add support for Audible AAX (and AAX+) files
---
libavformat/isom.h |5 ++
libavformat/mov.c
Audible_AAX_sample_62689101.aax -vn -c:a copy -v debug output.mp4
VesselinFrom affa4a9315209976ff15e6ccf79bcf3b76088c6f Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 11 Jul 2015 18:02:47 +
Subject: [PATCH] Add support for Audible AAX (and AAX+) files
---
libavformat/isom.h | 3
Hi,
alglib1.cpp is a plugin for RainbowCrack 1.6.1
(http://project-rainbowcrack.com/), and it enables offline attacks against
Audible AAX files.
VesselinFrom 95a40310e0eecadc5b2c653609163ec8d2682d94 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 11 Jul 2015 18:02:47 +
Subject
From 52e1d041fa9181a3610734b99444899df2b49e49 Mon Sep 17 00:00:00 2001
From: Vesselin Bontchev
Date: Sat, 11 Jul 2015 18:02:47 +
Subject: [PATCH] Add support for Audible AAX (and AAX+) files
---
libavformat/mov.c | 158 +
1 file changed
37 matches
Mail list logo