summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright
Commit message (Expand)AuthorAgeFilesLines
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-1/+1
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-0/+7
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-226-30/+316
* Limit the amount of audio record data in each bufferJames Dong2012-02-151-0/+1
* Playback rate on MediaPlayerJean-Michel Trivi2012-02-131-0/+2
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-36/+0
* Enable B frame support in MPEG4WriterJames Dong2012-02-071-1/+1
* Don't call virtual function in destructor of SurfaceMediaSourceJames Dong2012-02-061-1/+3
* Merge "Don't call virtual functions in the destructor for audio and camera so...James Dong2012-02-043-6/+5
|\
| * Don't call virtual functions in the destructor for audio and camera source cl...James Dong2012-02-023-6/+5
* | Don't call virtual functions in destructors for the writer classesJames Dong2012-02-024-4/+8
|/
* Merge "Use audio_source_t consistently"Glenn Kasten2012-01-271-1/+1
|\
| * Use audio_source_t consistentlyGlenn Kasten2012-01-261-1/+1
* | The software AAC encoder is now an OMX component.Andreas Huber2012-01-261-0/+1
|/
* Separate sniffing from session initializationJames Dong2012-01-123-4/+4
* If an error occurs that prevents us from reallocating buffers during a format...Andreas Huber2011-11-281-0/+2
* Merge "Report a runtime error instead of asserting on malformed avc configura...Andreas Huber2011-11-221-0/+4
|\
| * Report a runtime error instead of asserting on malformed avc configuration data.Andreas Huber2011-11-181-0/+4
* | Fix log spamming during time lapse video recordingJames Dong2011-11-212-4/+3
|/
* Add support for retrieving location information in mp4/3gpp filesJames Dong2011-11-101-0/+1
* am b7b4eaaa: Merge "Stagefright: push blank buffers when tearing down" into i...Jamie Gennis2011-10-261-0/+1
|\
| * Stagefright: push blank buffers when tearing downJamie Gennis2011-10-251-0/+1
* | Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-131-1/+4
|\ \ | |/ |/|
| * Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-1/+4
* | Set crop params to ANative Window during Initialization.Lakshman Gowda2011-10-051-0/+2
|/
* Gracefuly return on detecting wrong AAC format from corrupted filesGilles-Arnaud Bleu-Laine2011-09-301-1/+1
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-0/+6
* Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-261-0/+1
* Change an assert failure due to unsupported level by HW AVC decoder and repor...James Dong2011-09-131-1/+1
* Turn an another assertion into a runtime error in ACodec's implementationAndreas Huber2011-09-121-0/+2
* Merge "Incr. MIN_UNDEQUEUED_BUFFERS in SurfaceMediaSource"Pannag Sanketi2011-08-311-1/+1
|\
| * Incr. MIN_UNDEQUEUED_BUFFERS in SurfaceMediaSourcePannag Sanketi2011-08-311-1/+1
* | Fix SurfaceMediaSource timestamp handling.Eino-Ville Talvala2011-08-301-0/+7
* | Merge "Modify enum value of OMX_COLOR_FormatAndroidOpaque"Pannag Sanketi2011-08-261-1/+1
|\ \ | |/ |/|
| * Modify enum value of OMX_COLOR_FormatAndroidOpaquePannag Sanketi2011-08-261-1/+1
* | Support for posting messages and synchronously waiting for a response.Andreas Huber2011-08-252-1/+23
|/
* Testing the GL/ CPU encoding w/ Gralloc buffersPannag Sanketi2011-08-242-5/+13
* Error handling in ACodec and Nuplayer.Andreas Huber2011-08-161-2/+1
* Revert "Notify the OMX component that it's going to be used in "secure" mode."Andreas Huber2011-08-102-12/+0
* return correct value from query after connecting a surfaceMathias Agopian2011-08-081-1/+2
* Notify the OMX component that it's going to be used in "secure" mode.Andreas Huber2011-08-082-0/+12
* Eliminate superfluous memcpys by wrapping an ABuffer in a MediaBufferAndreas Huber2011-08-041-0/+4
* Merge "Adding Metadata mode to SurfaceMediaSource"Pannag Sanketi2011-07-252-1/+15
|\
| * Adding Metadata mode to SurfaceMediaSourcePannag Sanketi2011-07-222-1/+15
* | Merge "Do not support still image capture mode for timelapse video recording"James Dong2011-07-251-76/+0
|\ \
| * | Do not support still image capture mode for timelapse video recordingJames Dong2011-07-241-76/+0
* | | Merge "Do not wait forever for output buffers in OMXCodec.cpp and error out i...James Dong2011-07-241-0/+1
|\ \ \
| * | | Do not wait forever for output buffers in OMXCodec.cpp and error out in case ...James Dong2011-07-151-0/+1
* | | | Merge "QueryCodecs() signature change"Jean-Michel Trivi2011-07-241-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | QueryCodecs() signature changeJean-Michel Trivi2011-07-221-0/+7