summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-17mpegtsbase: add object debug messagesdvb-v5-fileThiago Santos2-33/+41
2016-03-17WIP: dvbsrc: allow tune signal to workThiago Santos2-9/+41
2016-03-17mpegtsbase: handle STREAM_START eventsThiago Santos4-15/+38
2016-03-17dvbbasebin: also accept DVBv5 channels.conf formatThiago Santos1-14/+353
2016-03-17mpegtsbase: plug EIT string leakThiago Santos1-0/+1
2016-03-17dvbbasebin: unref pat table after usageThiago Santos1-0/+1
2016-03-17dvbbasebin: plug some leaksThiago Santos1-0/+5
2016-03-17mpegtsbase: remove program from hashtable if neededThiago Santos1-8/+15
2016-03-17mpegtspacketizer: simplify variable resetThiago Santos1-2/+1
2016-03-17dvbsrc: print time in same formatThiago Santos1-2/+2
2016-03-17glmemory: unset GL_UNPACK_ROW_LENGTH in opengl3Matthew Waters1-1/+2
2016-03-17gl/examples/qt: restrict the GL API to opengl where neededMatthew Waters3-0/+9
2016-03-17gl/examples/gtk: call XInitThreadsMatthew Waters7-9/+48
2016-03-17glutils: remove custom code for setting caps featuresMatthew Waters1-11/+2
2016-03-17glfilter: only allow the same src/sink caps when we are in passthrough modeMatthew Waters1-9/+25
2016-03-17glupload: deal with the ANY caps feature correctlyMatthew Waters1-19/+37
2016-03-17wayland: fix null pointer dereference on errorMatthew Waters1-1/+2
2016-03-17glstereo{mix,split}: allow running on GLES 2/3Matthew Waters2-2/+3
2016-03-16openslesringbuffer: Warn if the position reported by OpenSL is higher than wh...Sebastian Dröge1-1/+8
2016-03-16mxfmux: Fix typo in JPEG2000 colorspaceSebastian Dröge1-1/+1
2016-03-15Release 1.7.91Sebastian Dröge77-104/+578
2016-03-15Update .po filesSebastian Dröge40-40/+40
2016-03-12tsdemux: add video/x-h265 to template capsTim-Philipp Müller1-0/+2
2016-03-12mpegts: Don't leave freed programs in the hash tableJan Schmidt2-0/+15
2016-03-11videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...Sreerenj Balachandran1-2/+11
2016-03-11amc: Correctly handle NULL input buffersSebastian Dröge4-16/+50
2016-03-11amcvideodec: getOutputBuffers() returns a NULL array when a surface was confi...Sebastian Dröge2-3/+14
2016-03-11gleffects; give each effect a unique long name and descriptionMatthew Waters2-0/+12
2016-03-10glshader: some compatibility changes for GL 1.4Matthew Waters2-7/+11
2016-03-10glfilterapp: update for the use of shadersMatthew Waters1-24/+36
2016-03-10glfilter: retrieve the shader attributes from the GL threadMatthew Waters2-18/+26
2016-03-10gl/examples/cube*: choose opengl by defaultMatthew Waters2-16/+16
2016-03-10gl/examples/fxtest: add needed glupload to the pipelineMatthew Waters1-3/+4
2016-03-09mpegvideoparser: Handle non-hierarchical profiles againEdward Hervey3-11/+16
2016-03-09glimagesink: Fix window memory leakVineeth TM1-0/+1
2016-03-08tsdemux: Don't reset/recalculate segments with accurate seeksEdward Hervey1-3/+4
2016-03-08glvideomixer: signal continuation in resetMatthew Waters1-1/+1
2016-03-08gldisplay: make readding the same context a no-opMatthew Waters2-1/+100
2016-03-07Revert "libgstgl: cocoa, eagl: don't marshal GL calls to the context thread"Sebastian Dröge6-116/+3
2016-03-07libgstgl: cocoa, eagl: don't marshal GL calls to the context threadAlessandro Decina6-3/+116
2016-03-06gldisplay: really retrieve glcontext for a specific threadMark Nauwelaerts1-1/+4
2016-03-06gl: misc docs fixes/additionsMatthew Waters18-32/+231
2016-03-06gl*memory: document new functionality and objectsMatthew Waters10-41/+503
2016-03-06docs: add new GL api to .types file for type/signal introspectionMatthew Waters1-0/+3
2016-03-06docs: ignore some private GL headersMatthew Waters1-1/+3
2016-03-06docs/gl: add gl functions/structs from -unused into the docsMatthew Waters2-43/+289
2016-03-05glfilter: handle some more unfixed fields when fixating capsMark Nauwelaerts1-2/+14
2016-03-05gtk: examples: #define GST_USE_UNSTABLE_API and link with X11_LIBSSebastian Dröge1-4/+8
2016-03-05androidmedia: Remove unused fileJustin Kim1-68/+0
2016-03-04amc: properly deinit when ahcsrc register failsMartin Kelly1-6/+11