summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc
Commit message (Expand)AuthorAgeFilesLines
...
* | am 3b939a5e: am 02a4ec21: Merge "avcenc: Remove a leftover define"Jean-Baptiste Queru2012-08-201-1/+0
|\ \ | |/
| * avcenc: Remove a leftover defineMartin Storsjo2012-08-171-1/+0
* | am a109e9d5: am b7ca7dc9: Merge "avcenc: Clarify the ifdefs surrounding inlin...Jean-Baptiste Queru2012-08-164-4/+12
|\ \ | |/
| * Merge "avcenc: Clarify the ifdefs surrounding inline assembly"Jean-Baptiste Queru2012-08-164-4/+12
| |\
| | * avcenc: Clarify the ifdefs surrounding inline assemblyMartin Storsjo2012-07-104-4/+12
* | | am 662b15c3: am a858aa96: Merge "avcenc: Remove redundant zero-initialization...Jean-Baptiste Queru2012-08-082-10/+0
|\ \ \ | |/ /
| * | Merge "avcenc: Remove redundant zero-initialization of allocated memory"Jean-Baptiste Queru2012-08-082-10/+0
| |\ \
| | * | avcenc: Remove redundant zero-initialization of allocated memoryMartin Storsjo2012-07-122-10/+0
* | | | am 44237a8d: am b71298ee: Merge "avcenc: Initialize all memory allocated by t...Jean-Baptiste Queru2012-08-082-2/+5
|\ \ \ \ | |/ / /
| * | | Merge "avcenc: Initialize all memory allocated by the CBAVC_Malloc callback f...Jean-Baptiste Queru2012-08-082-2/+5
| |\ \ \ | | |/ /
| | * | avcenc: Initialize all memory allocated by the CBAVC_Malloc callback functionMartin Storsjo2012-07-122-2/+5
* | | | am 68d44b06: am 0ab18f85: Merge "avcenc: Remove useless casts"Jean-Baptiste Queru2012-08-081-2/+2
|\ \ \ \ | |/ / /
| * | | Merge "avcenc: Remove useless casts"Jean-Baptiste Queru2012-08-081-2/+2
| |\ \ \
| | * | | avcenc: Remove useless castsMartin Storsjo2012-07-101-2/+2
| | |/ /
* | | | am 96d18cca: am 0822156c: Merge "avcenc: Fix indentation"Jean-Baptiste Queru2012-08-081-2/+2
|\ \ \ \ | |/ / /
| * | | Merge "avcenc: Fix indentation"Jean-Baptiste Queru2012-08-081-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | avcenc: Fix indentationMartin Storsjo2012-07-101-2/+2
| | |/
* | | am 80c46255: am 874a074a: Merge "avcenc: Switch malloc/free callbacks to use ...Jean-Baptiste Queru2012-08-087-35/+35
|\ \ \ | |/ /
| * | avcenc: Switch malloc/free callbacks to use pointers instead of intsMartin Storsjo2012-07-107-35/+35
| |/
* | Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala2012-07-243-8/+126
|/
* am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs build under ...James Dong2012-06-134-0/+380
|\
| * Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-134-0/+380
* | stagefright avcenc: Use intptr_t for casting pointers to integersMartin Storsjo2012-05-213-9/+9
* | stagefright avcenc: Switch tmp variables to use the right type, to avoid castingMartin Storsjo2012-05-212-53/+50
|/
* Removed software video encoders that are not OMX-based.James Dong2012-04-302-621/+0
* Software AVC encoder is now OMX-basedJames Dong2012-04-243-0/+1036
* AV Android make files changesJames Dong2012-03-281-1/+1
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-2/+2
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-10/+10
* Remove PV AVC decoderJames Dong2011-07-1918-11184/+0
* Merge "Support profile and level query for SW video decoders"James Dong2011-07-141-0/+30
|\
| * Support profile and level query for SW video decodersJames Dong2011-07-111-0/+30
* | Remove old-style software decoders.Andreas Huber2011-07-132-623/+0
|/
* Return ERROR_END_OF_STREAM when the input source reaches eosJames Dong2011-06-291-1/+3
* Fix module tags on stagefright software decoders.Andreas Huber2011-05-161-1/+1
* Squashed commit of the following:Andreas Huber2011-05-113-13/+841
* Signal a runtime error if the AVCDecoder encounters an invalid frame.Andreas Huber2011-03-181-1/+2
* Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+15
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-021-1/+1
* Squashed commit of the following:Andreas Huber2010-11-221-5/+22
* Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-111-2/+2
* Added profile and level translation in SW video encodersJames Dong2010-10-271-2/+82
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-152-2/+2
* Squashed commit of the following:Andreas Huber2010-10-011-0/+1
* Make sure we drain the avc software decoder's output queue once we run out of...Andreas Huber2010-09-221-43/+53
* Sometimes the avc software decoder will signal that a frame is ready but then...Andreas Huber2010-09-161-4/+11