summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix in SoftAVCEncoder plugin"Narayan Kamath2014-09-041-3/+4
|\
| * Fix in SoftAVCEncoder pluginAshok Bhat2014-07-091-3/+4
* | h264_enc: Use free() to release memory allocated with malloc()Ashok Bhat2014-06-251-2/+2
|/
* media: memset sizeof argument issuesMark Salyzyn2014-04-111-1/+1
* 64-bit: Correction to OMX_U32 and OMX_S32Glenn Kasten2014-04-021-2/+2
* libstagefright is no longer 32 bit only.Narayan Kamath2014-03-191-2/+0
* mediaserver and associated services are 32-bit onlyGlenn Kasten2014-03-121-0/+2
* avcenc: Only do startcode escaping if the next byte requires itMartin Storsjo2014-02-111-6/+9
* avcenc: Update video port parameters in the base classMartin Storsjo2013-11-211-0/+11
* avcenc: Prepend startcodes to output buffersMartin Storsjo2013-09-251-0/+6
* Add liblogYing Wang2013-04-091-0/+1
* am a923dd4e: am 1b0ae9e4: Merge "avcenc: Set OMX_BUFFERFLAG_EOS on the last o...Jean-Baptiste Queru2012-09-121-0/+3
|\
| * Merge "avcenc: Set OMX_BUFFERFLAG_EOS on the last output frame"Jean-Baptiste Queru2012-09-121-0/+3
| |\
| | * avcenc: Set OMX_BUFFERFLAG_EOS on the last output frameMartin Storsjo2012-08-291-0/+3
* | | am bf30787f: am 735d1b92: Merge "avcenc: Don\'t erase the InputBufferInfo bef...Jean-Baptiste Queru2012-08-291-1/+1
|\ \ \ | |/ /
| * | avcenc: Don't erase the InputBufferInfo before reading info from itMartin Storsjo2012-08-291-1/+1
| |/
* | am 8d4d590d: am 1e75e972: Merge "avcenc: Update a comment about the inline as...Jean-Baptiste Queru2012-08-213-6/+3
|\ \ | |/
| * avcenc: Update a comment about the inline assemblyMartin Storsjo2012-08-213-6/+3
* | am 41ee747f: am 5ebce52c: Merge "avcenc: Fix the gcc inline assembly constrai...Jean-Baptiste Queru2012-08-213-17/+17
|\ \ | |/
| * avcenc: Fix the gcc inline assembly constraintsMartin Storsjo2012-08-203-17/+17
* | am 894a7e45: am 9e13e927: Merge "avcenc: Properly indent assembly blocks"Jean-Baptiste Queru2012-08-213-18/+108
|\ \ | |/
| * avcenc: Properly indent assembly blocksMartin Storsjo2012-08-203-18/+108
* | 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