summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2021-02-16plugins: postproc: Fix a problem of propose_allocation when passthrough.He Junyan1-0/+7
2020-09-30decoder: don't reply src caps query with allowed if pad is fixedVíctor Manuel Jáquez Leal1-15/+21
2020-09-30plugins: decode: fix a DMA caps typo in ensure_allowed_srcpad_caps.He Junyan1-1/+1
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-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-07build: update for gl pkg-config file splitVíctor Manuel Jáquez Leal1-1/+2
2020-07-31libs: window: implements gst_vaapi_window_set_render_rectangleHyunjun Ko1-0/+6
2020-07-31vaapisink: implements gst_vaapisink_wayland_create_window_from_handle()Hyunjun Ko1-0/+20
2020-07-31plugins: add gst_vaapi_caps_set_width_and_height_range()Víctor Manuel Jáquez Leal3-48/+40
2020-07-30plugins: encode: h265: set all allowed profiles to encoder.He Junyan1-8/+62
2020-07-30plugins: encode: h265: collect all allowed profiles to encoder.He Junyan1-65/+9
2020-07-30libs: encoder: h265: modify set_max_profile to set_allowed_profiles.He Junyan1-1/+1
2020-07-29vaapipostproc: early return if fixate srcpad caps failsVíctor Manuel Jáquez Leal1-1/+4
2020-07-29vaapipluginutil: simplify gst_vaapi_find_preferred_caps_feature()Víctor Manuel Jáquez Leal1-20/+10
2020-07-29libs: profile: Use get_codec_from_caps to get codec type.He Junyan2-10/+3
2020-07-29plugins: encode: vp9: Implement vp9's allowed_profiles() func.He Junyan1-1/+12
2020-07-29plugin: util: rename h26x_encoder_get_profiles_from_caps().He Junyan4-7/+6
2020-07-29vaapidecode: always merge profile caps in sink capsVíctor Manuel Jáquez Leal1-2/+2
2020-07-27vaapidecode: dma caps only use reported color formatVíctor Manuel Jáquez Leal1-3/+3
2020-07-27vaapidecode: use allowed srcpad caps for caps queryVíctor Manuel Jáquez Leal1-2/+1
2020-07-27vaapidecode: build allowed srcpad caps from va contextVíctor Manuel Jáquez Leal1-23/+82
2020-07-27vaapidecode: reorder src caps templateVíctor Manuel Jáquez Leal1-4/+4
2020-07-24postproc: reconfigure after changing cropping valuesMarc Leeman1-0/+16
2020-07-23plugin: encode: Add static caps for template documentation.He Junyan7-24/+90
2020-07-23plugin: encode: vp9: Use the dynamically built src template caps.He Junyan1-14/+4
2020-07-23plugin: encode: vp8: Use the dynamically built src template caps.He Junyan1-15/+5
2020-07-23plugin: encode: jpeg: Use the dynamically built src template caps.He Junyan1-15/+5
2020-07-23plugin: encode: mpeg2: Use the dynamically built src template caps.He Junyan1-15/+5
2020-07-23plugin: encode: h265: Use the dynamically built src template caps.He Junyan1-16/+5
2020-07-23plugin: encode: h264: Use the dynamically built src template caps.He Junyan1-17/+6
2020-07-23plugin: encode: Store the coded caps in type's init data.He Junyan7-14/+42
2020-07-23plugin: util: add helper function build_template_coded_caps_by_codec()He Junyan2-1/+81
2020-07-23plugins: utils: rename build_template_caps_by_codec.He Junyan3-4/+4
2020-07-23vaapidecode: merge common profiles before setting size rangeVíctor Manuel Jáquez Leal3-79/+102
2020-07-21plugin: util: Add the missing DMA buffer input in template caps.He Junyan1-1/+2
2020-07-20libs: decoder: H265: Add MAIN_12 profile supporting.He Junyan1-1/+2
2020-07-17plugin: decode: correct ensure_allowed_sinkpad_caps's caps.He Junyan1-1/+8
2020-07-13vaapidecodebin: don't force NV12 since P010_10LE is now possibleVíctor Manuel Jáquez Leal1-3/+2
2020-07-09vaapidecode: Remove NO_SURFACE error handlingVíctor Manuel Jáquez Leal2-36/+0
2020-07-09Revert "vaapidecode: drop non-keyframe in reverse playback"Víctor Manuel Jáquez Leal2-31/+0
2020-07-08plugins: use VA allocator by default on raw capsVíctor Manuel Jáquez Leal1-5/+1
2020-07-08vaapisink: rank it as secondaryVíctor Manuel Jáquez Leal1-1/+1
2020-07-05plugins: encode: h265: Add profile,level,tier to output caps.He Junyan1-1/+21
2020-06-23docs: Mark parent classes as plugin APIThibault Saunier1-0/+2
2020-06-11plugins: pluginbase: Do not destroy display when _close()He Junyan1-1/+2
2020-06-05libs: encoder: h265: Add support for MAIN 4:2:2 10 profile.He Junyan1-1/+1
2020-06-03doc: Fix wrong link to GstVideoDirectionMethodThibault Saunier1-1/+1