1. b8fdab2 Signal a runtime error if the AVCDecoder encounters an invalid frame. by Andreas Huber · 13 years ago
  2. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  3. b72c7e3 Squashed commit of the following: by Andreas Huber · 14 years ago
  4. 55f8aee Make sure we drain the avc software decoder's output queue once we run out of input data. by Andreas Huber · 14 years ago
  5. 45922df 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
  6. 1564455 Don't return a decoder error if the encoded stream does not start with SPS/PPS. by Andreas Huber · 14 years ago
  7. 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  8. 9402038 Update software AVC decoder to no longer require the kWantsNALFragments hack. by Andreas Huber · 14 years ago
  9. 7ff292c The AVC software decoder always aligns the decoded dimensions to 16 pixel boundaries, report this properly to callers. by Andreas Huber · 15 years ago
  10. 98b48de 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
  11. aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
  12. dd0359f Protect against possible temporary objects going away before we get at their data. by Andreas Huber · 15 years ago
  13. 6be8b14 Fix avc software decoder to properly handle SEI nalType and access unit delimiter. by Andreas Huber · 15 years ago
  14. b5ae1c8 The software AVCDecoder now properly seeks as requested. by Andreas Huber · 15 years ago
  15. 85adf5e 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
  16. d8729c5 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
  17. 4a0ec3f Initial checkin of software AVC video decoder based on PV source code. by Andreas Huber · 15 years ago