summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* video-blend: fix blending 8-bit and 16-bit frames togetherJakub Adam2021-01-121-23/+30
* gl: document some GL caps specificsMatthew Waters2021-01-053-2/+17
* tagdemux: resize and trim buffer in place to fix interaction with oggdemuxTim-Philipp Müller2021-01-041-9/+23
* appsrc: fix signal documentationMathieu Duponchelle2020-12-311-7/+7
* videoaggregator: Pop out old buffers on timeoutEdward Hervey2020-12-311-2/+12
* glbasefilter: Need to check the display before lock it.He Junyan2020-12-051-0/+5
* glbasefilter: Delete the un-paired unlock in change_state().He Junyan2020-12-051-3/+1
* audioencoder: Fix incorrect GST_LOG_OBJECT usageArun Raghavan2020-12-051-1/+1
* gl/eagl: Fix automatic resize behaviourMart Raudsepp2020-12-041-10/+3
* gl/eagl: Fix resize condition check in draw_cb to not get called unnecessarilyMart Raudsepp2020-12-041-1/+1
* video/converter: increase the number of cache lines for resamplingMatthew Waters2020-12-041-2/+4
* videometa: gir annotate the size of plane array in new APIGuillaume Desmottes2020-12-021-2/+2
* audiodecoder: Move max_errors out of GstAudioDecoderContextSanchayan Maity2020-12-021-6/+7
* Fix segfault when using invalid encoding profileDavid Keijser2020-11-111-2/+2
* videoaggregator: Guarantee that the output format is supportedThibault Saunier2020-11-101-21/+126
* video-aggregator: Fix renegotiation when using convert padsThibault Saunier2020-11-101-15/+3
* videoaggregator: Use local var instead of reloading vagg->infoJan Alexander Steffens (heftig)2020-11-091-2/+2
* videoaggregator: Take object lock for writing vagg->infoJan Alexander Steffens (heftig)2020-11-091-0/+5
* video: fix doc warningGuillaume Desmottes2020-11-091-1/+1
* gl: Fix prototype of glGetSynciv()Sebastian Dröge2020-11-041-2/+4
* audio/videodecoder: Initialize max_errors in instance_init()Sebastian Dröge2020-10-302-0/+2
* videoaggregator: document and fix locking in convert padMathieu Duponchelle2020-10-291-0/+11
* audio/videodecoder: Don't reset max-errors in reset()Sebastian Dröge2020-10-292-2/+0
* glslstage: delete shader on finalize of stageMichael Tretter2020-10-221-0/+12
* Add some missing nullable annotationsSebastian Dröge2020-10-172-2/+2
* video-converter: Add fast paths from v210 to I420/YV12, Y42B, UYVY and YUY2Sebastian Dröge2020-10-141-0/+515
* videoaggregator: Limit accepted caps by template capsJan Alexander Steffens (heftig)2020-10-141-1/+1
* videoaggregator: Log the format name instead of indexJan Alexander Steffens (heftig)2020-10-141-5/+6
* gstrtpbuffer: fix header extension length validationWill Miller2020-10-121-1/+1
* audio: video: Fix in/outbuf confusion of transform_metaJan Alexander Steffens (heftig)2020-10-102-7/+7
* video-info: clarify GST_VIDEO_INTERLACE_MODE_ALTERNATE docGuillaume Desmottes2020-10-101-1/+1
* videodecoder: fix output state interlace-modeGuillaume Desmottes2020-10-101-43/+61
* videodecoder: add interlace-mode to debug output when setting output stateGuillaume Desmottes2020-10-101-2/+3
* meson: Actually build gstgl without implicit include dirsNirbheek Chauhan2020-10-041-1/+1
* videoaggregator: ensure peek_next_sample() uses the correct capsMatthew Waters2020-10-041-3/+22
* videoaggregator: Don't require any pads to be configured for negotiating sour...Sebastian Dröge2020-10-031-23/+0
* gst-libs: gl: Fix documentation typo and clarify gl_memory_texsubimageMarijn Suijten2020-10-034-10/+12
* audioaggregator: Reset offset if the output rate is renegotiatedSebastian Dröge2020-10-021-0/+3
* video-anc: Implement transform functions for AFD/Bar metasSebastian Dröge2020-10-011-2/+65
* appsrc: Wake up the create() function on caps changesSebastian Dröge2020-09-301-0/+3
* rtpbasepayload: do not forget delayed segment when forwarding gapsMathieu Duponchelle2020-09-301-0/+11
* video: Rename gst_video_color_transfer_*() to gst_video_transfer_function_*()...Sebastian Dröge2020-09-073-13/+13
* audio/video: Copy more metas by default in the codec base classesSebastian Dröge2020-08-304-12/+54
* gl/build: build with implicit_include_directories : falseMatthew Waters2020-08-272-10/+72
* encoding-profile: minor fix in documentationMarcin Kolny2020-08-251-1/+1
* tags: update to latest iso-code and support more languagesMathieu Duponchelle2020-08-123-217/+890
* pbutils: Add latest H.264 level valuesNicolas Dufresne2020-08-111-0/+10
* appsrc: Post a bus error if a segment can't be appliedJan Schmidt2020-08-111-2/+10
* build/gl: add top-level include files for sub-librariesMatthew Waters2020-08-114-3/+91
* audioaggregator: Add support for new sample selection APISebastian Dröge2020-08-071-3/+75