summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-09CCodecInfoBuilder: Avoid adding omx codec infos in full-codec2 modepie-b4s4-devPraveen Chavan
2019-01-09CCodec: expose HDR profiles if supportedWonsik Kim
2019-01-09CCodec: fix error handling on queue()Wonsik Kim
2019-01-09CCodecBufferChannel: Add the allocated block to ref-tracker in EncryptedLinea...Praveen Chavan
2018-12-22C2: Delete mHandle properly to avoid memory leakageYichi Chen
2018-12-22Codec2BufferUtils: use libyuv to copy between NV12 and I420Pin-chih Lin
2018-12-22Codec2BufferUtils: improve ImageCopy efficiencyPin-chih Lin
2018-12-22aacenc: fix timestamp calculationWonsik Kim
2018-12-20CCodec: alter input surface start/release sequenceWonsik Kim
2018-12-20CCodec: put encrypted buffer in array mode right awayWonsik Kim
2018-12-20CCodecBufferChannel: regard max-input-size for secure linear input buffersPin-chih Lin
2018-12-20CCodecBufferChannel: Refers KEY_MAX_INPUT_SIZE value in toArrayMode, not C2_N...Hirokazu Honda
2018-12-20Initialize mInputBuffersPawin Vongmasa
2018-12-20CCodec: use client-provided max input size when necessaryWonsik Kim
2018-12-20CCodec: honor max-input-size as an override for larger buffersLajos Molnar
2018-12-20CCodec: set dirty region for output buffersLajos Molnar
2018-11-16RESTRICT AUTOMERGE Revert "Consider generation of buffers in pipeline managem...Wonsik Kim
2018-11-16RESTRICT AUTOMERGE Revert "CCodec: add reordering logic"Wonsik Kim
2018-11-16RESTRICT AUTOMERGE Revert "RELAND Multiple output buffers per input support"Wonsik Kim
2018-11-16RESTRICT AUTOMERGE Revert "aac: add multiple output buffer support for aacenc"Wonsik Kim
2018-11-16RESTRICT AUTOMERGE Revert "CCodec: support output buffer reallocations"Wonsik Kim
2018-11-09CCodec: support output buffer reallocationsWonsik Kim
2018-11-02aac: add multiple output buffer support for aacencWonsik Kim
2018-11-02RELAND Multiple output buffers per input supportWonsik Kim
2018-11-02CCodec: add reordering logicWonsik Kim
2018-11-02Consider generation of buffers in pipeline managementPawin Vongmasa
2018-10-04RESTRICT AUTOMERGE CCodec: free input slot when we don't use input bufferWonsik Kim
2018-09-24Merge "CCodec: add cast to signed integer" into pi-devWonsik Kim
2018-09-24codec2: fix buildWonsik Kim
2018-09-24CCodec: add cast to signed integerPawin Vongmasa
2018-09-24Release input buffers that correspond to no outputPawin Vongmasa
2018-09-17Merge "Limit the number of live input buffers in CCodec" into pi-devTreeHugger Robot
2018-09-14Limit the number of live input buffers in CCodecPawin Vongmasa
2018-09-12Merge "RELAND CCodec: queue empty input for encoders to get CSD out" into pi-devWonsik Kim
2018-09-11Merge "Revert "CCodec: queue empty input for encoders to get CSD out"" into p...Wonsik Kim
2018-09-10RELAND CCodec: queue empty input for encoders to get CSD outWonsik Kim
2018-09-10Revert "CCodec: queue empty input for encoders to get CSD out"Wonsik Kim
2018-09-05DO NOT MERGE Removes XAAC from pi -- library and referencesRay Essick
2018-08-29RESTRICT AUTOMERGE Fix occasional hang on c2.android.vp8.encoderWonsik Kim
2018-08-23Merge "CCodec: fix initial buffer request logic" into pi-devTreeHugger Robot
2018-08-23Merge "Set Surface generation without dequeuing" into pi-devTreeHugger Robot
2018-08-23CCodec: fix initial buffer request logicWonsik Kim
2018-08-22CCodec: set dataspace on input surfaceLajos Molnar
2018-08-21Merge "CCodec: separate input surface connection and start." into pi-devLajos Molnar
2018-08-20Merge "CCodec: force array mode for linear output buffers" into pi-devTreeHugger Robot
2018-08-20Set Surface generation without dequeuingPawin Vongmasa
2018-08-20CCodec: force array mode for linear output buffersWonsik Kim
2018-08-20CCodec: separate input surface connection and start.Lajos Molnar
2018-08-20CCodec: support timestamp adjustmentLajos Molnar
2018-08-17C2SoftVpxEnc: Handle empty input buffersHarish Mahendrakar