summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-10!!teletextdec: Pending port to 1.0teletextEdward Hervey3-276/+92
2015-09-05faac: Add bitrate info to the tags output.Jan Schmidt1-0/+18
2015-09-04compositor: Ensure all arguments to CLAMP are signed intNirbheek Chauhan2-2/+13
2015-09-04gtk: Do not consider GtkEvents as handledThibault Saunier1-3/+3
2015-09-03videoaggregator: lift restriction of changing pixel-aspect-ratioThiago Santos1-3/+1
2015-08-31qmlsink: Ensure that at least one windowing system is availableNirbheek Chauhan2-4/+17
2015-08-31pcapparse: Reset state on flush and state changesOlivier Crête1-4/+23
2015-08-31gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller4-7/+7
2015-08-31aggregator: Also ignore start-time on seek from gst_element_send_event()Olivier Crête1-0/+1
2015-08-29compositor: variables in clamp_rectangle() should be signedNirbheek Chauhan1-7/+7
2015-08-28Fix file permissions of some filesTim-Philipp Müller10-0/+0
2015-08-28compositor: remove check for below zero for unsigned valueLuis de Bethencourt1-4/+4
2015-08-28edgedetect: Rename gstedgedetect.c to gstedgedetect.cpp for consistency.Vanessa Chipirrás Navalón2-6/+7
2015-08-28edgedetect: remove unused and useless functions.Vanessa Chipirrás Navalón1-2/+0
2015-08-28textoverlay: remove unused variableLuis de Bethencourt2-8/+0
2015-08-28faceblur: remove unused variable.Vanessa Chipirrás Navalón2-10/+0
2015-08-28faceblur: need to migrate to C++.Vanessa Chipirrás Navalón2-26/+30
2015-08-28faceblur: Check CvHaarClassifierCascade is release before being modified.Vanessa Chipirrás Navalón1-0/+2
2015-08-28faceblur: Code refactoring of gst_face_blur_load_profile.Vanessa Chipirrás Navalón1-11/+15
2015-08-28faceblur: Change gstfaceblur to C++.Vanessa Chipirrás Navalón2-9/+10
2015-08-27dvbsuboverlay: Fix caps memory leak by making static caps actually staticSebastian Dröge1-1/+1
2015-08-27dashdemux: don't meddle with the class struct from an instanceTim-Philipp Müller1-8/+10
2015-08-26h264parse/h265parse: Fix negotiation crashNicolas Dufresne2-2/+4
2015-08-26compositor: Actually use the output resolution for clampingNirbheek Chauhan2-17/+52
2015-08-26codecparsers: h265: Fix tile row and column parsingXuGuangxin2-18/+43
2015-08-26hlsdemux: select correct position for live streams that don't remove fragmentsAthanasios Oikonomou1-6/+5
2015-08-25glupload: Use base class metadata copy functionNicolas Dufresne1-24/+8
2015-08-25glcolorconvert: Use base transform metadata copyNicolas Dufresne1-2/+5
2015-08-25gl/eagl: Unref context after setting a window handleSebastian Dröge1-0/+2
2015-08-24win32: Add new h265 parser symbolsSebastian Dröge1-0/+4
2015-08-24codecparsers: h265: Add APIs for up-right-diagonal/raster scan conversionlyb2-0/+141
2015-08-24codecparsers: h265: Fix the range of delta_chroma_log2_weight_denomXuGuangxin1-2/+4
2015-08-24tsdemux: fix latency handling againTim-Philipp Müller1-2/+1
2015-08-22glimagesink: update display size before sending eventNicolas Dufresne1-3/+3
2015-08-22gl: Let base transform relay the meta api for usNicolas Dufresne3-32/+29
2015-08-22curl: Give netinet/ip.h it own configure checkKoop Mast1-1/+9
2015-08-21dtsdec: remove unused valueLuis de Bethencourt1-1/+1
2015-08-21facedetect: remove unnecessary variable.Vanessa Chipirrás Navalón2-9/+0
2015-08-21glcontext: add specific error message when missing GL_SHADING_LANGUAGE_VERSIONJustin Kim1-2/+7
2015-08-21tests: audiomixer: remove duplicated word in commenthoonhee.lee1-1/+1
2015-08-21caopengllayersink: Don't chain up to parent's query handling twice for DRAIN ...hoonhee.lee1-1/+0
2015-08-20check: hlsdemux: make duration unit test robust to floating point roundingAlex Ashley1-4/+4
2015-08-20glbasefilter: only call gl_{stop,start} if the context changedMatthew Waters1-6/+13
2015-08-20opencv: Fix OpenCV data path check to work with cross compilationCarlos Rafael Giani1-3/+12
2015-08-20videoaggregator: Always set the pad's buffer_vinfo when storing a bufferBen Browitt1-0/+1
2015-08-19dashdemux: Handle encoding specified in the <xml> element when dumping nodesSebastian Dröge2-11/+48
2015-08-19assrender: check video frame mapping succeeded before blendingArnaud Vrac1-15/+30
2015-08-19configure.ac: fix build when the uvch264 plugin is not selectedArnaud Vrac4-10/+5
2015-08-19dashdemux: replace xmlNodeDump with xmlNodeDumpOutputAlex Ashley2-8/+97
2015-08-19configure: check for Qt versionLuis de Bethencourt1-1/+1