summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instead of asserting that nothing bad happened during (software-)AAC decoding...Andreas Huber2010-03-171-1/+10
* The PV aac software decoder screws up if playing a mono-AACplus stream unless...Andreas Huber2010-02-261-6/+8
* Recover from a certain mp3 decoder error instead of signalling an error and t...Andreas Huber2010-02-241-6/+17
* Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber2010-02-041-4/+0
* The AVC software decoder always aligns the decoded dimensions to 16 pixel bou...Andreas Huber2010-01-291-2/+4
* Make sure the OMX component is synchronously shutdown before we try to instan...Andreas Huber2010-01-291-0/+2
* Make sure to release the buffer we're not using in case of an error.Andreas Huber2010-01-121-0/+3
* Squashed commit of the following:Andreas Huber2010-01-121-1/+1
* The mp3 decoder should not assert that decoding was successful but return an ...Andreas Huber2010-01-111-1/+6
* Protect against possible temporary objects going away before we get at their ...Andreas Huber2010-01-053-4/+7
* Merge "Fix mpeg4/h.263 software decoder."Andreas Huber2010-01-041-17/+61
|\
| * Fix mpeg4/h.263 software decoder.Andreas Huber2010-01-041-17/+61
* | Fix avc software decoder to properly handle SEI nalType and access unit delim...Andreas Huber2010-01-041-2/+8
|/
* am 122fe7e1: am 4d0e827d: Attempt to fix simular build break. Missing header ...James Dong2009-12-192-1/+2
|\