summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* libs: encoder: H264: Fix one assert in get_pending_reordered().He Junyan2020-12-091-21/+36
* libs: encoder: H265: Add screen content coding extensions support.He Junyan2020-12-062-10/+274
* libs: encoder: vp9: no need to ensure_hw_profile.He Junyan2020-11-301-36/+2
* libs: encoder: vp9: Improve the manner to decide the profile.He Junyan2020-11-301-8/+56
* libs: util: vpx: add get_chroma_format_idc for VP9He Junyan2020-11-302-0/+34
* libs: encoder: vp9: Add allowed_profiles.He Junyan2020-11-302-0/+38
* libs: decoder: H265: Fix a typo in scc reference setting.He Junyan2020-11-301-1/+1
* libs: decoder: H265: Add MAIN_422_12 profile supporting.He Junyan2020-11-275-1/+15
* video-format: Add Y212_LE format.He Junyan2020-11-273-1/+3
* libs: decoder: H265: Add MAIN_444_12 profile supporting.He Junyan2020-11-275-1/+15
* video-format: Add Y412_LE format.He Junyan2020-11-273-1/+5
* libs: decoder: h265: fill missing predictor_palette_size field.He Junyan2020-11-151-0/+4
* libs: utils: h265: Use get_profile_from_sps to get profile.He Junyan2020-10-301-1/+1
* libs: decoder: vp9: 0xff segment pred probs if no temporal updateVíctor Manuel Jáquez Leal2020-10-191-2/+8
* libs: decoder: vp9: avoid reference rewritingVíctor Manuel Jáquez Leal2020-10-191-5/+2
* Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-071-1/+1
* Revert "libs: decoder: h264, h265: in context at least 16 reference surfaces"Víctor Manuel Jáquez Leal2020-08-222-2/+2
* libs: surface: egl: guard memory typeVíctor Manuel Jáquez Leal2020-08-181-0/+2
* libs: egl: surface: export EGLImage as DMABuf if GEM not supportedVíctor Manuel Jáquez Leal2020-08-144-41/+145
* libs: filter: gst_vaapi_filter_get_memory_types()Víctor Manuel Jáquez Leal2020-08-142-0/+21
* libs: util: h265: use common parser API to get vaapi profiles.He Junyan2020-08-081-171/+50
* build: update for gl pkg-config file splitVíctor Manuel Jáquez Leal2020-08-071-3/+4
* h264dec: mark remaining frames as unreference before exec_picture_refs_modifi...Xu Guangxin2020-08-061-2/+2
* libs: encoder: H265: Enable Main 12 profile support.He Junyan2020-08-063-4/+31
* video format: Fix P012_LE's chrome type typo.He Junyan2020-08-061-1/+1
* gstvaapiminiobject.c: fix clang 10 warningsJordan Petridis2020-08-041-1/+1
* libs: window: wayland: destroy all wayland buffers during finalizeMichael Olbrich2020-07-311-18/+30
* libs: wayland: update the opaque region in set_render_rectMichael Olbrich2020-07-311-15/+31
* libs: window: implements gst_vaapi_window_set_render_rectangleHyunjun Ko2020-07-314-0/+43
* libs: wayland: implement video overlay APIMichael Olbrich2020-07-315-8/+89
* doc: libs: wayland: add 'transfer full' to the returnvalye of gst_vaapi_windo...Michael Olbrich2020-07-311-1/+1
* libs: display: always call close_display()Michael Olbrich2020-07-311-5/+3
* video-format: Add the missing P012_LE into GST_VAAPI_FORMATS_ALL.He Junyan2020-07-311-1/+1
* libs: decoder: fix a crash issue when get_surface_formats.He Junyan2020-07-311-0/+2
* libs: encoder: h265: choose the profile based on allowed list.He Junyan2020-07-301-79/+64
* libs: display: Add a helper function to get profiles by codec.He Junyan2020-07-302-6/+36
* libs: encoder: h265: modify set_max_profile to set_allowed_profiles.He Junyan2020-07-302-26/+23
* libs: encoder: h265: No need to check hw_max_profile.He Junyan2020-07-301-38/+0
* libs: profile: Use get_codec_from_caps to get codec type.He Junyan2020-07-293-11/+47
* libs: profile: h265: Fix return value of from_codec_data_h265.He Junyan2020-07-291-4/+5
* libs: utils: vpx: Add utils vpx to handle VP8/9 misc things.He Junyan2020-07-293-0/+130
* libs: display, context: handle broken jpeg decoder for i965 driverVíctor Manuel Jáquez Leal2020-07-293-1/+29
* libs: context: change function to internal code styleVíctor Manuel Jáquez Leal2020-07-291-8/+11
* vaapidecode: build allowed srcpad caps from va contextVíctor Manuel Jáquez Leal2020-07-272-21/+52
* libs: window: wayland: use dmabuf protocol if availableMichael Olbrich2020-07-271-39/+306
* libs: window: allow choosing the format for the vpp poolMichael Olbrich2020-07-272-1/+23
* video-format: add DRM formats to the mapping tableMichael Olbrich2020-07-272-41/+121
* libs: display: wayland: add basic dmabuf protocol supportMichael Olbrich2020-07-273-0/+64
* libs: window: wayland: wait for configure before committing the first bufferMichael Olbrich2020-07-271-1/+12
* libs: encoder: h265: set no P frame automatically.He Junyan2020-07-271-2/+49