summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libs: encoder: h265: Deprecate the low-delay-b property.He Junyan2020-07-271-7/+24
* libs: decoder: H265: Add MAIN_12 profile supporting.He Junyan2020-07-205-1/+31
* video-format: Add P012_LE format.He Junyan2020-07-202-0/+2
* libs: profile: The VP9 profiles' name should be just "0,1,2,3"He Junyan2020-07-121-4/+4
* vaapidecode: Remove NO_SURFACE error handlingVíctor Manuel Jáquez Leal2020-07-092-21/+0
* libs: decoder: context: remove surfaces binding from context.He Junyan2020-07-091-3/+19
* libs: decoder: h264, h265: in context at least 16 reference surfacesVíctor Manuel Jáquez Leal2020-07-072-2/+2
* libs: encoder: h265: init tier to GST_VAAPI_TIER_H265_UNKNOWN.He Junyan2020-07-051-0/+1
* libs: encoder: h265: fix a bug to get get_profile_tier_level.He Junyan2020-07-051-1/+2
* libs: encoder: h265: no need to check the high compression tune.He Junyan2020-07-031-40/+0
* Update plugin docs and add more pluginsTim-Philipp Müller2020-06-194-0/+12
* libs: wayland: display: only handle the first outputMichael Olbrich2020-06-171-2/+4
* libs: context: use correct printing modifierVíctor Manuel Jáquez Leal2020-06-091-1/+1
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-065-16/+17
* libs: encoder: h265: Enable tile in VA command.He Junyan2020-06-051-48/+98
* libs: encoder: h265: Add ensure_tile to calculate tiles.He Junyan2020-06-051-0/+310
* libs: display: add a quirk for iHD driver tile encoding.He Junyan2020-06-052-0/+4
* libs: encoder: h265: Add tile info to bitstream.He Junyan2020-06-051-0/+24
* libs: encoder: h265: promote level if tile is enabled.He Junyan2020-06-051-1/+27
* libs: encoder: h265: Add num-tile-cols/rows properties.He Junyan2020-06-052-0/+57
* libs: encoder: h265: extract slice creation from add_slice_headersHe Junyan2020-06-051-81/+99
* libs: encoder: Add a helper function to check the tile support.He Junyan2020-06-052-0/+42
* libs: decoder: H265: Add SCC_MAIN_444_10 profile support.He Junyan2020-06-055-1/+27
* libs: decoder: update reference list for SCC.He Junyan2020-06-051-1/+39
* libs: decoder: H265: Fill picture and slice SCC parameters.He Junyan2020-06-051-4/+85
* libs: util: H265: recognize the SCC profiles.He Junyan2020-06-051-0/+38
* libs: profile: Add screen extended main/main10/main444 define.He Junyan2020-06-053-0/+15
* libs: encoder: h265: Add support for MAIN 4:2:2 10 profile.He Junyan2020-06-053-3/+28
* libs: encoder: h265: Use correct index for SubWidthC and SubHeightC.He Junyan2020-06-051-2/+7