summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Convert line breaks to Unix style"James Dong2011-05-25175-29631/+29631
|\
| * Convert line breaks to Unix styleMans Rullgard2011-05-21175-29631/+29631
* | Make sure the software mpeg4 decoder supports multiple input frames per input...Andreas Huber2011-05-241-8/+19
|/
* Fix module tags on stagefright software decoders.Andreas Huber2011-05-168-8/+8
* Squashed commit of the following:Andreas Huber2011-05-1127-22/+4420
* Merge "Initial check-in for AACWriter"James Dong2011-05-041-1/+1
|\
| * Initial check-in for AACWriterJames Dong2011-05-041-1/+1
* | Signal an error if aac decoding fails early.Andreas Huber2011-05-041-0/+17
|/
* Merge "Fix AAC encoder test util and remove files that are not needed"James Dong2011-03-2210-589/+15
|\
| * Fix AAC encoder test util and remove files that are not neededJames Dong2011-03-2110-589/+15
* | Fix AMRWB test util and remove useless filesJames Dong2011-03-218-281/+13
|/
* Signal a runtime error if the AVCDecoder encounters an invalid frame.Andreas Huber2011-03-181-1/+2
* am 782ffe91: am 9c0c5b56: am 2f1f2248: Fix missing AOSP copyright headers for...James Dong2011-03-171-0/+15
|\
| * Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+15
* | Merge "frameworks/base: remove LOCAL_PRELINK_MODULE"Iliyan Malchev2011-03-143-3/+3
|\ \
| * | frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-143-3/+3
* | | Merge "libstagefright: Add error handling in AMRNB deooder"James Dong2011-03-141-2/+12
|\ \ \ | |/ / |/| |
| * | libstagefright: Add error handling in AMRNB deooderSidipotu Ashok2011-03-141-2/+12
* | | Fix PV AAC decoder crash due to out-of-boundary array access.James Dong2011-03-141-7/+25
|/ /
* | If MP3 decoder output frame size were 0, media server would crash.James Dong2011-03-111-1/+9
|/
* Fix a leak from AACEncoder.cppJames Dong2011-03-041-0/+3
* PV's mp3 decoder mistreated inputBufferCurrentLength in unit of bytes as in u...James Dong2011-03-021-2/+4
* Remove one log message from the VPXDecoderAndreas Huber2011-02-081-1/+3
* Report errors to applications if AudioRecord->start() failsJames Dong2011-01-251-11/+15
* Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoderAndreas Huber2011-01-243-8/+24
* Return a runtime error instead of asserting if the M4vH263Decoder fails in st...Andreas Huber2011-01-101-1/+4
* 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