summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* glwindow: track context activation properlyMatthew Waters2015-04-211-3/+19
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-217-6/+25
* h264parse: Remove dead codeEdward Hervey2015-04-201-5/+0
* handdetect: remove unneeded checkEdward Hervey2015-04-201-1/+1
* shmpipe: Ensure string received from recv() is NULL-terminatedEdward Hervey2015-04-201-1/+3
* tsdemux: clean assignment typoLuis de Bethencourt2015-04-201-1/+1
* tsdemux: remove dead codeLuis de Bethencourt2015-04-201-2/+0
* fieldanalysis: exception when block width to 0Vineeth T M2015-04-201-1/+1
* glmixer: fix caps leak in gst_gl_mixer_pad_sink_getcaps()Guillaume Desmottes2015-04-201-10/+10
* applemedia: avoid implicit color conversionsAlessandro Decina2015-04-204-49/+94
* corevideotexturecache: free texture cache on iOSIlya Konstantinov2015-04-191-1/+1
* avfvideosrc: check for failure to create bufferIlya Konstantinov2015-04-191-1/+9
* avfvideosrc: fix build failure with clangYujin Lee2015-04-191-1/+1
* mpegtsbase: Remove unused latency query codeOlivier Crête2015-04-171-26/+0
* tsdemux: Cleanup latency query handlingOlivier Crête2015-04-171-5/+8
* androidmedia: Handle queue/release errors non-fatalSebastian Dröge2015-04-172-4/+24
* opencv: Change opencv plugin to use opencv2-style includesРуслан Ижбулатов2015-04-1740-24/+50
* opencv: Change configure test to check for OpenCV2 headersРуслан Ижбулатов2015-04-171-5/+16
* avfvideosrc: get connection and input clock earlyIlya Konstantinov2015-04-181-5/+9
* mpegtspacketizer: Unify debug statementsEdward Hervey2015-04-171-5/+6
* tsdemux: Unify duration querying codeEdward Hervey2015-04-171-16/+31
* videoaggregator: fix caps leak when early returningGuillaume Desmottes2015-04-171-1/+2
* 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
* glcontext: Make gst_gl_context_egl_activate fail if the old surface could not...Matthieu Bouron2015-04-171-1/+6
* 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
* mpegdemux: fix pad leak when not adding a new pad after no-more-padsVincent Penquerc'h2015-04-161-0/+3
* tsdemux: fix segment position tracking for the general caseVincent Penquerc'h2015-04-161-1/+5
* glcontext: Make gst_gl_context_egl_activate fail if the surface could not be ...Matthieu Bouron2015-04-161-0/+14
* h264parse: Don't unref buffer that was unreffed just a few lines before alreadySebastian Dröge2015-04-151-1/+0
* Add adaptivedemux, badvideo and badbase to the link-list for the docscannerРуслан Ижбулатов2015-04-151-0/+3
* avfvideosrc: remove unused variablesIlya Konstantinov2015-04-151-4/+0
* applemedia: vtdec: fix GL negotiationAlessandro Decina2015-04-141-21/+32
* avfvideosrc: log timestampsAlessandro Decina2015-04-141-3/+10
* avfvideosrc: subtract time spent in AVF queuesIlya Konstantinov2015-04-141-4/+18