- 24 Apr, 2013 1 commit
-
-
Yajun Zeng authored
without this fix, (rand()*1000)/RAND_MAX is mainly 0. Change-Id: I48ae940a7b6974b197d81732774c9dcea107bcf1 Signed-off-by:
Yajun Zeng <beanz@marvell.com>
-
- 22 Apr, 2013 2 commits
-
-
Marco Nelissen authored
-
Jun Tian authored
On emulator, the camera video recording crashes randomly. It's caused by wrong timestamp when encoding the video frame. The element of the vector is erased before accessing it. Therefore, when reading the timestamp from the element, the memory of the element has been changed. Change-Id: I9750417fbb9dc4697ccae1e78e286b23925d3764 Signed-off-by:
Panfeng Chang <panfengx.chang@intel.com> Signed-off-by:
Jun Tian <jun.j.tian@intel.com>
-
- 15 Mar, 2013 2 commits
-
-
Andreas Huber authored
-
Glenn Kasten authored
-
- 12 Mar, 2013 2 commits
-
-
Ola Andersson authored
Prevent frame duration from being negative when exporting movie studio project Change-Id: I459fb243650c777c2b59d1094acc88c3a944bd81
-
Xuefei Chen authored
If DESCRIBE response is received with status 200 but no content, MyHandler will still set content data for session description parsing. This will cause NULL Pointer crash. This fix checks whether DESCRIBE response has content before parsing session description. Change-Id: I114ae6fd54ce804e61718f62618ca9008425a433
-
- 01 Mar, 2013 1 commit
-
-
Marco Nelissen authored
-
- 28 Feb, 2013 1 commit
-
-
Sangkyu Lee authored
BpMediaMetadataRetriever::extractMetadata() returns a string which is returned by readCString() function of the reply parcel object. However, the parcel object is destroyed at the end of the extractMetadata() function, and so the returned pointer is invalid. This patch fixes this problem by storing the metadata string value. Change-Id: I2a2ccba78246175b2845a237679d6cebe881e83b Signed-off-by:
Sangkyu Lee <sk82.lee@lge.com>
-
- 27 Feb, 2013 3 commits
-
-
Andreas Huber authored
-
Andreas Huber authored
-
Andreas Huber authored
-
- 17 Feb, 2013 1 commit
-
-
Martin Storsjo authored
The correct enum for the format used is OMX_AUDIO_AMRFrameFormatFSF, which is the same as is used in amrnb/enc/SoftAMRNBEncoder.cpp, amrwbenc/SoftAMRWBEncoder.cpp and in OMXCodec and ACodec. The OMX_AUDIO_AMRFrameFormatConformance enum refers to an odd file format only used for conformance tests, not used in the wild. Change-Id: Idc395fc1d4969e33453522d6ec6526876438c526
-
- 31 Jan, 2013 6 commits
-
-
Martin Storsjo authored
Previously, it set the encoding type to AAC, which is just a typo. Change-Id: I2dcae1f579e9feb0b35b6f5d334028c534275042
-
Martin Storsjo authored
The first byte is the number of bytes in the string to display, the rest is the actual string (see ISO/IEC 14496-12:2008 page 29, compressorname in VisualSampleEntry) to display. Currently, all 31 space characters are displayed in certain players (such as Apple QuickTime Player) instead of the plain codec name (e.g. "H.264"). By writing the string length properly, the actual content of the remaining 31 bytes is ignored instead of displayed. Change-Id: I7f93a8966d74a4e86abc46c3dcb70f71780d9cd6
-
Eino-Ville Talvala authored
# Via Igor Murashkin * commit '9b7e8fc7': Camera2: Fix JPEG quality metadata type, new warnings.: DO NOT MERGE
-
Igor Murashkin authored
# Via Igor Murashkin * commit 'abeee0ec': Camera2: fix metadata symbols: DO NOT MERGE
-
Eino-Ville Talvala authored
- JPEG quality tag is now a uint8_t, not an int. Update parameter code accordingly. - Fix new warnings about narrowing conversions. Bug: 7944244 Change-Id: Ie081c57c9e9323148614b170b132ffb98c0a0b9f
-
Igor Murashkin authored
Change-Id: I59e457824782de26b7b489cd92eb33d48e6ee2d9
-
- 21 Dec, 2012 4 commits
-
-
James Dong authored
* commit '12834fe2': libvideoeditor: fix code bugs when enabling all-level debugging macros
-
James Dong authored
-
James Dong authored
* commit 'b54cedab': Use default values when MPEG4 audio config parsing fails.
-
James Dong authored
-
- 20 Dec, 2012 4 commits
-
-
James Dong authored
am 2a55b596: Merge "libvideoeditor: fix cannot show some thumbnails in storyboard or no frame display in PreviewRenderer surface after importing video" * commit '2a55b596': libvideoeditor: fix cannot show some thumbnails in storyboard or no frame display in PreviewRenderer surface after importing video
-
James Dong authored
Merge "libvideoeditor: fix cannot show some thumbnails in storyboard or no frame display in PreviewRenderer surface after importing video"
-
Glenn Kasten authored
* commit 'df9cce64': Allow multichannel FLAC files
-
Glenn Kasten authored
-
- 17 Dec, 2012 2 commits
-
-
Glenn Kasten authored
* commit 'f38259cf': Fix bug in WAVExtractor for 24-bit per sample wav
-
Glenn Kasten authored
-
- 14 Dec, 2012 5 commits
-
-
Jean-Baptiste Queru authored
* commit '0cd75629': Match new paths and organization in external/libvpx
-
Marco Nelissen authored
* commit '409542cd': FileSource: FILE is not closed
-
Jean-Baptiste Queru authored
-
Marco Nelissen authored
-
You Kim authored
Add destructor to call fclose. Change-Id: I765c56236f8df58af998439492b0b955ab57606f
-
- 13 Dec, 2012 1 commit
-
-
Johann authored
See I2c0a87b0fc049e855e21f455b806287b578091de Change-Id: Iec8566bce0a4763a9a17b4a46f15aa39b5bcd141
-
- 10 Dec, 2012 1 commit
-
-
Glenn Kasten authored
* commit 'f0ff908d': Logging to investigate a crash
-
- 08 Dec, 2012 1 commit
-
-
Glenn Kasten authored
Bug: 6490974 Change-Id: Ib926a9258bde4ee05ed42eea662dff68e426a997
-
- 06 Dec, 2012 1 commit
-
-
Andreas Huber authored
* commit '03425d9c': Fix bad checks that causes crash when streaming H.263 content.
-
- 05 Dec, 2012 1 commit
-
-
Andreas Huber authored
-
- 03 Dec, 2012 1 commit
-
-
Andreas Huber authored
* commit 'f00d40c7': Memory leak solved in MPEG4Extractor::parseChunk for cover art
-