Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for waveformatex files | Martin Storsjo | 2014-06-23 | 1 | -1/+11 |
* | Support reading sox style piped wav files | Martin Storsjo | 2014-06-23 | 1 | -1/+1 |
* | Use skip instead of fseek | Martin Storsjo | 2014-06-23 | 1 | -2/+8 |
* | Allow reading wav files with a 0 bytes RIFF chunk | Martin Storsjo | 2014-06-23 | 1 | -1/+5 |
* | Allow opening stdin when "-" is specified | Martin Storsjo | 2014-06-23 | 1 | -2/+6 |
* | Support streamed wav files with a 0 bytes data chunk | Martin Storsjo | 2014-06-23 | 1 | -1/+7 |
* | Use AC_SEARCH_LIBS to search for a library containing math functions | Martin Storsjo | 2014-06-23 | 1 | -1/+1 |
* | Fix AIX build | Mark Harris | 2014-05-26 | 1 | -2/+2 |
* | 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 | 2 | -5/+5 |
* | Fix PowerPC Mac build | Mark Harris | 2014-05-26 | 1 | -0/+4 |
* | Bump the version number, add a changelog entryv0.1.3 | Martin Storsjo | 2013-11-25 | 2 | -2/+6 |
* | Include autogen.sh when building distribution packages | Martin Storsjo | 2013-11-25 | 1 | -0/+1 |
* | Include the encoder library version in the publicly installed header | Martin Storsjo | 2013-11-01 | 1 | -0/+3 |
* | Avoid casting arbitrary values to an enum | Martin Storsjo | 2013-11-01 | 1 | -6/+6 |
* | Revert "Avoid too big changes in isScale" | Martin Storsjo | 2013-11-01 | 1 | -9/+0 |
* | Merge remote-tracking branch 'aosp/kitkat-release' into kitkat-merge | Martin Storsjo | 2013-11-01 | 306 | -6930/+7861 |
|\ | |||||
| * | Encoder 7.1 support | Jean-Michel Trivi | 2013-09-03 | 27 | -193/+231 |
| * | Encoder ELD auto configurator | Jean-Michel Trivi | 2013-09-03 | 2 | -4/+132 |
| * | Encoder explicit signaling | Jean-Michel Trivi | 2013-09-03 | 7 | -3588/+3828 |
| * | Encoder downsampled SBR | Jean-Michel Trivi | 2013-08-29 | 18 | -5787/+5360 |
| * | AAC Encoder low delay quality | Jean-Michel Trivi | 2013-08-28 | 14 | -211/+563 |
| * | Decoder parse ASC | Jean-Michel Trivi | 2013-08-27 | 3 | -2/+61 |
| * | Decoder stability, sanity checks improvements | Jean-Michel Trivi | 2013-08-27 | 16 | -294/+683 |
| * | Decode dynamic range control improvements | Jean-Michel Trivi | 2013-08-27 | 6 | -19/+68 |
| * | Decode parametric stereo even with invalid channel config | Jean-Michel Trivi | 2013-08-27 | 6 | -11/+18 |
| * | FDK update for downsampled SBR | Jean-Michel Trivi | 2013-08-27 | 8 | -4/+37 |
| * | AAC encoder metadata improvement | Jean-Michel Trivi | 2013-08-20 | 5 | -14/+25 |
| * | SBR header period | Jean-Michel Trivi | 2013-08-20 | 4 | -5/+24 |
| * | AAC encoder bitrate limitation | Jean-Michel Trivi | 2013-08-20 | 1 | -47/+49 |
| * | SBR encoder improvement | Jean-Michel Trivi | 2013-08-20 | 3 | -11/+11 |
| * | Encoder intensity fix | Jean-Michel Trivi | 2013-08-20 | 3 | -11/+20 |
| * | Encoder quantizer fix | Jean-Michel Trivi | 2013-08-20 | 2 | -3/+3 |
| * | Decode and SYS lib cleanup | Jean-Michel Trivi | 2013-08-20 | 12 | -40/+57 |
| * | Disclaimer update, lib version increment | Jean-Michel Trivi | 2013-08-20 | 305 | -322/+322 |
| * | Fix HE-AAC SBR ignored high-freq data | Jean-Michel Trivi | 2013-08-05 | 4 | -2/+13 |
* | | Ignore .dirstamp files | Martin Storsjo | 2013-10-03 | 1 | -0/+1 |
* | | Add an autogen shellscript | Terrance | 2013-09-07 | 1 | -0/+2 |
* | | Bump the version number, add a changelog entryv0.1.2 | Martin Storsjo | 2013-07-27 | 2 | -2/+6 |
* | | Include dependency libs (-lm) in the pkg-config file | Martin Storsjo | 2013-07-27 | 2 | -1/+6 |
* | | Check the right element in isBook | Martin Storsjo | 2013-07-10 | 1 | -1/+1 |
* | | Avoid too big changes in isScale | Martin Storsjo | 2013-03-18 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'aosp/master' | Martin Storsjo | 2013-02-27 | 2 | -6/+0 |
|\| | |||||
| * | am 0d439d3d: Merge "Remove a bionic workaround." | Elliott Hughes | 2012-11-29 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge "Remove a bionic workaround." | Elliott Hughes | 2012-11-29 | 2 | -6/+0 |
| | |\ | |||||
| | | * | Remove a bionic workaround. | Elliott Hughes | 2012-11-29 | 2 | -6/+0 |
| | |/ | |||||
| * / | Remove a bionic workaround. | Elliott Hughes | 2012-11-29 | 2 | -6/+0 |
| |/ | |||||
* | | Don't try to shift more bits than the variable length | Martin Storsjo | 2013-02-17 | 1 | -2/+8 |
* | | Add a changelog entry for 0.1.1, bump the version numbersv0.1.1 | Martin Storsjo | 2012-11-13 | 2 | -2/+11 |
* | | Rename sbr_rom/ram files back to the original names | Martin Storsjo | 2012-11-02 | 3 | -2/+2 |