summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-06libs: encoder: H265: Add screen content coding extensions support.He Junyan2-10/+274
2020-11-30plugin: encode: vp9: Implement the set_config().He Junyan1-0/+80
2020-11-30plugin: encode: vp9: Add the profile into output caps.He Junyan1-0/+6
2020-11-30libs: encoder: vp9: no need to ensure_hw_profile.He Junyan1-36/+2
2020-11-30libs: encoder: vp9: Improve the manner to decide the profile.He Junyan1-8/+56
2020-11-30libs: util: vpx: add get_chroma_format_idc for VP9He Junyan2-0/+34
2020-11-30libs: encoder: vp9: Add allowed_profiles.He Junyan2-0/+38
2020-11-30libs: decoder: H265: Fix a typo in scc reference setting.He Junyan1-1/+1
2020-11-27libs: decoder: H265: Add MAIN_422_12 profile supporting.He Junyan6-2/+17
2020-11-27video-format: Add Y212_LE format.He Junyan3-1/+3
2020-11-27libs: decoder: H265: Add MAIN_444_12 profile supporting.He Junyan6-2/+17
2020-11-27video-format: Add Y412_LE format.He Junyan3-1/+5
2020-11-15libs: decoder: h265: fill missing predictor_palette_size field.He Junyan1-0/+4
2020-10-30libs: utils: h265: Use get_profile_from_sps to get profile.He Junyan1-1/+1
2020-10-19libs: decoder: vp9: 0xff segment pred probs if no temporal updateVíctor Manuel Jáquez Leal1-2/+8
2020-10-19libs: decoder: vp9: avoid reference rewritingVíctor Manuel Jáquez Leal1-5/+2
2020-09-20decoder: don't reply src caps query with allowed if pad is fixedVíctor Manuel Jáquez Leal1-15/+21
2020-09-15plugins: decode: fix a DMA caps typo in ensure_allowed_srcpad_caps.He Junyan1-1/+1
2020-09-09vaapisink: when updating the caps, reset rotationMarc Leeman1-0/+3
2020-09-08ci: include template from gst-ci master branch againTim-Philipp Müller1-1/+1
2020-09-08Back to developmentTim-Philipp Müller1-2/+2
2020-09-08Release 1.18.01.18.0Tim-Philipp Müller6-71/+2104
2020-09-07Update for gst_video_transfer_function_*() function renamingSebastian Dröge1-1/+1
2020-08-22Revert "libs: decoder: h264, h265: in context at least 16 reference surfaces"Víctor Manuel Jáquez Leal2-2/+2
2020-08-20Release 1.17.901.17.90Tim-Philipp Müller5-42/+943
2020-08-18libs: surface: egl: guard memory typeVíctor Manuel Jáquez Leal1-0/+2
2020-08-17plugin: decode: Fix two mem leaks because of caps.He Junyan1-1/+2
2020-08-16plugin: allocator: No need to ref allocator when create mem.He Junyan1-2/+1
2020-08-14vaapiencode: h264: ignore level without breaking negotiationVíctor Manuel Jáquez Leal1-6/+1
2020-08-14libs: egl: surface: export EGLImage as DMABuf if GEM not supportedVíctor Manuel Jáquez Leal4-41/+145
2020-08-14libs: filter: gst_vaapi_filter_get_memory_types()Víctor Manuel Jáquez Leal2-0/+21
2020-08-12plugins: remove gst_vaapi_plugin_base_get_allowed_srcpad_raw_caps()Víctor Manuel Jáquez Leal2-61/+21
2020-08-12vaapidecode: expose raw src caps with same chromaVíctor Manuel Jáquez Leal1-9/+41
2020-08-08libs: util: h265: use common parser API to get vaapi profiles.He Junyan1-171/+50
2020-08-07build: update for gl pkg-config file splitVíctor Manuel Jáquez Leal3-5/+32
2020-08-06h264dec: mark remaining frames as unreference before exec_picture_refs_modifi...Xu Guangxin1-2/+2
2020-08-06libs: encoder: H265: Enable Main 12 profile support.He Junyan3-4/+31
2020-08-06video format: Fix P012_LE's chrome type typo.He Junyan1-1/+1
2020-08-04gstvaapiminiobject.c: fix clang 10 warningsJordan Petridis1-1/+1
2020-07-31libs: window: wayland: destroy all wayland buffers during finalizeMichael Olbrich1-18/+30
2020-07-31test: vaapicontext: fix draw callback with multiple videosMichael Olbrich1-3/+6
2020-07-31test: vaapicontext: support wayland displayMichael Olbrich2-33/+116
2020-07-31test: vaapicontext: use playbin to test filesVíctor Manuel Jáquez Leal1-11/+12
2020-07-31test: vaapicontext: add PLAY and NULL buttonsVíctor Manuel Jáquez Leal1-0/+28
2020-07-31libs: wayland: update the opaque region in set_render_rectMichael Olbrich1-15/+31
2020-07-31libs: window: implements gst_vaapi_window_set_render_rectangleHyunjun Ko5-0/+49
2020-07-31vaapisink: implements gst_vaapisink_wayland_create_window_from_handle()Hyunjun Ko1-0/+20
2020-07-31libs: wayland: implement video overlay APIMichael Olbrich5-8/+89
2020-07-31doc: libs: wayland: add 'transfer full' to the returnvalye of gst_vaapi_windo...Michael Olbrich1-1/+1
2020-07-31libs: display: always call close_display()Michael Olbrich1-5/+3