OSDN Git Service

am 89bc1395: Merge "Add more error checking for ndc" into froyo
authorKenny Root <kroot@google.com>
Wed, 2 Jun 2010 02:56:42 +0000 (19:56 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Wed, 2 Jun 2010 02:56:42 +0000 (19:56 -0700)
commit2846041031d84869c3ee0af5e834b975697aa996
treece2620bfcd981e0b9a023ba424f4dfb00c53ec4a
parent7c7eadeb4f72878bbbb76e3353767985ed024033
parentcaf742fdf5122799233f851569535ea3c51396a7
am 89bc1395: Merge "Add more error checking for ndc" into froyo

Merge commit '89bc1395748a0a139db82adbf01166ed6fa79766' into froyo-plus-aosp

* commit '89bc1395748a0a139db82adbf01166ed6fa79766': (392 commits)
  Add more error checking for ndc
  Add javadoc for camera scene modes.
  more clean-up in preparation of bigger changes
  Fix a typo in Singleton<>
  Avoid copying for input recording frames in CameraSource
  Add video frame parameter.
  more clean-up of Surfaceflinger's client management
  Better sniffing of MPEG4 content by checking for a compatible sub-brand.
  Remove the logic in CameraSource using CameraParameters class to find out the buffer size.
  Add support for gps altitude EXIF tags.
  minor clean-up GLclampx -> GLclampf
  clean-up dead-code
  Make sure to use filtering while in fixed-size mode
  oopsie. forgot to displatch SET_BUFFERS_GEOMETRY
  Avoid repeatedly allocating and freeing memory in CameraSource
  After failing to create an AudioTrack, only stop the source if we were the ones starting it.
  Convert a number of assertions into runtime errors (OggExtractor)
  fix [2712278] The preview buffer left some black borders in left and bottom edges
  Fix 2667859: change text back to default size
  Support for thumbnail extraction in the Matroska extractor.
  ...