index
:
fdk-aac
dabplus
dabplus2
fdk-aac encoding library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libFDK
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mstorjo/master' into dabplus
HEAD
v0.1.6-dab
dabplus
Matthias P. Braendli
2018-03-07
1
-3
/
+7
|
\
|
*
Fix warnings with MSVC about mismatch between signed and unsigned in a header
Martin Storsjo
2018-03-06
1
-2
/
+2
|
*
Make sure at least one bit exists before reading further in FDKreadBit
Martin Storsjo
2017-08-03
1
-1
/
+5
*
|
Merge 'mstorjo/master' into dabplus
Matthias P. Braendli
2017-07-21
11
-58
/
+349
|
\
|
|
*
Re-fix "Stack-buffer-overflow in FDKmemset"
Martin Storsjo
2017-06-22
1
-0
/
+4
|
*
Revert "Fix "Stack-buffer-overflow in FDKmemset""
Martin Storsjo
2017-06-22
1
-4
/
+0
|
*
Fix "Stack-buffer-overflow in FDKmemset"
Martin Storsjo
2017-06-12
1
-0
/
+4
|
*
Try to properly handle the case when the bitstream reader runs out of bits to...
Martin Storsjo
2017-04-26
1
-1
/
+15
|
*
Add checks to avoid overreading supplied buffers and fix issue #61.
Robert Kausch
2017-04-23
2
-20
/
+45
|
*
Merge remote-tracking branch 'aosp/master'
Martin Storsjo
2016-10-28
1
-8
/
+8
|
|
\
|
|
*
Remove redundant register storage class specifiers
Martin Storsjo
2016-10-18
1
-8
/
+8
|
*
|
Merge remote-tracking branch 'aosp/master'
Martin Storsjo
2016-10-18
2
-27
/
+27
|
|
\
|
|
|
*
Add casts to avoid errors due to narrowing
Martin Storsjo
2016-10-17
2
-27
/
+27
|
*
|
Fix building with MSVC for ARM
Martin Storsjo
2016-09-11
1
-1
/
+0
|
*
|
Detect MSVC x64
Martin Storsjo
2016-09-11
1
-1
/
+1
|
*
|
Add aarch64 assembly optimization (ARMv8a 64 bits)
Lexyan
2016-09-10
5
-0
/
+249
*
|
|
Add DAB+ AOTs again and remove AOT_MP2 from code
Matthias P. Braendli
2016-09-10
1
-0
/
+3
*
|
|
Add DAB+ support
Matthias P. Braendli
2016-09-09
3
-9
/
+97
|
/
/
*
|
Merge remote-tracking branch 'aosp/master'
Martin Storsjo
2016-08-25
4
-61
/
+264
|
\
|
|
*
AAC/SBR decoder improvements and bugfixes
Jean-Michel Trivi
2016-04-08
2
-3
/
+197
|
*
AAC/SBR encoder improvements
Jean-Michel Trivi
2016-04-08
2
-1
/
+30
|
*
SBR/AAC encoder updates, code clean up
Jean-Michel Trivi
2016-04-04
3
-30
/
+16
|
*
Remove compiler warnings, revised ARM QMF encoder
Jean-Michel Trivi
2016-04-04
2
-41
/
+41
*
|
Invert inline and void to be compatible with gcc 3.3.4
Guillaume Smaha
2016-05-18
1
-2
/
+2
*
|
Merge remote-tracking branch 'aosp/master' into update
Timothy Gu
2016-01-26
1
-0
/
+5
|
\
|
|
*
Remove __DATE__/__TIME__
Dan Willemsen
2015-10-23
1
-0
/
+5
*
|
libFDK/include/mips/cplx_mul.h: use C code instead of ASM
Vicente Olivert Riera
2015-09-21
1
-38
/
+5
*
|
Fix the preprocessor statements controlling the use of mips{32,64}r1 instruct...
Jasper Lievisse Adriaanse
2015-08-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'aosp/master'
Martin Storsjo
2014-11-07
3
-3
/
+3
|
\
|
|
*
[MIPSR6] Skip assembler code using MFHI/MFLO on mips32r6
Duane Sand
2014-07-31
2
-2
/
+2
|
*
Merge "AArch64: Make LONG 4 bytes"
Glenn Kasten
2014-04-09
1
-2
/
+2
|
|
\
|
|
*
AArch64: Make LONG 4 bytes
Marcus Oakland
2014-03-11
1
-2
/
+2
|
*
|
Temporary workaround for 64-bit build error
Glenn Kasten
2014-03-12
1
-1
/
+1
|
|
/
*
|
Extend the GetInvInt table to 80 elements
Martin Storsjo
2014-08-01
2
-8
/
+13
*
|
Extend GetInvInt to support values up to 54
Martin Storsjo
2014-07-29
2
-6
/
+7
*
|
Add ppc optimization for clz and fixmul
Mark Harris
2014-05-26
5
-1
/
+232
*
|
Make LONG 32 bits for ppc64 as it is for x86_64
Mark Harris
2014-05-26
1
-2
/
+2
*
|
Fix PowerPC Mac build
Mark Harris
2014-05-26
1
-0
/
+4
|
/
*
AAC Encoder low delay quality
Jean-Michel Trivi
2013-08-28
2
-21
/
+63
*
FDK update for downsampled SBR
Jean-Michel Trivi
2013-08-27
5
-1
/
+32
*
Disclaimer update, lib version increment
Jean-Michel Trivi
2013-08-20
62
-64
/
+64
*
Bug 7170947 Update AAC codec
Jean-Michel Trivi
2012-10-02
6
-10
/
+196
*
fix mips build by reverting files back
Keun young Park
2012-09-11
2
-31
/
+5
*
Bug fixes in AAC decoder, AAC encoder, FDK library
Jean-Michel Trivi
2012-09-09
6
-11
/
+45
*
GCC 4.4 and later cannot handle h constructs. Fix to replace the assembly con...
Raghu Gandham
2012-08-09
2
-31
/
+5
*
Snapshot 2bda038c163298531d47394bc2c09e1409c5d0db
The Android Open Source Project
2012-07-11
61
-0
/
+20672