Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete TARGET_SIMULATOR checks | Trevor Drake | 2014-12-11 | 1 | -24/+11 |
* | Fix AAC recording issue | Marco Nelissen | 2014-12-10 | 1 | -1/+2 |
* | Merge "Truncate file before recording into it." | Marco Nelissen | 2014-12-10 | 1 | -0/+3 |
|\ | |||||
| * | Truncate file before recording into it. | Marco Nelissen | 2014-12-10 | 1 | -0/+3 |
* | | Fix print format mismatches. | Chih-Hung Hsieh | 2014-12-09 | 2 | -3/+3 |
* | | Merge "Fix build with clang in C++11 mode" | Lajos Molnar | 2014-12-09 | 37 | -98/+98 |
|\ \ | |||||
| * | | Fix build with clang in C++11 mode | Bernhard Rosenkränzer | 2014-11-27 | 37 | -98/+98 |
* | | | Merge "Cast int64_t values to long long before print." | Lajos Molnar | 2014-12-09 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Cast int64_t values to long long before print. | Bernhard Rosenkränzer | 2014-12-04 | 1 | -2/+2 |
* | | | | Merge "Fix build with clang" | Lajos Molnar | 2014-12-09 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | Fix build with clang | Bernhard Rosenkränzer | 2014-12-08 | 1 | -2/+1 |
| |/ / / | |||||
* | | | | Merge "Prevent ANR when AudioTrack is paused or re-routed" | Glenn Kasten | 2014-12-09 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Prevent ANR when AudioTrack is paused or re-routed | zunkyu.lee | 2014-12-08 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Stagefright: Fix unused variables | Andreas Gampe | 2014-12-04 | 2 | -4/+1 |
| |/ / |/| | | |||||
* | | | Merge "libstagefright: defer kWhatSetParameters in OutputPortSettingsChangedS... | Lajos Molnar | 2014-12-04 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | libstagefright: defer kWhatSetParameters in OutputPortSettingsChangedState | Per Persson | 2014-12-04 | 1 | -0/+1 |
* | | | | Merge "Track volume should be maintained even if track is restored" | Glenn Kasten | 2014-12-02 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | Track volume should be maintained even if track is restored | seunghak.han | 2014-12-01 | 1 | -1/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge "Added support for YEAR metadata key from VorbisComments" | Glenn Kasten | 2014-12-01 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Added support for YEAR metadata key from VorbisComments | Andreas Lillvik | 2014-11-11 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge "Stagefright: Fix unused variables, functions, values" | Andreas Gampe | 2014-11-26 | 43 | -241/+95 |
|\ \ \ | |||||
| * | | | Stagefright: Fix unused variables, functions, values | Andreas Gampe | 2014-11-25 | 43 | -241/+95 |
* | | | | Merge "Fix overload of SoftVideoDecoderOMXComponent::updatePortDefinitions" | Chih-hung Hsieh | 2014-11-25 | 2 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | Fix overload of SoftVideoDecoderOMXComponent::updatePortDefinitions | Bernhard Rosenkränzer | 2014-11-20 | 2 | -3/+3 |
* | | | | | Remove deprecated register keyword | Bernhard Rosenkränzer | 2014-11-25 | 1 | -1/+1 |
* | | | | | Merge "Img_utils: Fix "unused" variables" | Andreas Gampe | 2014-11-25 | 2 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Img_utils: Fix "unused" variables | Andreas Gampe | 2014-11-24 | 2 | -2/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Libcpustats: Remove unused variable | Andreas Gampe | 2014-11-25 | 1 | -1/+0 |
* | | | | | Merge "Remove unused parameter" | chh | 2014-11-25 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Remove unused parameter | Bernhard Rosenkränzer | 2014-11-18 | 1 | -1/+1 |
* | | | | | | Merge "Remove bogus forward declarations" | Chih-hung Hsieh | 2014-11-24 | 2 | -4/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Remove bogus forward declarations | Bernhard Rosenkränzer | 2014-11-20 | 2 | -4/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Stagefright: Fix default typo | Andreas Gampe | 2014-11-24 | 1 | -2/+2 |
* | | | | | Merge "Remove check for an impossible condition" | Chih-hung Hsieh | 2014-11-24 | 1 | -4/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Remove check for an impossible condition | Bernhard Rosenkraenzer | 2014-10-04 | 1 | -4/+0 |
* | | | | | | Merge "C++11 compatibility." | Dan Albert | 2014-11-20 | 1 | -4/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | C++11 compatibility. | Dan Albert | 2014-11-20 | 1 | -4/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Remove extraneous parentheses | Bernhard Rosenkränzer | 2014-11-20 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge "Use standard syntax to initialize fields." | Glenn Kasten | 2014-11-19 | 1 | -712/+712 |
|\ \ \ \ \ | |||||
| * | | | | | Use standard syntax to initialize fields. | Chih-Hung Hsieh | 2014-11-14 | 1 | -712/+712 |
* | | | | | | Merge "Remove extraneous parentheses" | Chih-hung Hsieh | 2014-11-18 | 2 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove extraneous parentheses | Bernhard Rosenkränzer | 2014-11-18 | 2 | -2/+2 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Fix uninitialized variable | Bernhard Rosenkränzer | 2014-11-18 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | No need to #include atomic-inline.h if you have atomic.h. | Elliott Hughes | 2014-11-17 | 1 | -1/+0 |
* | | | | | Merge "Fix struct vs. class mismatches" | Chih-hung Hsieh | 2014-11-17 | 11 | -13/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Fix struct vs. class mismatches | Bernhard Rosenkränzer | 2014-11-17 | 11 | -13/+12 |
| | |_|_|/ | |/| | | | |||||
* | | | | | libcutils no longer requires that its users configure ANDROID_SMP. | Elliott Hughes | 2014-11-17 | 1 | -2/+0 |
|/ / / / | |||||
* | | | | Update calls to IInterface::asBinder() | Marco Nelissen | 2014-11-17 | 27 | -77/+76 |
* | | | | Move libldnhncr to libc++. | Dan Albert | 2014-11-15 | 1 | -1/+0 |
|/ / / | |||||
* | | | libstagefright: use __predict_false from bionic rather than CONDITION from lo... | Mark Salyzyn | 2014-11-11 | 1 | -1/+1 |
| |/ |/| |