summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-05-16playbin: add "element-setup" signalTim-Philipp Müller1-0/+38
2016-05-05multihandlesink: Warn if trying to change the state from the streaming threadSebastian Dröge1-2/+9
2016-05-04decodebin: an element can negotiate before we block itAlessandro Decina1-2/+12
2016-04-25smartencoder: Only accept TIME segments for realSebastian Dröge1-2/+6
2016-04-19decodebin: Always add a multiqueue in single-stream use-buffering pipelinesVivia Nikolaidou1-0/+18
2016-04-15subparse: fix build with GCC 4.6.3Vincent Penquerc'h1-2/+8
2016-04-12decodebin: Rename misleading variable is_parser_converter into is_parserVivia Nikolaidou1-3/+3
2016-04-06subtitleoverlay: Don't complain when stream-start is the first event.Jan Schmidt1-5/+12
2016-04-06subparse: WebVTT Cue identifiers are optionalJan Schmidt1-6/+14
2016-04-03videorate: Don't fill up the segment with duplicate buffers if drop_only==TRUESebastian Dröge1-7/+9
2016-04-03videorate: Remove dead codeSebastian Dröge1-3/+0
2016-04-03videorate: avoid useless buffer copy in drop-only modeFrédéric Bertolus1-1/+5
2016-03-29subparse: Add more parsing guardsJan Schmidt1-24/+47
2016-03-29subparse: add missing break between formatsLuis de Bethencourt1-0/+1
2016-03-28audioresample: remove last ORC remainsWim Taymans3-364/+2
2016-03-28audio-resampler: improve filter constructionWim Taymans2-3/+40
2016-03-28audio-resampler: add reset functionWim Taymans1-44/+17
2016-03-28audio-resampler: handle filter length changesWim Taymans1-13/+11
2016-03-28audio-converter: make some optimized functionsWim Taymans1-39/+6
2016-03-28audio-converter: simplify APIWim Taymans1-45/+33
2016-03-28audio-converter: more work on resamplingWim Taymans2-195/+46
2016-03-28audio-converter: add resamplerWim Taymans17-4533/+204
2016-03-25subparse: WebVTT parsing supportJan Schmidt2-70/+258
2016-03-25typefind: Add a typefinder for WebVTT filesJan Schmidt1-0/+37
2016-03-25typefind: Reduce URI typefinder from MAX to LIKELYJan Schmidt1-1/+1
2016-03-24decodebin2: Hold new buffering_post lock while posting msgsJan Schmidt1-2/+23
2016-03-24decodebin: Modify result of seekable in check_upstream_seekable functionJimmy Ohn1-6/+6
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM27-111/+82
2016-03-14decodebin: Shut down all elements explicitly to NULL state before freeing the...Sebastian Dröge1-0/+75
2016-03-14multihandlesink: Remove useless streamheader storageSebastian Dröge2-32/+5
2016-03-14multihandlesink: Only don't send HEADER buffers normally if they are actually...Sebastian Dröge2-12/+65
2016-03-14decodebin: expose_pad() is always called with lock==TRUE, simplify codeSebastian Dröge1-12/+8
2016-03-14decodebin: Don't check twice if the decode chain is complete in pad_added_cb()Sebastian Dröge1-12/+0
2016-03-14decodebin: Don't hold EXPOSE_LOCK in type_found() outside the stream lockSebastian Dröge1-5/+2
2016-03-14tcp: Remove unused fileSebastian Dröge1-2794/+0
2016-03-02Revert "playbin: use avdeinterlace for deinterlacing until deinterlace is por...Sebastian Dröge1-4/+0
2016-03-02encodebin: Make dispose() function safe to be called multiple timesSebastian Dröge1-0/+6
2016-03-01multisocketsink: handle client close correctly and EWOULDBLOCKTom Deseyn1-4/+7
2016-02-23Revert "playsink: Properly mark pending blocked pads"Edward Hervey1-3/+1
2016-02-20Fix use of undeclared core debug category symbolsTim-Philipp Müller2-6/+8
2016-02-20win32: remove outdated build cruftTim-Philipp Müller10-1507/+0
2016-02-17typefind: strengthen check for valid H.263 picture layerReynaldo H. Verdejo Pinochet1-8/+14
2016-02-17decodebin: return incomplete topology if decode chains' cap could not be obta...Vineeth T M1-9/+6
2016-02-15decodebin: Fix documentation of the autoplug-query signalSebastian Dröge1-2/+1
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