summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-09libs: decoder: h265: remove spurious codeHEADmasterVíctor Manuel Jáquez Leal1-6/+1
2017-08-08libs: context: use attribs index instead pointersVíctor Manuel Jáquez Leal1-10/+18
2017-08-08vaapiencode: h264: remove spurious codeVíctor Manuel Jáquez Leal1-1/+1
2017-08-08vaapidecode: initialize variableVíctor Manuel Jáquez Leal1-1/+1
2017-08-08libs: windows: wayland: fail if cannot remove last frameVíctor Manuel Jáquez Leal1-4/+7
2017-08-08libs: utils: glx: check return valueVíctor Manuel Jáquez Leal1-3/+7
2017-08-08libs: vaapi: object: remove unrequired NULL checkVíctor Manuel Jáquez Leal1-1/+1
2017-08-08libs: encoder: h265: remove spurious assignationVíctor Manuel Jáquez Leal1-1/+0
2017-08-08libs: encoder: h264: fix copy & paste errorVíctor Manuel Jáquez Leal1-1/+1
2017-08-08libs: encoder: h265: fix possible integer overflowVíctor Manuel Jáquez Leal2-2/+4
2017-08-08libs: decoder: mpeg4: fail if return value is not OKVíctor Manuel Jáquez Leal1-0/+6
2017-08-08libs: decoder: h265: check for nullVíctor Manuel Jáquez Leal1-2/+4
2017-08-08libs: decoder: h265: untaint loop control variableVíctor Manuel Jáquez Leal1-1/+11
2017-08-08libs: decoder: h264: remove unrequired NULL checkVíctor Manuel Jáquez Leal1-5/+2
2017-08-03vaapidecode: fix gst_caps_new_simple callorestisf1-1/+2
2017-08-03vaapidecode: force add h264 MVC profiles in capsorestisf1-0/+33
2017-08-03libs: decoder: h264: decode MVC base view onlyorestisf1-4/+3
2017-08-03vaapidecode: set h264 base-only to decoderorestisf2-0/+5
2017-08-03libs: decoder: h264: add setter for base-only modeorestisf2-0/+23
2017-08-03vaapidecode_props: h264: add base-only propertyorestisf2-0/+13
2017-08-02libs: encoder: h264: missing property enum documentationVíctor Manuel Jáquez Leal1-0/+1
2017-08-02libs: encoder: h264: add multi reference supportHyunjun Ko1-19/+17
2017-08-02libs: encoder: h264: add refs propertyHyunjun Ko2-0/+18
2017-08-02libs: encoder: implements gst_vaapi_encoder_ensure_max_num_ref_framesHyunjun Ko2-0/+53
2017-08-01vaapiencode: h265: compare an unsigned int if not zeroVíctor Manuel Jáquez Leal1-1/+1
2017-08-01plugins: check gst_gl_ensure_element_data() return valueVíctor Manuel Jáquez Leal1-8/+14
2017-08-01plugins: avoid dead code detectionVíctor Manuel Jáquez Leal1-2/+1
2017-08-01vaapivideobufferpool: don't shift by negative since it's undefinedVíctor Manuel Jáquez Leal1-3/+6
2017-08-01vaapisink: fix memory leakVíctor Manuel Jáquez Leal1-2/+3
2017-08-01vaapipostproc: fix memory leaksVíctor Manuel Jáquez Leal1-3/+9
2017-08-01libs: display: when appending formats change pointers to indexesTomas Rataj1-12/+12
2017-08-01libs: encoder: h264: Add uncompliant mode reducing coded buffer sizeSreerenj Balachandran2-0/+71
2017-08-01libs: utils_h264: Extend LevelLimit table with MinCR fieldSreerenj Balachandran2-18/+20
2017-07-31libs: utils: libva 1.0 changed the loggingVíctor Manuel Jáquez Leal1-4/+35
2017-07-31libs: decoder: h264: libva 1.0 deprecated baselineVíctor Manuel Jáquez Leal1-0/+3
2017-07-31build: check for libva-2.0Víctor Manuel Jáquez Leal3-10/+43
2017-07-31build: blacklist only libva 0.99.0Víctor Manuel Jáquez Leal2-2/+3
2017-07-26build: meson: remove gstvaapidisplaycache.cVíctor Manuel Jáquez Leal1-1/+0
2017-07-26configure: do not break configure if gtk+-3.0 devel missingU. Artie Eoff1-1/+1
2017-07-26tests: elements: add testsuite of vaapi contextHyunjun Ko3-0/+355
2017-07-26vaapisink: fail if surface display is differentHyunjun Ko1-2/+10
2017-07-18videocontext: support "gst.vaapi.app.Display" contextHyunjun Ko2-6/+37
2017-07-18libs: display: x11: add gst_vaapi_display_x11_new_with_va_display()Hyunjun Ko2-0/+19
2017-07-18libs: display: pass display info when foreign displayHyunjun Ko1-13/+27
2017-07-18libs: display: remove cacheVíctor Manuel Jáquez Leal8-758/+16
2017-07-18tests: elements: add test for vaapipostprocHyunjun Ko2-0/+162
2017-07-18postproc: reconfigure when width or height changesHyunjun Ko1-1/+10
2017-07-17libs: encoder: vp9: array terminated in zerosVíctor Manuel Jáquez Leal1-1/+2
2017-07-13vaapiencode: h264: add plugin documentationVíctor Manuel Jáquez Leal1-0/+25
2017-07-10libs: decoder: h264: push frames as soon as possibleMatt Staples1-5/+68