1. 5544c66 Add support for common encryption by Marco Nelissen · 11 years ago
  2. 0364a91 Parse SBR extension sample rate by Marco Nelissen · 11 years ago
  3. 62ad907 Add support for fragmented mp4 to MPEG4Extractor by Marco Nelissen · 11 years ago
  4. 6020ef1 Merge "Memory leak solved in MPEG4Extractor::parseChunk for cover art" by Andreas Huber · 12 years ago
  5. 35c96b5 Merge "Handle large AVCC chunks" by Andreas Huber · 12 years ago
  6. 791841a Changed parsing of trkn and disk from 8 bits to 16 bits by Andreas Lillvik · 14 years ago
  7. 0fd2883 Handle large AVCC chunks by Jan Olof Svensson · 12 years ago
  8. 2cac3fc Memory leak solved in MPEG4Extractor::parseChunk for cover art by Jens Gulin · 12 years ago
  9. 7abab13 Fix iTunSMPB parsing for AAC tracks encoded with Nero by John Grossman · 12 years ago
  10. 1e9ee01 Fragmented mp4 extractor by Marco Nelissen · 12 years ago
  11. aeb8fd4 Add Fraunhofer AAC encoder with AAC-ELD support. by Dave Burke · 12 years ago
  12. bc8b5fa Fix the file mimetype reported by the mpeg4 extractor. by Andreas Huber · 12 years ago
  13. 5d2f8ba Parse gapless info from mp4 files by Marco Nelissen · 12 years ago
  14. 6655174 First step of refactoring 'timedtext' code. by Insun Kang · 13 years ago
  15. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  16. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  17. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  18. 456caf3 resolved conflicts for merge of 07bacabe to master by Andreas Huber · 13 years ago
  19. a0f2bf5 Properly identify how much metadata we need to cache in order to instantiate by Andreas Huber · 13 years ago
  20. 023132e am 510180f1: am 08e42967: Merge "Add support for retrieving location information in mp4/3gpp files" into ics-mr1 by James Dong · 13 years ago
  21. 4948818 Add support for retrieving location information in mp4/3gpp files by James Dong · 13 years ago
  22. e26dd87 Adds handler type 'sbtl' to support subtitles in various containers. by Insun Kang · 13 years ago
  23. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  24. 788a07f Return a runtime error instead of assertion if seeking beyond EOS in mpeg4 files. by Andreas Huber · 13 years ago
  25. 169c286 Make sure we have all the sample table metadata before declaring a track valid. by Andreas Huber · 13 years ago
  26. 0d0edfb - Retrieve is_drm in MediaMetadataRetriever. by Gloria Wang · 13 years ago
  27. 3b573f7 Timed text display format support: by Gloria Wang · 13 years ago
  28. 515e855 Extract embedded cover art (aka poster frame) in mp4 files by James Dong · 13 years ago
  29. 965d08b For out of band timed text support (timed text in a separate file). by Gloria Wang · 13 years ago
  30. 58fb391 Claim support for .3gpp2 A/B files. by Andreas Huber · 13 years ago
  31. 7a1e3e8 Initial CL for the timed text support: by Gloria Wang · 13 years ago
  32. 2e40530 Merge "Give PSP and QuickTime compatible mp4 files a chance to play" by James Dong · 13 years ago
  33. 34fe252 Remove the assertion and report content malform error to application by James Dong · 13 years ago
  34. 4678a6d Remove streamability verification, it's taking too long. Also... by Andreas Huber · 13 years ago
  35. 4cb2c4d Give PSP and QuickTime compatible mp4 files a chance to play by James Dong · 13 years ago
  36. bdba1f2 Reject streaming .mp4 files over http that are not muxed reasonably. by Andreas Huber · 13 years ago
  37. 633b4c8 mp4a box contains mp3 audio when the object type indication is 0x6b by James Dong · 13 years ago
  38. 17e89b5 d263 may contain optional bitr box, and thus its size can be up to 23 bytes by James Dong · 13 years ago
  39. 244ba87 Make available h263 DSI information from MPEG4Extractor by James Dong · 13 years ago
  40. 4931bb5 Make sure timestamps attached to encoded media are composition timestamps. by Andreas Huber · 13 years ago
  41. 113a954 Expose average video frame rate via MPEG4Extractor by James Dong · 14 years ago
  42. b45c01c Fix the presentation video resolution when it is different from the actual image resolution of the video. by James Dong · 14 years ago
  43. 11f8109 Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  44. a625623 Give the standard not compliant video sample a chance if its size in the mp4 header is invalid by James Dong · 14 years ago
  45. e071b05 Opted to recognize "h263" or "H263" boxes in an mp4 file by James Dong · 14 years ago
  46. c7fc37a 64-bit file size/offset support for media framework by James Dong · 14 years ago
  47. ba529e4 Support post-decode video rotation. by Andreas Huber · 14 years ago
  48. a9741a9 resolved conflicts for merge of 9084631d to gingerbread-plus-aosp by Gloria Wang · 14 years ago
  49. dcd25ef DRM framework support: by Gloria Wang · 14 years ago
  50. b9d3038 Make sure we cache the sampleTable again if using the caching datasource. by Andreas Huber · 14 years ago
  51. 49110ce Instead of asserting return a runtime error if the maximum sample size cannot be determined. by Andreas Huber · 14 years ago
  52. 5a1c352 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 14 years ago
  53. a65ccbf Be more lenient when validating ESDS information in mp4 audio tracks. Allow the absence of any codec specific data and assume that the mpeg4 headers are not lying to us. by Andreas Huber · 14 years ago
  54. 8bf59e7 Support for communicating if a buffer read from the _extractor_ is a sync sample or not. by Andreas Huber · 14 years ago
  55. 2500c2d Properly skip the 'skip' chunk in mpeg4 files. by Andreas Huber · 14 years ago
  56. abd1f4f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  57. 3c3ddfa Support a single format change at the beginning of audio playback. This way the AAC+ decoder may change its output format from what is originally encoded in the audio stream and we'll still play it back correctly. by Andreas Huber · 14 years ago
  58. 6cad99f Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled. by James Dong · 14 years ago
  59. 71b1a4e Properly identify malformed (too short) chunks in mpeg4 files. by Andreas Huber · 14 years ago
  60. 1b52bd2 Better sniffing of MPEG4 content by checking for a compatible sub-brand. by Andreas Huber · 14 years ago
  61. 1edbcb2 Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  62. b9dbba9 Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html by James Dong · 14 years ago
  63. 81f82c3 Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks. by Andreas Huber · 14 years ago
  64. 983b449 Support another kind of iso mpeg4 file. by Andreas Huber · 14 years ago
  65. 7469731 We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we'll play any bytestream that even vaguely resembles the spec... by Andreas Huber · 14 years ago
  66. 6f3a0c2 Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. by Andreas Huber · 14 years ago
  67. ea5ea10 Support vendor MPEG4 test content with apparently malformed chunks in them. by Andreas Huber · 14 years ago
  68. 5295c0c Propagate errors all the way through the MediaSources and send either MEDIA_PLAYBACK_COMPLETE or MEDIA_ERROR depending on the final reason for running out of buffers to play back. by Andreas Huber · 14 years ago
  69. bd5d93f Return runtime errors instead of asserting in MPEG4 file format validation, also add more validation to ensure presence of codec specific data for avc, aac and mpeg4. by Andreas Huber · 14 years ago
  70. 7b3396a Squashed commit of the following: by Andreas Huber · 14 years ago
  71. 66ac4df Add support for "album artist" tag. by Marco Nelissen · 14 years ago
  72. c5b366a Properly detect Adobe's .f4v file format as an mp4 ISO compliant file. by Andreas Huber · 14 years ago
  73. 26bae54 Support the disc number and custom genre tags for mp4. by Marco Nelissen · 14 years ago
  74. ec9dd59 A little less verbosity in stagefright and special treatment for the error state while shutting down. by Andreas Huber · 14 years ago
  75. ba7c7ee Apparently the generic mpeg4 file header does not describe the actual samplerate and channel count of the content in the case of mpeg4 audio, instead the 'ESDS' atom must be consulted. by Andreas Huber · 14 years ago
  76. 50a9976 For mpeg4 files streamed through HTTP, cache the entire sampletable metadata chunk in memory if possible. by Andreas Huber · 14 years ago
  77. 72b8c5a Support for 'iTunes-style' metadata in .mp4 and .3gp files. by Andreas Huber · 15 years ago
  78. c57b679 Squashed commit of the following: by Andreas Huber · 15 years ago
  79. e8a0849 Squashed commit of the following: by Andreas Huber · 15 years ago
  80. 7be6407 Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  81. 6064017 Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size. by Andreas Huber · 15 years ago
  82. 134ee6a Squashed commit of the following: by Andreas Huber · 15 years ago
  83. 738c431 Make sure the decoder's input buffers are large enough to hold the largest input data. Verify that the setting actually sticks. by Andreas Huber · 15 years ago
  84. 0dba737 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 15 years ago
  85. 34769bc New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 15 years ago
  86. 66326a5 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  87. 7e04dcf Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 15 years ago
  88. 89e69da Separated private from public header files. by Andreas Huber · 15 years ago
  89. 48c948b Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  90. 18291bc Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  91. 371e243 Support for amr-wb tracks in MPEG4Extractor. by Andreas Huber · 15 years ago
  92. dbc0344 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. by Andreas Huber · 15 years ago
  93. 693d271 Squashed commit of the following: by Andreas Huber · 15 years ago
  94. 0024245 Squashed commit of the following: by Andreas Huber · 15 years ago
  95. 20111aa Squashed commit of the following: by Andreas Huber · 15 years ago