- initial import

This commit is contained in:
2018-06-05 11:05:37 +03:00
commit e1a4931375
4673 changed files with 1383093 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
0.1.3
- Adjusted libtool flags for building DLLs for windows
- Update to the latest upstream opencore source
- Updated and improved example applications
- Add options for enabling the arm inline assembly
- Add options for disabling the encoder or decoder in the amrnb library
- Avoid dependencies on libstdc++ if building the source as C
- Hide internal symbols in shared libraries
- Minor tweaks
- Remove old static makefiles and corresponding build scripts
0.1.2
- Fixed AMR-NB encoding on 64-bit architectures
- Switch to using automake/autoconf/libtool
- Update to the latest upstream opencore source as of September 1, 2009
0.1.1
- Rename the libraries from libamr* to libopencore-amr*
- Fix a bunch of compiler warnings
0.1.0
- Start of opencore-amr project.