summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* h265parse: Ensure parsing ends on start-code + full headerNicolas Dufresne2020-05-071-0/+9
* h264parser: Removed impossible error caseNicolas Dufresne2020-05-071-6/+0
* h264parse: Properly handle 4 bytes start codeNicolas Dufresne2020-05-071-6/+3
* h265parser: Fix NAL size check for identificationNicolas Dufresne2020-05-071-0/+7
* h265parser: Removed impossible error caseNicolas Dufresne2020-05-071-6/+0
* libs: parser: h265: Add SCC extension support.He Junyan2020-05-052-6/+259
* libs: parser: Adds AV1 parser.Georg Ottinger2020-05-013-0/+6310
* h264decoder: Allow frame gap even if it's not allowed by SPSSeungha Yang2020-05-011-1/+2
* libs: h265parser: Add High throughput scc extensions profiles' IDC.He Junyan2020-04-282-1/+6
* libs: h265parser: select extension profile by profile idc.He Junyan2020-04-281-132/+185
* libs: h265parser: rename the FormatRangeExtensionProfileHe Junyan2020-04-281-12/+12
* libs: h265parser: Fix a bug for getting extension profile.He Junyan2020-04-281-1/+1
* h264decoder: Perform low-latency outputting only for live pipelineSeungha Yang2020-04-281-1/+19
* h264decoder: Output decoded pictures as soon as possibleSeungha Yang2020-04-281-0/+42
* gsth265parser.h: escape link-like syntax in docMathieu Duponchelle2020-04-281-3/+3
* codecs: fix gir generationVíctor Manuel Jáquez Leal2020-04-263-9/+15
* codecs: set sys frame num before new_picture()Víctor Manuel Jáquez Leal2020-04-232-4/+4
* codecs: Fix some documentationSeungha Yang2020-04-223-7/+5
* codecs: Add new baseclass for VP8 decoderSeungha Yang2020-04-225-1/+723
* vp9decoder: Fix small typoSeungha Yang2020-04-221-1/+1
* codecs: Reorganize the order of vfuncSeungha Yang2020-04-223-24/+24
* h264decoder: Don't handle gap frame num for the first pictureSeungha Yang2020-04-201-1/+2
* h264decoder: Add some debug messagesSeungha Yang2020-04-202-4/+40
* codecs: h264picture: typo in GstH264PictureField enumVíctor Manuel Jáquez Leal2020-04-192-4/+4
* h265parser: Fix some coverity issuesSeungha Yang2020-04-131-8/+5
* codecs: Add minimal state validationSeungha Yang2020-04-093-21/+62
* h265parser: Add APIs to allow update VPS/SPS/PPSSeungha Yang2020-04-092-0/+133