summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
* Proper recovery of timestamp information in the transport stream parser.Andreas Huber2010-12-151-3/+3
* Emit better (correct) timestamps that respect AAC upsampling.Andreas Huber2010-12-141-1/+1
* libstagefright: Compile MP3 & AAC decoders in 32bit ARM ModeJames Wylder2010-12-092-0/+4
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-022-2/+2
* Squashed commit of the following:Andreas Huber2010-11-221-5/+22
* Add initial stereo capture support for AAC encoderJames Dong2010-11-151-13/+29
* Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-112-4/+4
* Fix missing breaks in the profile/level conversion code in M4vH263 encoderJames Dong2010-11-091-1/+6
* Added profile and level translation in SW video encodersJames Dong2010-10-272-5/+188
* Assume that all of the decoded vorbis audio data is valid unless the source i...Andreas Huber2010-10-261-6/+14
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-155-5/+5
* Increase scratch buffers sizes in mp3 software decoder, this integrates a PV ...Andreas Huber2010-10-073-4/+4
* Squashed commit of the following:Andreas Huber2010-10-011-0/+1
* Merge "AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead." into...Chia-chi Yeh2010-09-283-55/+19
|\
| * AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead.Chia-chi Yeh2010-09-293-55/+19
* | Properly flush the AudioTrack/AudioSink on a seek request and make sure that ...Andreas Huber2010-09-282-0/+8
* | Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber2010-09-281-0/+18
|/
* Make sure we drain the avc software decoder's output queue once we run out of...Andreas Huber2010-09-221-43/+53
* Another attempt for fixing AAC+/eAAC+ related issueJames Dong2010-09-201-12/+57
* Sometimes the avc software decoder will signal that a frame is ready but then...Andreas Huber2010-09-161-4/+11
* Upgrade to the latest .webm project code.Andreas Huber2010-09-151-5/+7
* HW audio encoder expects timestamp via kKeyTime from each input bufferJames Dong2010-09-083-3/+3
* Not all audio source has the drift time informationJames Dong2010-09-033-12/+15
* Calculate audio media drift time from AudioSourceJames Dong2010-09-013-8/+39
* Only add 4 bytes offset for the output media buffer when SPS is not received ...James Dong2010-08-191-5/+10
* Mainly fix two mistakes that I made:James Dong2010-08-122-2/+2
* Fix software avc encoder crash at EOS.Andreas Huber2010-08-121-2/+0
* Don't send late frames to software encoders for encodingJames Dong2010-08-122-2/+27
* Add input buffer size check for software video encodersJames Dong2010-08-102-0/+20
* Only check the codec specific data when the output buffer contains kKeyIsCode...James Dong2010-08-101-7/+22
* Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber2010-08-093-0/+229
* Don't return a decoder error if the encoded stream does not start with SPS/PPS.Andreas Huber2010-08-041-130/+146
* Allows the authoring engine to skip frame.James Dong2010-07-221-0/+1
* Support finer seek control on MediaSources.Andreas Huber2010-07-2111-22/+157
* Merge "Progress status notification" into gingerbreadJames Dong2010-07-201-1/+0
|\
| * Progress status notificationJames Dong2010-07-201-1/+0
* | Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled.James Dong2010-07-191-9/+13
* | Fix simulator build (1st attempt)James Dong2010-07-181-0/+1
|/
* Initial check-in for software m4v_h263 encoderJames Dong2010-07-1537-0/+26272
* Fix simulator buildJames Dong2010-07-132-0/+4
* Initial checkin for software AVC encoderJames Dong2010-07-1323-0/+17812
* Enable the support for decoding audio with AAC+ and eAAC+ featuresJames Dong2010-07-081-45/+61
* Added encoding parameters set up for H263 video encoderJames Dong2010-06-293-7/+24
* Fixed the software AAC encoderJames Dong2010-06-231-28/+52
* Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-231-27/+30
* Audio/video sync during recording (second part)James Dong2010-06-213-3/+3
* Initial checkin for pause and resume controlJames Dong2010-06-111-4/+7
* Squashed commit of the following:Andreas Huber2010-05-243-0/+250
* Update software AVC decoder to no longer require the kWantsNALFragments hack.Andreas Huber2010-05-201-59/+88
* am 3c16154a: am 2723e092: Merge "Better handling of codec initialization fail...Andreas Huber2010-05-201-2/+9
|\