1. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  2. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  4. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  5. 2e460c5 Remove PV AVC decoder by James Dong · 13 years ago
  6. 15825c7 Merge "Support profile and level query for SW video decoders" by James Dong · 13 years ago
  7. 87e031c Remove old-style software decoders. by Andreas Huber · 13 years ago
  8. 457116d Support profile and level query for SW video decoders by James Dong · 13 years ago
  9. ba499b5 Return ERROR_END_OF_STREAM when the input source reaches eos by James Dong · 13 years ago
  10. a920660 Fix module tags on stagefright software decoders. by Andreas Huber · 13 years ago
  11. bbba88c Squashed commit of the following: by Andreas Huber · 13 years ago
  12. d13ff41 Signal a runtime error if the AVCDecoder encounters an invalid frame. by Andreas Huber · 14 years ago
  13. 27c1744 Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 14 years ago
  14. 1cc7392 If camera source uses the metadata, we must use HW encoder by James Dong · 14 years ago
  15. f5ab57c Squashed commit of the following: by Andreas Huber · 14 years ago
  16. 393410a Separate the key for audio sampling rate and video frame rate in MetaData.h by James Dong · 14 years ago
  17. 5cb8fdb Added profile and level translation in SW video encoders by James Dong · 14 years ago
  18. 56cfa23 Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  19. 6a63a93 Squashed commit of the following: by Andreas Huber · 14 years ago
  20. 5a808f8 Make sure we drain the avc software decoder's output queue once we run out of input data. by Andreas Huber · 14 years ago
  21. 72b2749 Sometimes the avc software decoder will signal that a frame is ready but then unexpectedly fail to return the frame... stop asserting on that and return an error instead. by Andreas Huber · 14 years ago
  22. 76c6e8f Only add 4 bytes offset for the output media buffer when SPS is not received for SW AVC encoder by James Dong · 14 years ago
  23. abfedeb Mainly fix two mistakes that I made: by James Dong · 14 years ago
  24. 60d77eb Fix software avc encoder crash at EOS. by Andreas Huber · 14 years ago
  25. 5328abe Don't send late frames to software encoders for encoding by James Dong · 14 years ago
  26. db004e1 Add input buffer size check for software video encoders by James Dong · 14 years ago
  27. 51dfe6d Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer by James Dong · 14 years ago
  28. 2b3b9b2 Don't return a decoder error if the encoded stream does not start with SPS/PPS. by Andreas Huber · 14 years ago
  29. abd1f4f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  30. d54329e Fix simulator build - missing header file <string.h> - need to define -D__arm__ by James Dong · 14 years ago
  31. 29a8445 Initial checkin for software AVC encoder by James Dong · 14 years ago
  32. 528b314 Update software AVC decoder to no longer require the kWantsNALFragments hack. by Andreas Huber · 14 years ago
  33. 77356c3 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  34. 1846096 The AVC software decoder always aligns the decoded dimensions to 16 pixel boundaries, report this properly to callers. by Andreas Huber · 15 years ago
  35. 69f5f4c Make sure the OMX component is synchronously shutdown before we try to instantiate another one. Also properly cleanup the software AVC decoder to avoid leaking memory. by Andreas Huber · 15 years ago
  36. fc9ba09 Squashed commit of the following: by Andreas Huber · 15 years ago
  37. a66a27e Protect against possible temporary objects going away before we get at their data. by Andreas Huber · 15 years ago
  38. c60bc4a Fix avc software decoder to properly handle SEI nalType and access unit delimiter. by Andreas Huber · 15 years ago
  39. 3bcbcd0 Attempt to fix the simulator build by including stdlib.h for NULL. by Andreas Huber · 15 years ago
  40. 587423f The software AVCDecoder now properly seeks as requested. by Andreas Huber · 15 years ago
  41. 6b91407 Propagate duration from input to output only if available, support multiple full frames of audio per input buffer in AMR/AAC decoders. by Andreas Huber · 15 years ago
  42. 72124cf Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 15 years ago
  43. 609f1a0 Initial checkin of software AVC video decoder based on PV source code. by Andreas Huber · 15 years ago