summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-02-11resample: avoid overflowsWim Taymans1-3/+4
2016-02-11resample: fix double interpolation sse codeWim Taymans1-6/+6
2016-01-28audiorate: Use gst_audio_format_fill_silence() instead of memset with 0 for g...Sebastian Dröge1-2/+5
2016-01-27encodebin: Allow streamheader update when profile.allow_dynamic_output == FALSEThibault Saunier1-0/+6
2016-01-25decodebin: Correctly expose pads from elements that have directly exposable padsSebastian Dröge1-42/+47
2016-01-16streamsynchronizer: Ignore flushing streams [..]Mathieu Duponchelle1-1/+1
2016-01-16playbin: Only append non-raw and sysmem pad template caps to the autoplug-que...Sebastian Dröge1-0/+28
2016-01-16Revert "playbin: only add the template caps when the result is empty"Sebastian Dröge1-1/+1
2016-01-15playsink: Properly mark pending blocked padsEdward Hervey1-1/+3
2016-01-13subtitleoverlay: replace gst_caps_can_intersect() with is_subset()Thiago Santos1-1/+1
2016-01-13playbin: use subset check instead of intersectThiago Santos1-4/+4
2016-01-11subtitleoverlay: replace accept-caps with caps queryThiago Santos1-3/+17
2016-01-08videorate: replace accept-caps with a caps queryThiago Santos1-2/+5
2016-01-08audio-converter: small API tweaksWim Taymans1-2/+2
2016-01-08audio-convert: simplify APIWim Taymans1-2/+2
2016-01-08playbin: Use the caps query instead of accept-caps to detect if a sink accept...Sebastian Dröge1-8/+10
2016-01-06videotestsrc: add missing break in set_property switch caseAurélien Zanelli1-0/+1
2015-12-29audioconvert: Pass pointer arrays instead of singleton pointers to gst_audio_...Sebastian Dröge1-2/+4
2015-12-28typefindfunctions: Make sure that enough data is available in AAC/ADTS typefi...Sebastian Dröge1-3/+4
2015-12-25playsink: Don't leak audio/video filters due to floating references weirdnessSebastian Dröge1-0/+6
2015-12-25playsink: Allow reuse of audio/video filters by unparenting them from their binsSebastian Dröge1-0/+41
2015-12-25playsink: Don't leak audio/video filters when using non-raw mediaSebastian Dröge1-0/+6
2015-12-18playbin: only add the template caps when the result is emptyMatthew Waters1-1/+1
2015-12-16Revert "decodebin2: fix deadlock on chain shutdown"Sebastian Dröge1-4/+2
2015-12-16multifdsink: fix typo in GST_WARNING_OBJECTLuis de Bethencourt1-1/+1
2015-12-16videorate: remove dead codeVincent Penquerc'h1-4/+0
2015-12-16audioconvert: clear convert objectWim Taymans1-1/+3
2015-12-14audio: adapt API for non-interleaved formatsWim Taymans1-2/+3
2015-12-10multisocketsink: add GstNetworkMessage eventWim Taymans2-12/+83
2015-12-10multisocketsink: add dispatched eventWim Taymans2-2/+26
2015-12-10socketsrc: handle GstNetworkMessage eventsWim Taymans2-0/+84
2015-12-09audio-convert: improve converter APIWim Taymans1-2/+2
2015-12-04multisocketsink: let downstream know we support metadataWim Taymans1-0/+15
2015-12-02decodebin2: fix "Attempt to unlock mutex that was not locked"Tim-Philipp Müller1-1/+2
2015-12-02playback: Expose XSUB formats by defaultEdward Hervey1-0/+1
2015-12-02streamsynchronizer: Rename GstStream => GstSyncStreamEdward Hervey1-28/+28
2015-12-02decodebin: Update buffering messages when removing an element that had buffer...Sebastian Dröge1-2/+61
2015-12-02multisocketsink: keep on reading when we stop sendingWim Taymans2-29/+44
2015-12-01[PATCH] Fix a race condition accessing the decode_chain field.Thomas Bluemel1-16/+40
2015-12-01decodebin: early out on pad-added when the pad is inactiveVincent Penquerc'h1-0/+7
2015-12-01decodebin: lock the expose lock around decode_chain useVincent Penquerc'h1-8/+14
2015-11-10audio-converter: add output size argumentWim Taymans1-3/+2
2015-11-06decodebin: Properly deactivate ghostpadsEdward Hervey1-1/+1
2015-11-06audioconvert: fix buildTim-Philipp Müller4-842/+0
2015-11-06audio-converter: move audio converter to audio libsWim Taymans4-578/+2
2015-11-06audio-channel-mix: move channel mixer to audio libsWim Taymans6-974/+0
2015-11-06audio: add debug categoriesWim Taymans3-0/+46
2015-11-06channelmix: don't limit channelpositionsWim Taymans2-8/+9
2015-11-06channelmix: simplify API a littleWim Taymans3-92/+102
2015-11-06channelmix: GstChannel -> GstAudioChannelWim Taymans3-122/+136