November 11, 2011
View 6d91045

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/11/11 10:32:38
November 4, 2011
View c9e5ac3

aes: Avoid illegal read and don't generate more key than we use.

Alex Converse authored on 2011/11/04 10:13:57
July 5, 2011
View 5d4fd1d

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/07/05 08:46:03
July 4, 2011
View d04d9f2

aes: allow unaligned input and output buffers

Mans Rullgard authored on 2011/07/04 03:13:20
View 976a8b2

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/07/04 07:34:44
July 3, 2011
View 8f17581

aes: fix for big endian systems

Mans Rullgard authored on 2011/07/03 19:20:39
View 5d20f19

aes: fix invalid array indexing in init code

Mans Rullgard authored on 2011/07/03 06:10:25
View af2ea72

aes: use direct assignments instead of memcpy() or loops

Mans Rullgard authored on 2011/07/03 08:46:23
July 1, 2011
View 721be99

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/07/01 12:33:39
June 30, 2011
View 4bfe064

aes: whitespace cosmetics

Mans Rullgard authored on 2011/06/30 20:29:25
View 744765a

aes: improve test program and add fate test

Mans Rullgard authored on 2011/06/30 07:27:07
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
July 5, 2010
View c184bb4

aes: fix array index out of bounds warning

Måns Rullgård authored on 2010/07/05 05:38:46
July 3, 2010
View 19c039e

Make mix function more readable. Compiler output unchanged with gcc 4.4.

Reimar Döffinger authored on 2010/07/03 02:33:45
June 30, 2010
View dd025f2

Change AES code to be strict-aliasing-safe. Makes it give correct results with e.g. gcc 4.4. For unknown reasons the generate asm code also changes on e.g. gcc 4.3, making the code a bit larger but also a bit faster.

Reimar Döffinger authored on 2010/06/30 13:50:35