summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of preliminary support for "http live" streaming in stagefright.Andreas Huber2010-06-078-4/+622
* Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-0714-2/+1609
* Merge "Initial checkin of "foundation" library for future stagefright develop...Andreas Huber2010-06-0710-0/+1334
|\
| * Initial checkin of "foundation" library for future stagefright development.Andreas Huber2010-06-0710-0/+1334
* | Merge "Remove hard-coded pixel format for recording frames in CameraSource. R...James Dong2010-06-071-10/+33
|\ \ | |/ |/|
| * Remove hard-coded pixel format for recording frames in CameraSource.James Dong2010-06-031-10/+33
* | Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer Audio...Eric Laurent2010-06-049-29/+369
|\ \
| * | Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m...Eric Laurent2010-06-039-29/+369
| |/
* | am e896d416: am 2e3761ba: Merge "Changes to the prefetcher to allow for burst...Andreas Huber2010-06-031-12/+50
|\ \ | |/ |/|
| * am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to ...Andreas Huber2010-06-031-12/+50
| |\
| | * Changes to the prefetcher to allow for bursts of data to be transferred, hope...Andreas Huber2010-06-031-12/+50
* | | A debugging DataSource artifically limiting the available bandwidth.Andreas Huber2010-06-013-0/+137
* | | Merge "Avoid copying for input recording frames in CameraSource" into krakenJames Dong2010-05-281-25/+36
|\ \ \
| * | | Avoid copying for input recording frames in CameraSourceJames Dong2010-05-281-25/+36
* | | | Better sniffing of MPEG4 content by checking for a compatible sub-brand.Andreas Huber2010-05-271-1/+79
|/ / /
* | | Merge "After failing to create an AudioTrack, only stop the source if we were...Andreas Huber2010-05-271-2/+6
|\ \ \
| * | | After failing to create an AudioTrack, only stop the source if we were the on...Andreas Huber2010-05-261-2/+6
* | | | Remove the logic in CameraSource using CameraParameters class to find out the...James Dong2010-05-271-24/+5
* | | | Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into k...James Dong2010-05-261-1/+27
|\ \ \ \
| * | | | Avoid repeatedly allocating and freeing memory in CameraSourceJames Dong2010-05-261-1/+27
* | | | | Convert a number of assertions into runtime errors (OggExtractor)Andreas Huber2010-05-261-20/+46
| |/ / / |/| | |
* | | | Merge "Squashed commit of the following:" into krakenAndreas Huber2010-05-266-0/+316
|\ \ \ \
| * | | | Squashed commit of the following:Andreas Huber2010-05-246-0/+316
* | | | | Merge "Fix issue 2667797: [Audio Effect Framework] new base class and binder ...Eric Laurent2010-05-253-1/+335
|\ \ \ \ \
| * | | | | Fix issue 2667797: [Audio Effect Framework] new base class and binder interfa...Eric Laurent2010-05-243-1/+335
* | | | | | Merge "Support for thumbnail extraction in the Matroska extractor." into krakenAndreas Huber2010-05-252-41/+133
|\ \ \ \ \ \
| * | | | | | Support for thumbnail extraction in the Matroska extractor.Andreas Huber2010-05-252-41/+133
* | | | | | | Merge "Fix the simulator build broken by commit 5fe37c6838de9fbd959ad19ba44aa...Eric Laurent2010-05-252-1/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix the simulator build broken by commit 5fe37c6838de9fbd959ad19ba44aa3d00d1b...Eric Laurent2010-05-252-1/+4
| |/ / / / /
* | | | | | Support for ogg(vorbis) metadata in stagefright including album art.Andreas Huber2010-05-252-64/+201
|/ / / / /
* | | | | Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and librari...Eric Laurent2010-05-2423-0/+9668
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries.Eric Laurent2010-05-2123-0/+9668
* | | | | Merge "Properly handle start code in H264/AVC encoder output" into krakenJames Dong2010-05-242-2/+3
|\ \ \ \ \
| * | | | | Properly handle start code in H264/AVC encoder outputJames Dong2010-05-202-2/+3
| |/ / / /
* | | | | Interestingly, a call to fseek with a NULL file handle now blocks forever...Andreas Huber2010-05-241-0/+8
| |/ / / |/| | |
* | | | Merge "Support for media extraction from .mkv/.mka Matroska files in stagefri...Andreas Huber2010-05-2111-2/+4156
|\ \ \ \ | |/ / / |/| | |
| * | | Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-2011-2/+4156
* | | | Merge "Update software AVC decoder to no longer require the kWantsNALFragment...Andreas Huber2010-05-201-59/+88
|\ \ \ \
| * | | | Update software AVC decoder to no longer require the kWantsNALFragments hack.Andreas Huber2010-05-201-59/+88
| |/ / /
* | | | Merge "Workaround for preview frame rate setting and encoder profile and leve...James Dong2010-05-202-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Workaround for preview frame rate setting and encoder profile and level setti...James Dong2010-05-202-4/+2
* | | | am 3c16154a: am 2723e092: Merge "Better handling of codec initialization fail...Andreas Huber2010-05-203-5/+20
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am 2723e092: Merge "Better handling of codec initialization failure in the pl...Andreas Huber2010-05-203-5/+20
| |\ \ | | |/
| | * Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-203-5/+20
* | | Initial software encoder checkinsJames Dong2010-05-19215-39/+44259
* | | Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.Eric Laurent2010-05-172-77/+107
* | | am a5cd816c: am eb9128f9: Fix sampleTable instantiation, this makes sure that...Andreas Huber2010-05-141-1/+2
|\ \ \ | |/ /
| * | am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample t...Andreas Huber2010-05-141-1/+2
| |\ \ | | |/
| | * Fix sampleTable instantiation, this makes sure that the sample table refers t...Andreas Huber2010-05-141-1/+2
* | | Detect and handle premature termination of a recording sessionJames Dong2010-05-143-7/+17