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

2020-11-02 Thread Vesselin Bontchev
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

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 w

[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

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

2020-04-01 Thread Vesselin Bontchev
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

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

2020-03-25 Thread Vesselin Bontchev
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

[FFmpeg-devel] [PATCH] avformat/aa: initialize "header_seed" and "header_key"

2015-09-10 Thread Vesselin Bontchev
From 8e28e0721c61cface6496fe4657ff5d3c3d2e6b8 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev <vesselin.bontc...@yandex.com> Date: Thu, 10 Sep 2015 08:59:56 +0200 Subject: [PATCH] avformat/aa: initialize "header_seed" and "header_key" Fixes CID 1322364, CID 132236

[FFmpeg-devel] [PATCH v9] Add support for Audible AA files

2015-08-20 Thread Vesselin Bontchev
This patch revision (v9) adds me to the MAINTAINERS file. VesselinFrom a9457dead0dac503c9aeca8d49bc89d5c9b607d9 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sun, 19 Jul 2015 23:16:36 +0200 Subject: [PATCH] Add support for Audible AA files https

[FFmpeg-devel] [PATCH v8] Add support for Audible AA files

2015-08-19 Thread Vesselin Bontchev
Hi! It would be awesome to have this patch merged in FFmpeg. VesselinFrom d8a6d0d7052ebdb7caa8dd9a7d571a68339d7acc Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sun, 19 Jul 2015 23:16:36 +0200 Subject: [PATCH] Add support for Audible AA files https

[FFmpeg-devel] [PATCH v7] Add support for Audible AA files

2015-08-07 Thread Vesselin Bontchev
From 0568a9385aa024ff015adab1c8f085de73edc644 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com 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

Re: [FFmpeg-devel] [PATCH v6] Add support for Audible AA files

2015-08-02 Thread Vesselin Bontchev
02.08.2015, 07:44, James Almer jamr...@gmail.com: On 30/07/15 7:46 AM, Vesselin Bontchev wrote:  From 06b0c0013404a67c72ea14a3c90730c0c4bd5b9a Mon Sep 17 00:00:00 2001  From: Vesselin Bontchev vesselin.bontc...@yandex.com  Date: Sun, 19 Jul 2015 23:16:36 +0200  Subject: [PATCH] Add support

Re: [FFmpeg-devel] [PATCH v6] Add support for Audible AA files

2015-08-01 Thread Vesselin Bontchev
30.07.2015, 13:48, Vesselin Bontchev vesselin.bontc...@yandex.com: 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

[FFmpeg-devel] [PATCH] avformat/mov: fix regression in processing .aax files

2015-07-31 Thread Vesselin Bontchev
From 418d573659dd011de503e45622307974cf437df5 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com 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

[FFmpeg-devel] [PATCH v6] Add support for Audible AA files

2015-07-30 Thread Vesselin Bontchev
Please review. Thanks, VesselinFrom 06b0c0013404a67c72ea14a3c90730c0c4bd5b9a Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com 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

Re: [FFmpeg-devel] [PATCH v5] Add support for Audible AA files

2015-07-30 Thread Vesselin Bontchev
30.07.2015, 11:35, Carl Eugen Hoyos ceho...@ag.or.at: Vesselin Bontchev vesselin.bontchev at 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 me, I don't see it. +#define

Re: [FFmpeg-devel] [PATCH v5] Add support for Audible AA files

2015-07-29 Thread Vesselin Bontchev
28.07.2015, 20:09, Vesselin Bontchev vesselin.bontc...@yandex.com: 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

Re: [FFmpeg-devel] [PATCH v3] Add support for Audible AA files

2015-07-28 Thread Vesselin Bontchev
28.07.2015, 19:23, Carl Eugen Hoyos ceho...@ag.or.at: Vesselin Bontchev vesselin.bontchev at 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 demuxer has in short words

[FFmpeg-devel] [PATCH v5] Add support for Audible AA files

2015-07-28 Thread Vesselin Bontchev
I sneaked in some more fixes in this revision :) VesselinFrom 5db4be22af277030cdbe234843e7aae55bf667e1 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sun, 19 Jul 2015 23:16:36 +0200 Subject: [PATCH] Add support for Audible AA files https://en.wikipedia.org

[FFmpeg-devel] [PATCH v4] Add support for Audible AA files

2015-07-28 Thread Vesselin Bontchev
Thanks for all the feedback. VesselinFrom d035dc7dd0c95079ca9f94c7acb7aab0d48f16cb Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sun, 19 Jul 2015 23:16:36 +0200 Subject: [PATCH] Add support for Audible AA files https://en.wikipedia.org/wiki/Audible.com

Re: [FFmpeg-devel] [PATCH] Add support for Audible AA files

2015-07-27 Thread Vesselin Bontchev
27.07.2015, 16:16, Nicolas George geo...@nsup.org: 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.bontchev/audible-samples/tree/master  https

[FFmpeg-devel] [PATCH] Add support for Audible AA files

2015-07-26 Thread Vesselin Bontchev
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 vesselin.bontc...@yandex.com Date: Sun, 19 Jul 2015 23:16:36 +0200 Subject: [PATCH] Add support

[FFmpeg-devel] Uploading Audible AAX samples

2015-07-23 Thread Vesselin Bontchev
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

Re: [FFmpeg-devel] [PATCH v2] Add support for TEA (Tiny Encryption Algorithm)

2015-07-20 Thread Vesselin Bontchev
20.07.2015, 04:15, Michael Niedermayer mich...@niedermayer.cc: 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 reference file './tests/ref/fate/tea

[FFmpeg-devel] [PATCH v2] Add support for TEA (Tiny Encryption Algorithm)

2015-07-19 Thread Vesselin Bontchev
Thanks for all the feedback. VesselinFrom 6e427af7f9450856c5d96734647e760d1d0f7ce2 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sun, 19 Jul 2015 22:25:53 +0200 Subject: [PATCH] Add support for TEA (Tiny Encryption Algorithm) --- libavutil/Makefile

[FFmpeg-devel] [PATCH v1] Add support for TEA (Tiny Encryption Algorithm)

2015-07-19 Thread Vesselin Bontchev
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 vesselin.bontc...@yandex.com Date: Sun, 19 Jul 2015 22

Re: [FFmpeg-devel] [PATCH v5] Add support for Audible AAX (and AAX+) files

2015-07-18 Thread Vesselin Bontchev
18.07.2015, 13:03, Paul B Mahol one...@gmail.com: Dana 18. 7. 2015. 11:46 osoba Vesselin Bontchev vesselin.bontc...@yandex.com napisala je:  18.07.2015, 01:45, Michael Niedermayer mich...@niedermayer.cc:   On Thu, Jul 16, 2015 at 03:57:26AM +0300, Vesselin Bontchev wrote:   + // extracted

[FFmpeg-devel] [PATCH v6] Add support for Audible AAX (and AAX+) files

2015-07-18 Thread Vesselin Bontchev
Thanks for all the feedback. VesselinFrom 99d97f2d1f0a62fb75ba9af4c20edaa59f02bb51 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sat, 11 Jul 2015 18:02:47 + Subject: [PATCH] Add support for Audible AAX (and AAX+) files --- doc/general.texi | 2

Re: [FFmpeg-devel] [PATCH v5] Add support for Audible AAX (and AAX+) files

2015-07-18 Thread Vesselin Bontchev
18.07.2015, 01:45, Michael Niedermayer mich...@niedermayer.cc: 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,  + 0x52, 0x00, 0x45, 0xfd

Re: [FFmpeg-devel] [PATCH v5] Add support for Audible AAX (and AAX+) files

2015-07-16 Thread Vesselin Bontchev
16.07.2015, 03:58, Vesselin Bontchev vesselin.bontc...@yandex.com: 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_sample_62689101.aax -vn

[FFmpeg-devel] [PATCH v5] Add support for Audible AAX (and AAX+) files

2015-07-15 Thread Vesselin Bontchev
933c6d8fd44ff4683e16fbed9d5ca01253fc9f94 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com 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

Re: [FFmpeg-devel] [PATCH v4] Add support for Audible AAX (and AAX+) files

2015-07-15 Thread Vesselin Bontchev
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 vesselin.bontc...@yandex.com: Thanks for all the feedback, and help. Vesselin

[FFmpeg-devel] [PATCH v4] Add support for Audible AAX (and AAX+) files

2015-07-13 Thread Vesselin Bontchev
Thanks for all the feedback, and help. VesselinFrom 1ed235454a61fe1f8d993d09d3d6398e7609c624 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sat, 11 Jul 2015 18:02:47 + Subject: [PATCH] Add support for Audible AAX (and AAX+) files --- libavformat/isom.h

[FFmpeg-devel] [PATCH v3] Add support for Audible AAX (and AAX+) files

2015-07-12 Thread Vesselin Bontchev
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 vesselin.bontc...@yandex.com Date: Sat, 11 Jul 2015 18:02:47 + Subject: [PATCH] Add support for Audible AAX (and AAX+) files

[FFmpeg-devel] [PATCH v2] Add support for Audible AAX (and AAX+) files

2015-07-11 Thread Vesselin Bontchev
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 vesselin.bontc...@yandex.com Date: Sat, 11 Jul

[FFmpeg-devel] [PATCH] Add support for Audible AAX (and AAX+) files

2015-07-11 Thread Vesselin Bontchev
From 52e1d041fa9181a3610734b99444899df2b49e49 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev vesselin.bontc...@yandex.com Date: Sat, 11 Jul 2015 18:02:47 + Subject: [PATCH] Add support for Audible AAX (and AAX+) files --- libavformat/mov.c | 158