summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vaapisink: implements gst_vaapisink_wayland_create_window_from_handle()Hyunjun Ko2020-07-311-0/+20
* 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
* plugins: add gst_vaapi_caps_set_width_and_height_range()Víctor Manuel Jáquez Leal2020-07-313-48/+40
* 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
* plugins: encode: h265: set all allowed profiles to encoder.He Junyan2020-07-301-8/+62
* libs: display: Add a helper function to get profiles by codec.He Junyan2020-07-302-6/+36
* plugins: encode: h265: collect all allowed profiles to encoder.He Junyan2020-07-301-65/+9
* libs: encoder: h265: modify set_max_profile to set_allowed_profiles.He Junyan2020-07-303-27/+24
* libs: encoder: h265: No need to check hw_max_profile.He Junyan2020-07-301-38/+0
* vaapipostproc: early return if fixate srcpad caps failsVíctor Manuel Jáquez Leal2020-07-291-1/+4
* vaapipluginutil: simplify gst_vaapi_find_preferred_caps_feature()Víctor Manuel Jáquez Leal2020-07-291-20/+10
* libs: profile: Use get_codec_from_caps to get codec type.He Junyan2020-07-295-21/+50
* libs: profile: h265: Fix return value of from_codec_data_h265.He Junyan2020-07-291-4/+5
* plugins: encode: vp9: Implement vp9's allowed_profiles() func.He Junyan2020-07-291-1/+12
* plugin: util: rename h26x_encoder_get_profiles_from_caps().He Junyan2020-07-294-7/+6
* 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: always merge profile caps in sink capsVíctor Manuel Jáquez Leal2020-07-291-2/+2
* build: request libdrm >= 2.4.98 and fallbackVíctor Manuel Jáquez Leal2020-07-281-1/+3
* vaapidecode: dma caps only use reported color formatVíctor Manuel Jáquez Leal2020-07-271-3/+3
* vaapidecode: use allowed srcpad caps for caps queryVíctor Manuel Jáquez Leal2020-07-271-2/+1
* vaapidecode: build allowed srcpad caps from va contextVíctor Manuel Jáquez Leal2020-07-273-44/+134
* vaapidecode: reorder src caps templateVíctor Manuel Jáquez Leal2020-07-271-4/+4
* 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
* libs: encoder: h265: Deprecate the low-delay-b property.He Junyan2020-07-271-7/+24
* postproc: reconfigure after changing cropping valuesMarc Leeman2020-07-241-0/+16
* plugin: encode: Add static caps for template documentation.He Junyan2020-07-237-24/+90
* plugin: encode: vp9: Use the dynamically built src template caps.He Junyan2020-07-231-14/+4
* plugin: encode: vp8: Use the dynamically built src template caps.He Junyan2020-07-231-15/+5
* plugin: encode: jpeg: Use the dynamically built src template caps.He Junyan2020-07-231-15/+5
* plugin: encode: mpeg2: Use the dynamically built src template caps.He Junyan2020-07-231-15/+5
* plugin: encode: h265: Use the dynamically built src template caps.He Junyan2020-07-231-16/+5
* plugin: encode: h264: Use the dynamically built src template caps.He Junyan2020-07-231-17/+6
* plugin: encode: Store the coded caps in type's init data.He Junyan2020-07-237-14/+42
* plugin: util: add helper function build_template_coded_caps_by_codec()He Junyan2020-07-232-1/+81
* plugins: utils: rename build_template_caps_by_codec.He Junyan2020-07-233-4/+4
* vaapidecode: merge common profiles before setting size rangeVíctor Manuel Jáquez Leal2020-07-233-79/+102
* plugin: util: Add the missing DMA buffer input in template caps.He Junyan2020-07-211-1/+2
* libs: decoder: H265: Add MAIN_12 profile supporting.He Junyan2020-07-206-2/+33
* video-format: Add P012_LE format.He Junyan2020-07-202-0/+2