summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* video: Rename gst_video_color_transfer_*() to gst_video_transfer_function_*()...Sebastian Dröge2020-09-071-3/+3
* videoscale: make local quark vars staticTim-Philipp Müller2020-08-281-2/+2
* compositor: fix off-by-1 error in blending ARGBJan Schmidt2020-08-262-373/+454
* videorate/videoscale/audioresample: Ensure that the caps returned from fixate...Sebastian Dröge2020-08-263-2/+4
* videoscale: Don't call NULL GstMeta transform functionSebastian Dröge2020-08-181-1/+3
* compositor: Frames where we introduce alpha can't obscure anythingThibault Saunier2020-07-311-13/+10
* encodebin: Fix and refactor smart encodingThibault Saunier2020-07-223-502/+770
* streamsplitter: Forward STREAM_START to all branchsThibault Saunier2020-07-221-0/+3
* streamsplitter/combiner: Drain encoder before switching branchThibault Saunier2020-07-223-1/+59
* encodebin: Rebuilt internal state when swicthing to avoid-reencodingThibault Saunier2020-07-221-0/+6
* videorate: Error out on streams with no way to guess framerateOlivier Crête2020-07-201-0/+8
* videorate: Assert on invalid result from internal codeOlivier Crête2020-07-201-4/+6
* rawvideoparse: Fix tiling supportNicolas Dufresne2020-07-141-4/+13
* playback: Clarify flag usage for playbin3Edward Hervey2020-07-071-1/+2
* Revert "playbin3: handle GST_PLAY_FLAG_FORCE_SW_DECODERS"Edward Hervey2020-07-073-83/+9
* decodebin3: Only override the selection if neededEdward Hervey2020-07-073-3/+27
* Update disted generated orc backup filesTim-Philipp Müller2020-07-041-239/+221
* meson: add update-orc-dist targetTim-Philipp Müller2020-07-045-0/+5
* video-converter: Make fast path work for equivalent transfer functionsVivia Nikolaidou2020-07-031-0/+18
* audio: video: Optimize by using cached quark for meta tagHavard Graff2020-06-272-4/+13
* doc: Fix link in tcp multi*sinks.Thibault Saunier2020-06-233-100/+23
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-234-0/+7
* Don't call gst_ghost_pad_construct() anymoreSebastian Dröge2020-06-222-2/+0
* subparse: lower text buffer thresholdHosang Lee2020-06-221-1/+1
* videotestsrc: Do not try to answer the duration query before negotiationThibault Saunier2020-06-151-4/+6
* decodebin3: Lower error message to debugThibault Saunier2020-06-111-1/+1
* uridecodebin3: Let decodebin do its stream selection if no one answersThibault Saunier2020-06-081-0/+10
* decodebin3: Avoid overriding explicit user selectionThibault Saunier2020-06-081-10/+16
* playbin: Fix wrong AV element pair selection when rank is very large valueSeungha Yang2020-06-062-8/+8
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-0613-21/+22
* uridecodebin: Dont link random padsEdward Hervey2020-06-051-2/+6
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-0314-24/+59
* videorate: Update QoS events taking into account our rateThibault Saunier2020-06-011-0/+37
* videorate: Fix changing `rate` property during playbackThibault Saunier2020-06-012-7/+41
* videoscale: reorder code to avoid indent missmatchesMichael Gruner2020-05-291-3/+2
* videoscale: transform size sensitive metasMichael Gruner2020-05-291-1/+63
* decodebin: only emit 'drained' signal when top chain is draineduno200012020-05-271-1/+1
* audioresample: Drain resampler on discontinuitiesSebastian Dröge2020-05-271-0/+5
* audioresample: Drain resampler and reset timestamp tracking on stream-start e...Sebastian Dröge2020-05-271-8/+2
* audioresample: Drain the resampler and reset timestamp tracking on caps changesSebastian Dröge2020-05-271-1/+24
* videorate: Fix buffer selection logic in reverse playbackThibault Saunier2020-05-261-10/+4
* videorate: Factor out a method for the`max-duplication-time` propertyThibault Saunier2020-05-261-50/+59
* videorate: Use CLOCK_TIME_IS_VALID instead of checking CLOCK_TIME_NONEThibault Saunier2020-05-261-5/+4
* videorate: Factor out a method to reset modeThibault Saunier2020-05-261-29/+43
* videorate: Do not push an extra buffer on EOS when we are done pushing alreadyThibault Saunier2020-05-261-5/+11
* audiotestsrc: Fix the way we compute EOS in reverse playbackThibault Saunier2020-05-251-2/+2
* videorate: Fix buffer timestamp underflow in reverse playbackThibault Saunier2020-05-061-2/+10
* videotestsrc: Fix buffer duration in reverse playbackThibault Saunier2020-05-061-1/+5
* tcpserversrc: Add stats propertyVivia Nikolaidou2020-05-066-41/+105
* typefind: Consider MPEG-PS PSM to be a PES typeJan Schmidt2020-04-101-1/+1