summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
Commit message (Expand)AuthorAgeFilesLines
...
* IOMX: Add buffer range check to emptyBufferAndy Hung2015-05-261-0/+6
* stagefright: measure max encoder buffer count for persistent surfaceChong Zhang2015-05-211-9/+1
* stagefright: rename usePersistentInputSurface to setInputSurfaceChong Zhang2015-05-132-4/+3
* Merge "Stagefright: propagate InsufficientResources error" into mnc-devRonghua Wu2015-05-052-3/+6
|\
| * Stagefright: propagate InsufficientResources errorPraveen Chavan2015-05-052-3/+6
* | MediaCodec: implement persistent input surface APIsChong Zhang2015-05-014-41/+163
|/
* stagefright: make more warnings errorsLajos Molnar2015-04-172-3/+3
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-176-11/+21
* am 655084f9: am e7a53499: am 0a45cda6: am 187b196e: Merge changes Ic51e92e9,I...Lajos Molnar2015-04-161-2/+3
|\
| * stagefright: add SoftAVCEnc using libavcVenkatarama Avadhani2015-04-151-1/+1
| * stagefright: add SoftAVCDec using libavcVenkatarama Avadhani2015-04-151-1/+1
| * stagefright: add SoftMPEG2 decoder using libmpeg2Venkatarama Avadhani2015-04-151-0/+1
* | am 3f14f569: am de2faabb: am d661654a: am 0958e926: Merge "Log cause of failu...Marco Nelissen2015-04-091-1/+1
|\ \ | |/
| * Log cause of failure to dlopenMarco Nelissen2015-04-091-1/+1
| * DO NOT MERGE libstagefright: Stop using IGBC::BufferItemDan Stoza2015-04-012-10/+11
* | libstagefright: Stop using IGBC::BufferItemDan Stoza2015-03-122-10/+11
* | media: switch to new AMessage handlingLajos Molnar2015-03-052-6/+6
* | Remove manta support in MNC.Ying Wang2015-03-031-4/+0
* | am 935b4750: am 011734f0: Fix clang build errorBill Yi2015-02-201-1/+1
|\ \ | |/
| * Fix clang build errorBill Yi2015-02-191-1/+1
* | stagefright: add support for limiting framerate in GraphicBufferSourceRonghua Wu2015-02-128-45/+365
|/
* am d8ba6ef1: am 38a97bd7: stagefright: keep alignment restrictions for SoftVi...Lajos Molnar2015-01-101-21/+14
|\
| * stagefright: keep alignment restrictions for SoftVideoDecoderLajos Molnar2015-01-091-21/+14
* | resolved conflicts for merge of 6571ed31 to lmp-mr1-dev-plus-aospLajos Molnar2014-12-112-29/+364
|\ \ | |/
| * stagefright: misc fixes to software video encoders (and decoders)Lajos Molnar2014-12-102-29/+364
* | resolved conflicts for merge of e5ba80c5 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-271-23/+0
|\ \
| * | Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-23/+0
* | | am 20918be9: am b2cf160f: Merge "stagefright: add graceful handling when sett...Lajos Molnar2014-11-261-12/+12
|\ \ \ | | |/ | |/|
| * | stagefright: add graceful handling when setting port definitionLajos Molnar2014-11-251-12/+12
* | | resolved conflicts for merge of e78a27ca to lmp-mr1-dev-plus-aospMarco Nelissen2014-11-171-4/+4
|\ \ \ | | |/ | |/|
| * | Update calls to IInterface::asBinder()Marco Nelissen2014-11-171-4/+4
| * | resolved conflicts for merge of 2edda09a to lmp-dev-plus-aospLajos Molnar2014-10-142-0/+317
| |\ \
* | \ \ am 41907c44: am cede28e2: Merge "stagefright: add runtime debug support" into...Lajos Molnar2014-11-143-169/+400
|\ \ \ \ | | |_|/ | |/| |
| * | | stagefright: add runtime debug supportLajos Molnar2014-11-123-169/+400
* | | | am 034d6747: am 1609e451: Merge "Add a BufferItem parameter to onFrameAvailab...Dan Stoza2014-11-072-2/+2
|\ \ \ \ | |/ / /
| * | | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-042-2/+2
* | | | am edcff417: am 42aae0c4: am f04e8b5e: am 25842048: Merge "stagefright: try t...Lajos Molnar2014-10-221-0/+5
|\ \ \ \ | |/ / /
| * | | stagefright: try to free codec instance if MediaCodec.release hangsLajos Molnar2014-10-211-0/+5
| | |/ | |/|
* | | resolved conflicts for merge of f4147ee9 to lmp-mr1-dev-plus-aospLajos Molnar2014-10-142-0/+317
|\ \ \ | |/ / | | / | |/ |/|
| * stagefright: fix surface input handling of software encodersLajos Molnar2014-10-132-0/+317
|/
* stagefright: support passing GraphicBuffer in metadata bufferLajos Molnar2014-10-133-20/+72
* stagefright: fix fake-stride handling for H263 SW decoderRonghua Wu2014-10-021-1/+8
* Merge "SoftVideoDecoderOMXComponent: re-config the buffer size when port defi...Ronghua Wu2014-09-251-0/+34
|\
| * SoftVideoDecoderOMXComponent: re-config the buffer size when port definition ...Ronghua Wu2014-09-241-0/+34
* | stagefright: fix cropping handling for SoftAVC and SoftMEPEG4.Ronghua Wu2014-09-241-2/+4
|/
* stagefright: add adaptive playback support to SoftHEVC decoder.Ronghua Wu2014-09-231-4/+13
* Merge "Optimize the YUV buffer copy a little bit to skip unnecessary operatio...hkuang2014-09-151-18/+15
|\
| * Optimize the YUV buffer copy a little bit to skip unnecessary operation.hkuang2014-09-151-18/+15
* | stagefright: add adaptive playback support to SoftMPEG decoder.Ronghua Wu2014-09-111-1/+14
|/
* stagefright: add adaptive playback support to SoftAVC decoder.Ronghua Wu2014-09-101-5/+74