
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 6 (100.0%) | 436 (100.0%) | 72.6 |
| ritsuka | 4 (66.7%) | 432 (99.1%) | 108.0 |
| konablend | 2 (33.3%) | 4 (0.9%) | 2.0 |
Added some errors checks and a flush function to encode the remaining data in the fifo.
It may fix the "0.5 seconds of digital noise" issue, but I was unable to reproduce it, so I don't know if it actually helps.
72 lines of code changed in:
Initialize the AudioConverter without a sample rate only if the first initialization fails.
19 lines of code changed in:
Let CoreAudio decide the best sample rate. Fixed and issue when the AudioConverter couldn't be created with some specific sample rates.
0 lines of code changed in:
Format cleanup.
- fixed ports.c to use a more portable method of getting integral pthread_t representation; resolves mingw crash.
- added GCC attribute to generate compiler warnings for invalid usage of hb_log, hb_deep_log and hb_errror;
see new macro HB_WPRINTF(s,v) in common.h.
- fixed various invalid usage of above functions on osx i386/x86_64, and mingw.
1 lines of code changed in:
- fixed gcc warnings for various unused vars, implicit function decls, signedness.
3 lines of code changed in:
- Add CoreAudio AAC as one of the encoder on Mac OS X.
- Remove hb_init() and hb_init_express() macro. Rename hb_init_real() to hb_init()
- Add two more bitrate combination for audio codecs in common.h
341 lines of code changed in: