summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* glupload: Release glupload buffer when caps are changedMatthieu Bouron2015-04-241-1/+3
* hlsdemux: handle too short segmentsThiago Santos2015-04-221-64/+79
* hlsdemux: use correct variable typeThiago Santos2015-04-221-1/+1
* glmixer: Possible null pointer dereferenceVineeth T M2015-04-221-3/+1
* hlsdemux: Fix seekingSebastian Dröge2015-04-211-1/+4
* hlsdemux: Don't call unlock() just to call lock() immediately afterwardsSebastian Dröge2015-04-211-2/+0
* gleffects: Create element for each effectMichał Dębski2015-04-213-54/+188
* gleffects: Merge laplacian filter into effectsMichał Dębski2015-04-219-287/+149
* gleffects: Merge sobel filter into effectsMichał Dębski2015-04-217-340/+207
* gleffects: Merge blur filter into effectsMichał Dębski2015-04-217-322/+132
* gleffects: Correct attributes for hconv and vconv shadersMichał Dębski2015-04-212-4/+4
* gleffects: Fix fisheye shader - pass float to sqrtMichał Dębski2015-04-211-1/+1
* gltransformation: fix shader memory leakLubosz Sarnecki2015-04-211-0/+2
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-213-0/+9
* handdetect: remove unneeded checkEdward Hervey2015-04-201-1/+1
* glmixer: fix caps leak in gst_gl_mixer_pad_sink_getcaps()Guillaume Desmottes2015-04-201-10/+10
* opencv: Change opencv plugin to use opencv2-style includesРуслан Ижбулатов2015-04-1740-24/+50
* glmixer: unref owned caps when finalizing the mixerGuillaume Desmottes2015-04-171-0/+3
* glmixer: pass the proper free function to frames and buffers arrayGuillaume Desmottes2015-04-171-2/+2
* gldownloadelement: Download *from* OpenGL, not intoSebastian Dröge2015-04-171-1/+1
* openh264enc: Add complexity property for speed/quality tradeoffRobert Swain2015-04-171-0/+38
* gluploadelement: Unref GstGLUpload object and caps in ::stop()Matthieu Bouron2015-04-171-7/+6
* gl: Remove some empty ::finalize() implementationsSebastian Dröge2015-04-175-42/+0
* gldownloadelement: Fix element descriptionSebastian Dröge2015-04-171-1/+1
* gldownloadelement: Remove unused ::finalize() implementationSebastian Dröge2015-04-171-9/+0
* glcolorconvertelement: Also unref caps in ::stop() alreadySebastian Dröge2015-04-171-14/+3
* glcolorconvertelement: fix GstGLColorConvert leakGuillaume Desmottes2015-04-171-0/+16
* apexsink: Fix buffer overflow, in case anyone ever ports it.Jan Schmidt2015-04-161-2/+2
* dtlsdec: Fix typoSebastian Dröge2015-04-131-1/+1
* dtlssrtpdec: Add some more debug outputSebastian Dröge2015-04-131-0/+2
* srtpdec: Add some more debug outputSebastian Dröge2015-04-131-0/+3
* dashdemux: enable playback of content with text streamsYujin Lee2015-04-131-0/+3
* open264: Fix GType/gsize usageEdward Hervey2015-04-071-8/+8
* openh264: Detect 1.4 API changeEdward Hervey2015-04-071-0/+5
* glimagesink: Disconnect mouse/key event signal handlers from window when shut...Sebastian Dröge2015-04-061-0/+7
* glimagesink: Guard against disconnecting invalid signal idsSebastian Dröge2015-04-061-2/+6
* hlssink: write the playlist end marker on EOSThiago Santos2015-04-041-12/+26
* opus: Fix incorrect fall-through condition in property getterArun Raghavan2015-04-031-1/+1
* glvideomixer: Don't use context if not presentEdward Hervey2015-03-311-6/+8
* gleffects: port all effects to GLES2.0Anton Obzhirov2015-03-3022-526/+812
* hlssink: implement a chain_list to request key unit for segmentsThiago Santos2015-03-301-7/+49
* rtpopuspay: Forward stereo preferences from caps upstreamOlivier Crête2015-03-251-1/+64
* rtpopuspay: Set the number of channels to 2 as per RFC draftOlivier Crête2015-03-251-0/+1
* dashdemux: set default @startNumber and also avoid wrong overwriteJun Xie2015-03-241-2/+7
* opusenc: fall through switch statementLuis de Bethencourt2015-03-241-0/+1
* opusenc: Set output format immediately after creating the encoder instanceSebastian Dröge2015-03-231-17/+14
* opusenc: Remove another unused variableSebastian Dröge2015-03-232-5/+0
* opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge2015-03-233-21/+8
* opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fieldsSebastian Dröge2015-03-232-1/+67
* opusdec: Take channels and sample rate from the caps if we have no stream headerSebastian Dröge2015-03-231-0/+16