summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* meson: Fix plugin symbol export for C++ sources/pluginsJan Schmidt2019-11-121-0/+1
* vc1parser : fix a miswriteFuwei Tang2019-11-111-1/+1
* vkhandle: expose a printf format specifier for a vulkan handleMatthew Waters2019-11-113-16/+23
* vkdescriptor: set the GError on the 'too many allocations' caseMatthew Waters2019-11-111-0/+2
* vkswapper: add inherit supportMatthew Waters2019-11-111-0/+3
* vkswapper: output specific values when swapchain flags failMatthew Waters2019-11-111-3/+6
* vulkan: add android WSI integrationMatthew Waters2019-11-119-0/+489
* vulkan: Fix build on iosNirbheek Chauhan2019-11-101-3/+3
* vulkan: Fix build on WindowsSeungha Yang2019-11-081-1/+1
* bad: Avoid using deprecated APIEdward Hervey2019-11-082-11/+4
* vulkan: remove the private struct from the public structMatthew Waters2019-11-0725-321/+347
* vulkan: implement proper descriptor set handlingMatthew Waters2019-11-0710-0/+848
* vulkan/fence: add always-signalled fence typeMatthew Waters2019-11-072-1/+35
* vulkan: add handle type for arbitrary vulkan handlesMatthew Waters2019-11-075-0/+235
* vulkan: fix non-dispatchable handles on 32-bit platformsMatthew Waters2019-11-071-7/+33
* vulkan: use VK_NULL_HANDLE in more placesMatthew Waters2019-11-072-4/+4
* vulkan: use the provided VKAPI_ATTR for the debug callbackMatthew Waters2019-11-071-1/+1
* vulkan: dump surface informationMatthew Waters2019-11-072-0/+50
* vulkan: print criticals/warnings for vulkan errors/warningsMatthew Waters2019-11-071-0/+2
* vulkan/image: use the full video info for returning vulkan formatsMatthew Waters2019-11-074-49/+23
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-063-8/+7
* documentation: fixed a heap o' typosAaron Boxer2019-11-0523-52/+52
* mpegtsmux: Add SCTE-35 supportEdward Hervey2019-10-311-0/+2
* mpegts: Add support for SCTE-35 sectionsEdward Hervey2019-10-315-2/+786
* camerabin2: preview: remove redundant property setting on appsinkRatchanan Srirattanamet2019-10-201-2/+0
* meson: use gir_init_section in GstTranscoderAlistair Buxton2019-10-191-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-1419-758/+0
* codecparsers: h264: record pic_order_cnt elements sizePhilipp Zabel2019-10-122-0/+12
* codecparsers: h264: record dec_ref_pic_marking() sizePhilipp Zabel2019-10-122-0/+8
* h265parser: Calculate short term RPS size in slice headerSeungha Yang2019-10-122-0/+8
* h265parser: Add H265 slice segment header documentationSeungha Yang2019-10-121-0/+79
* h264parser: Expose parsed GstH264PPS::pic_scaling_matrix_present_flagSeungha Yang2019-10-112-3/+5
* h264parser: Expose all parsed flags of slice headerSeungha Yang2019-10-112-7/+7
* vulkan: Fix build on WindowsSeungha Yang2019-09-252-1/+6
* vulkan: remove VkImageView from the memoryMatthew Waters2019-09-257-52/+336
* vkbuffer: remove buffer view from the memoryMatthew Waters2019-09-253-87/+11
* build/vulkan: fix copy-paste error in gstvkconfig.hMatthew Waters2019-09-251-2/+2
* vulkan: remove the winsys-specific headers from gst/vulkan/vulkan.hMatthew Waters2019-09-2512-122/+93
* vulkan: implement command buffer reuseMatthew Waters2019-09-1912-84/+472
* vulkan: add device provider implementationMatthew Waters2019-09-171-1/+2
* vulkan: split physical device from logical deviceMatthew Waters2019-09-1712-500/+820
* vulkan: expose various flags to string methodsMatthew Waters2019-09-174-25/+33
* vulkan: only pass the device/instance/display in to *_handle_*() functionsMatthew Waters2019-09-1710-30/+37
* vulkan/window/ios: fix race on window startupMatthew Waters2019-09-161-3/+38
* vulkan: create the macos/ios-specific displaysMatthew Waters2019-09-161-0/+10
* vulkan: install public gstvkdebug.h headerMatthew Waters2019-09-161-0/+1
* vulkan: fix build with older API headersMatthew Waters2019-09-111-0/+6
* vulkan: dump most of the device informationMatthew Waters2019-09-117-43/+538
* gst-player: fix bug with changing playback directionAskar Safin2019-09-041-1/+1
* h265parse lib: fix missing condition when parse PPSWangfei2019-08-311-2/+3