summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-201-2/+9
* | Initial software encoder checkinsJames Dong2010-05-19209-17/+44004
|/
* Return a runtime error instead of asserting if the AACDecoder is passed an un...Andreas Huber2010-05-131-2/+4
* Better seek handling and proper reset of the vorbis decoder after a discontin...Andreas Huber2010-05-111-8/+10
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-073-0/+263
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-052-4/+0
* Ignore corrupt aac audio frames and substitute silence.Andreas Huber2010-04-121-12/+19
* Update AMR codec.Dave Sparks2010-04-011-1/+1
* Properly fill in the component name for the software decoders.Andreas Huber2010-03-305-0/+10
* Report a runtime error rather than asserting if the amr software decoder read...Andreas Huber2010-03-181-1/+9
* Either the software mp3 decoder's CRC computation is wrong (and PV never enab...Andreas Huber2010-03-181-1/+1