summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* codecs: vp9decoder: Sync up with h264decoder implementationSeungha Yang2020-07-232-18/+35
* codecs: h264decoder: Fix wrong annotationsSeungha Yang2020-07-211-4/+2
* codecs: h264decoder: Update document with Since marksSeungha Yang2020-07-212-1/+29
* codecs: h264decoder: Rename API argumentsSeungha Yang2020-07-212-6/+6
* h264decoder: Add ability to lookup by system_frame_numberNicolas Dufresne2020-07-214-1/+78
* codecs: h264decoder: Make GstVideoCodecFrame hold the last reference of the b...Seungha Yang2020-07-211-28/+63
* codecs: h264decoder: Pass GstVideoCodecFrame to output_picture()Seungha Yang2020-07-212-1/+23
* codecs: h264decoder: Don't attach extra ref of GstH264Picture to GstVideoCode...Seungha Yang2020-07-212-6/+13
* codecs: h264decoder: Drop non-decodable framesSeungha Yang2020-07-201-1/+6
* opencv: suppress another warning about non-existent include dirsJordan Petridis2020-07-151-1/+5
* h265parser: Fix possible invalid memory accessSeungha Yang2020-07-142-4/+19
* codecs: h264decoder: Fix for DPB size calculationSeungha Yang2020-06-301-1/+12
* codecs: h264picture: use g_array_remove_index_fast()Víctor Manuel Jáquez Leal2020-06-291-2/+2
* codecs: h264decoder: update max_dpb_frames only if VUI is presentVíctor Manuel Jáquez Leal2020-06-271-3/+6
* openmpt: Namespace enum GType namesThibault Saunier2020-06-231-3/+4
* docs: Unmark wrongly marked plugin API typesThibault Saunier2020-06-232-4/+3
* docs: Document basecamerabinsrcThibault Saunier2020-06-233-6/+29
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-232-0/+4
* docs: generate documentation for libgstopencvMathieu Duponchelle2020-06-231-0/+2
* vulkan: log extension/layers available/enabled on instance/device creationMatthew Waters2020-06-213-9/+64
* vulkan/device: expose extension/layer choicesMatthew Waters2020-06-215-52/+418
* vulkan/instance: privatise defult debug callbackMatthew Waters2020-06-212-22/+30
* vulkan/instance: expose extension/layer choicesMatthew Waters2020-06-213-129/+599
* vulkan/physical-device: dump some more information to logsMatthew Waters2020-06-211-235/+525
* vulkan/instance: add vulkan API version selection and checkingMatthew Waters2020-06-212-9/+251
* vulkan/wayland: initialise debug category before debug loggingMatthew Waters2020-06-211-9/+23
* nalutils: Improve slightly the error traceNicolas Dufresne2020-06-201-18/+22
* codecs: h265picture: Don't leak pic_list GArraySeungha Yang2020-06-111-0/+1
* docs: Add some more plugin API typesThibault Saunier2020-06-091-1/+7
* adaptivedemux: Handle live duration queriesEdward Hervey2020-06-081-0/+7
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-2/+3
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+3
* webrtc: Add `Since: 1.18` markers to the new datachannel library APISebastian Dröge2020-06-032-0/+9
* webrtc: Add GstWebRTCDataChannel to the library APISebastian Dröge2020-06-025-0/+669
* vulkanimagememory: fix use-after-free releasing a viewMatthew Waters2020-06-021-1/+3
* vkimagememory: actually check the length of a ptr arrayMatthew Waters2020-06-021-1/+1
* vulkan: don't run tests or build lib if plugin isn't actually builtTim-Philipp Müller2020-05-281-1/+5
* codecparsers: fix typo in GstH265RegisteredUserData docStéphane Cerveau2020-05-271-1/+1
* h264decoder: Disallow multiple slice group as we don't support FMOSeungha Yang2020-05-221-2/+13
* planaraudioadapter: fix possible NULL ptr dereferenceAndrey Sazonov2020-05-211-2/+1
* codecs: h264decoder: chain finalize vmethodVíctor Manuel Jáquez Leal2020-05-191-0/+2
* codecparsers: h264: Only set relevant default weight valuesNicolas Dufresne2020-05-191-4/+4
* codecparsers: h264: Fix default ref list sizeNicolas Dufresne2020-05-191-2/+11
* codecs: h264decoder: Use calculated values for max_pic_num/frame_numNicolas Dufresne2020-05-191-5/+2
* codecs: h264decoder: ref pic lists as decode_slice parametersVíctor Manuel Jáquez Leal2020-05-192-30/+48
* codecs: h264decoder: handle reference picture listsVíctor Manuel Jáquez Leal2020-05-192-1/+491
* codecs: h264decoder: Port from GList to GArrayNicolas Dufresne2020-05-193-87/+102
* codecs: h264decoder: Make get_long_ref_by_pic_num() transfer noneNicolas Dufresne2020-05-192-3/+2
* codecs: h264decoder: Make get_short_ref_by_pic_num() transfer noneNicolas Dufresne2020-05-192-4/+2
* vulkan: Drop use of VK_RESULT_BEGIN_RANGEJan Alexander Steffens (heftig)2020-05-111-3/+1