summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix preventing from heap overwrite in capture command"Glenn Kasten2014-02-281-34/+35
|\
| * Fix preventing from heap overwrite in capture commandRyszard Grzesica2014-02-201-34/+35
* | AArch64: Correction for LP64Marcus Oakland2014-02-261-5/+5
* | Merge "Avoid a building error"Glenn Kasten2014-02-251-1/+3
|\ \
| * | Avoid a building errorChih-Wei Huang2013-01-101-1/+3
* | | Merge "LiveSession: Use the actual, possibly redirected url as base in the M3U"Marco Nelissen2014-02-202-4/+13
|\ \ \ | |_|/ |/| |
| * | LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-01-102-4/+13
* | | libeffects: don't set module pathColin Cross2014-02-131-1/+0
* | | Replace size_t in shared memory by uint32_tGlenn Kasten2014-02-131-6/+13
* | | Merge "avcenc: Only do startcode escaping if the next byte requires it"Lajos Molnar2014-02-111-6/+9
|\ \ \
| * | | avcenc: Only do startcode escaping if the next byte requires itMartin Storsjo2014-02-111-6/+9
* | | | Make frameworks/av 64-bit compatibleKévin PETIT2014-02-1130-95/+105
|/ / /
* | | Merge "AudioTrack: Never try to use the fast path if resampling is required"Glenn Kasten2014-02-101-0/+6
|\ \ \
| * | | AudioTrack: Never try to use the fast path if resampling is requiredMartin Storsjo2014-01-311-0/+6
* | | | Merge "avcenc: Update video port parameters in the base class"Lajos Molnar2014-02-101-0/+11
|\ \ \ \
| * | | | avcenc: Update video port parameters in the base classMartin Storsjo2013-11-211-0/+11
* | | | | Merge "ChromiumHTTPDataSource: Keep track of the redirected URL"Lajos Molnar2014-02-103-0/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ChromiumHTTPDataSource: Keep track of the redirected URLMartin Storsjo2013-11-253-0/+7
* | | | | Merge "SoftVPXEncoder: Set the frame size on the output port as well"Lajos Molnar2014-02-101-0/+3
|\ \ \ \ \
| * | | | | SoftVPXEncoder: Set the frame size on the output port as wellMartin Storsjo2013-11-251-0/+3
| |/ / / /
* | | | | M3UParser: Fix typo in 8883a38a308Martin Storsjo2014-02-101-1/+1
* | | | | Merge "M3UParser: Skip query strings when looking for the last slash in a URL"Marco Nelissen2014-02-101-12/+22
|\ \ \ \ \
| * | | | | M3UParser: Skip query strings when looking for the last slash in a URLMartin Storsjo2014-02-051-12/+22
* | | | | | frameworks/av: fix errors inside ALOGVColin Cross2014-02-064-5/+4
|/ / / / /
* | | | | correct one logic error in decide whether should render or notJianzheng Zhou2014-02-032-2/+2
| |_|/ / |/| | |
* | | | fix deadlock issues that arise when there are simultaneousjpadmana2014-01-315-31/+88
* | | | frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-277-9/+9
* | | | Merge "Only increase the counter when we do take a wakelock"Eric Laurent2014-01-271-5/+7
|\ \ \ \
| * | | | Only increase the counter when we do take a wakelockJimmy Dalqvist2014-01-221-5/+7
* | | | | Do partial reads in MemoryLeakTrackUtilOscar Rydhé2014-01-231-3/+11
|/ / / /
* | | | Merge "Long mp3 metadata displays as corrupted file after transfer"Marco Nelissen2014-01-173-18/+26
|\ \ \ \
| * | | | Long mp3 metadata displays as corrupted file after transferYin Liu2013-12-203-18/+26
* | | | | Merge "Added support for ID3v2 meta data in 3gp files"Marco Nelissen2014-01-175-9/+89
|\ \ \ \ \
| * | | | | Added support for ID3v2 meta data in 3gp filesOscar Rydhé2014-01-165-9/+89
* | | | | | Merge "Fix compile error in NuPlayerRenderer debug print"Marco Nelissen2014-01-171-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix compile error in NuPlayerRenderer debug printOscar Rydhé2014-01-031-1/+3
* | | | | | Merge "Avoid jumps to faulty position after seeks"Marco Nelissen2014-01-151-1/+4
|\ \ \ \ \ \
| * | | | | | Avoid jumps to faulty position after seeksRoger1 Jonsson2013-12-181-1/+4
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix c++11 narrowing"Nick Kralevich2014-01-111-1/+1
|\ \ \ \ \ \
| * | | | | | Fix c++11 narrowingsynergydev2013-10-251-1/+1
* | | | | | | Merge "HLS: Fixed rounding error with decimal segment duration"Marco Nelissen2014-01-091-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | HLS: Fixed rounding error with decimal segment durationOscar Rydhé2013-12-191-1/+1
| | |/ / / / | |/| | | |
* | | | | | stagefright: do not offload LD-AAC decodingEric Laurent2013-12-212-0/+14
* | | | | | stagefright: fix offloading HE-AAC sampling rate.Eric Laurent2013-12-191-17/+23
|/ / / / /
* | | | | libeffects: do not use GNU old-style field designatorssynergy dev2013-12-172-14/+14
* | | | | libstagefright: Delay release of wakelock in TimedEventQueueHaynes Mathew George2013-12-172-6/+9
* | | | | AudioTrack: fix position callback after restoreEric Laurent2013-12-171-1/+0
* | | | | update offloaded audio track sampling rateEric Laurent2013-12-174-2/+42
* | | | | Merge "Increase kFastTrackMultiplier from 1 to 2"Glenn Kasten2013-12-171-4/+7
|\ \ \ \ \
| * | | | | Increase kFastTrackMultiplier from 1 to 2Glenn Kasten2013-12-041-4/+7