summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-04FEI: Code cleaningfei-devSreerenj Balachandran5-147/+34
2017-08-03FEI: Fix build issues when fei disabledSreerenj Balachandran3-5/+6
2017-08-01FEI:test: test-fei-enc-in : Fix mbcntrl, mv_pred and qp assignmentSreerenj Balachandran1-5/+6
2017-08-01FEI: libs: Define submbpart-mask as a flag typeSreerenj Balachandran4-16/+98
2017-07-31FEI: libs: Set intra-part-mask type as G_TYPE_FLAGSreerenj Balachandran4-26/+12
2017-07-31FEI: libs: Add descriptions for fei properitesSreerenj Balachandran1-17/+57
2017-07-28FEI: tests: Add more user choicesSreerenj Balachandran2-10/+23
2017-07-28FEI: libs: Fix floating point exception errorSreerenj Balachandran1-3/+3
2017-07-27FEI: libs: Fix the memleak in ENC+PAKSreerenj Balachandran1-0/+4
2017-07-27FEI: tests: rename FEI test application file nameSreerenj Balachandran3-13/+13
2017-07-27FEI: tests: Add sample application to test FEI input buffersSreerenj Balachandran2-0/+682
2017-07-27FEI: libs: Fix wrong assignment of mvpredictor to surfaceproxySreerenj Balachandran1-1/+1
2017-07-27FEI: libs: Fix wrong assignment of mvpredictor to surfaceproxySreerenj Balachandran1-1/+1
2017-07-26FEI: tests: Add fei test progream to dump output buffersSreerenj Balachandran2-0/+287
2017-07-26FEI: plubin: expose more feivideometa structures in headerSreerenj Balachandran2-11/+11
2017-07-25FEI: libs: Fix ENC+PAK Segfault due to fei-function resetSreerenj Balachandran1-0/+2
2017-07-25FEI: libs: Initialize the fei codec objects with NULLSreerenj Balachandran1-0/+5
2017-07-25FEI: plugin : Add vaapih264feienc elementSreerenj Balachandran4-6/+633
2017-07-24FEI: libs: Avoid inclusion of private headersSreerenj Balachandran1-1/+0
2017-07-24FEI: plugin: Add virtual methods to base encodeYi A Wang2-0/+40
2017-07-24FEI: plugin: Add fei video metaYi A Wang3-0/+304
2017-07-24FEI: libs: Add fei encoderSreerenj Balachandran7-0/+8911
2017-07-24FEI: libs: Set FEI Operational mode common to all codecsSreerenj Balachandran1-12/+14
2017-07-24FEI: libs: Add fei codec objects to GstVaapiEncPictureSreerenj Balachandran2-0/+21
2017-07-21FEI: libs: Add VAEncMiscParameterTypeFEIFrameControl wrappingSreerenj Balachandran1-0/+10
2017-07-21FEI: libs: Add fei codec objects in codedbufferproxySreerenj Balachandran3-0/+66
2017-07-21FEI: libs: Add fei codec objects to surface proxySreerenj Balachandran3-0/+228
2017-07-20FEI: Add codec objects for fei usecaseSreerenj Balachandran4-0/+734
2017-07-19FEI: libs: add h264 utility functionsSreerenj Balachandran3-0/+399
2017-07-19FEI: libs: make sure the default context creation works as expected.Sreerenj Balachandran1-1/+2
2017-07-18FEI: libs: Add virtual method for secondary context creation.Sreerenj Balachandran2-0/+15
2017-07-18FEI: libs: Add FEI functional mode configurationSreerenj Balachandran2-2/+12
2017-07-18FEI: libs: Add FEI Entrypoint mappingSreerenj Balachandran3-1/+12
2017-07-13FEI: Add support for FEI conditional buildSreerenj Balachandran1-0/+37
2017-07-10libs: decoder: h264: push frames as soon as possibleMatt Staples1-5/+68
2017-07-10vaapidecode_props: h264: set low-latency in decoderVíctor Manuel Jáquez Leal1-0/+7
2017-07-07vaapidecode: set h264 low latency to decoderVíctor Manuel Jáquez Leal1-0/+7
2017-07-07libs: decoder: h264: add getter/setter for low latency modeVíctor Manuel Jáquez Leal2-0/+45
2017-07-07vaapidecode_props: h264: add low latency propertyVíctor Manuel Jáquez Leal2-0/+59
2017-07-07vaapidecode_props: add skeleton for h264 decoder propertiesVíctor Manuel Jáquez Leal5-1/+85
2017-07-07vaapidecode: properties callback in decoders mapVíctor Manuel Jáquez Leal1-10/+15
2017-07-07meson: find python3 via python3 moduleTim-Philipp Müller1-1/+1
2017-07-04libs: encoder: h264: submit sps in case of IDR pictureHyunjun Ko1-2/+5
2017-07-04libs: encoder: h264: set the frame as IDR if forced key unitHyunjun Ko1-2/+4
2017-07-04libs: encoder: h264: insert AU delimiterSreerenj Balachandran2-0/+76
2017-07-04libs: encoder: h264: initialize all elements of view_idsHyunjun Ko1-1/+1
2017-07-03Revert "encoder: h264: Use high profile by default"Hyunjun Ko1-3/+3
2017-07-03libs: encoder: h264: set profile via capsfilterHyunjun Ko1-12/+22
2017-07-03vaapiencode: h264: set profile to src capsHyunjun Ko1-1/+57
2017-07-03vaapiencode: h264: verify if requested profile is supportedVíctor Manuel Jáquez Leal2-0/+61