summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* decodebin: Shut down all elements explicitly to NULL state before freeing the...Sebastian Dröge2016-03-141-0/+75
* multihandlesink: Remove useless streamheader storageSebastian Dröge2016-03-142-32/+5
* multihandlesink: Only don't send HEADER buffers normally if they are actually...Sebastian Dröge2016-03-142-12/+65
* decodebin: expose_pad() is always called with lock==TRUE, simplify codeSebastian Dröge2016-03-141-12/+8
* decodebin: Don't check twice if the decode chain is complete in pad_added_cb()Sebastian Dröge2016-03-141-12/+0
* decodebin: Don't hold EXPOSE_LOCK in type_found() outside the stream lockSebastian Dröge2016-03-141-5/+2
* tcp: Remove unused fileSebastian Dröge2016-03-141-2794/+0
* Revert "playbin: use avdeinterlace for deinterlacing until deinterlace is por...Sebastian Dröge2016-03-021-4/+0
* encodebin: Make dispose() function safe to be called multiple timesSebastian Dröge2016-03-021-0/+6
* multisocketsink: handle client close correctly and EWOULDBLOCKTom Deseyn2016-03-011-4/+7
* Revert "playsink: Properly mark pending blocked pads"Edward Hervey2016-02-231-3/+1
* Fix use of undeclared core debug category symbolsTim-Philipp Müller2016-02-202-6/+8
* win32: remove outdated build cruftTim-Philipp Müller2016-02-2010-1507/+0
* typefind: strengthen check for valid H.263 picture layerReynaldo H. Verdejo Pinochet2016-02-171-8/+14
* decodebin: return incomplete topology if decode chains' cap could not be obta...Vineeth T M2016-02-171-9/+6
* decodebin: Fix documentation of the autoplug-query signalSebastian Dröge2016-02-151-2/+1
* resample: avoid overflowsWim Taymans2016-02-111-3/+4
* resample: fix double interpolation sse codeWim Taymans2016-02-111-6/+6
* audiorate: Use gst_audio_format_fill_silence() instead of memset with 0 for g...Sebastian Dröge2016-01-281-2/+5
* encodebin: Allow streamheader update when profile.allow_dynamic_output == FALSEThibault Saunier2016-01-271-0/+6
* decodebin: Correctly expose pads from elements that have directly exposable padsSebastian Dröge2016-01-251-42/+47
* streamsynchronizer: Ignore flushing streams [..]Mathieu Duponchelle2016-01-161-1/+1
* playbin: Only append non-raw and sysmem pad template caps to the autoplug-que...Sebastian Dröge2016-01-161-0/+28
* Revert "playbin: only add the template caps when the result is empty"Sebastian Dröge2016-01-161-1/+1
* playsink: Properly mark pending blocked padsEdward Hervey2016-01-151-1/+3
* subtitleoverlay: replace gst_caps_can_intersect() with is_subset()Thiago Santos2016-01-131-1/+1
* playbin: use subset check instead of intersectThiago Santos2016-01-131-4/+4
* subtitleoverlay: replace accept-caps with caps queryThiago Santos2016-01-111-3/+17
* videorate: replace accept-caps with a caps queryThiago Santos2016-01-081-2/+5
* audio-converter: small API tweaksWim Taymans2016-01-081-2/+2
* audio-convert: simplify APIWim Taymans2016-01-081-2/+2
* playbin: Use the caps query instead of accept-caps to detect if a sink accept...Sebastian Dröge2016-01-081-8/+10
* videotestsrc: add missing break in set_property switch caseAurélien Zanelli2016-01-061-0/+1
* audioconvert: Pass pointer arrays instead of singleton pointers to gst_audio_...Sebastian Dröge2015-12-291-2/+4
* typefindfunctions: Make sure that enough data is available in AAC/ADTS typefi...Sebastian Dröge2015-12-281-3/+4
* playsink: Don't leak audio/video filters due to floating references weirdnessSebastian Dröge2015-12-251-0/+6
* playsink: Allow reuse of audio/video filters by unparenting them from their binsSebastian Dröge2015-12-251-0/+41
* playsink: Don't leak audio/video filters when using non-raw mediaSebastian Dröge2015-12-251-0/+6
* playbin: only add the template caps when the result is emptyMatthew Waters2015-12-181-1/+1
* Revert "decodebin2: fix deadlock on chain shutdown"Sebastian Dröge2015-12-161-4/+2
* multifdsink: fix typo in GST_WARNING_OBJECTLuis de Bethencourt2015-12-161-1/+1
* videorate: remove dead codeVincent Penquerc'h2015-12-161-4/+0
* audioconvert: clear convert objectWim Taymans2015-12-161-1/+3
* audio: adapt API for non-interleaved formatsWim Taymans2015-12-141-2/+3
* multisocketsink: add GstNetworkMessage eventWim Taymans2015-12-102-12/+83
* multisocketsink: add dispatched eventWim Taymans2015-12-102-2/+26
* socketsrc: handle GstNetworkMessage eventsWim Taymans2015-12-102-0/+84
* audio-convert: improve converter APIWim Taymans2015-12-091-2/+2
* multisocketsink: let downstream know we support metadataWim Taymans2015-12-041-0/+15
* decodebin2: fix "Attempt to unlock mutex that was not locked"Tim-Philipp Müller2015-12-021-1/+2