summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gl/cocoa: Switch from our custom main loop to a GMainLoopSebastian Dröge2014-10-142-264/+169
* gl/cocoa: Clear the current GL context when it should happenSebastian Dröge2014-10-141-4/+1
* applemedia: VideoToolbox works properly on iOS nowSebastian Dröge2014-10-141-5/+0
* vtdec: Set reorder length to 0 if we can't calculate itSebastian Dröge2014-10-141-0/+2
* vtenc: Fix encoder to work on iOSSebastian Dröge2014-10-141-1/+65
* applemedia: We need to map the coremedia buffers in non-readonly modeSebastian Dröge2014-10-142-7/+4
* vtenc: Let the encoder automatically choose a h264 levelSebastian Dröge2014-10-141-1/+1
* vtenc: Use 0 instead of G_MAXDOUBLE as the max keyframe intervalSebastian Dröge2014-10-141-2/+1
* vtenc: Expected duration is supposed to be the duration of the stream, not a ...Sebastian Dröge2014-10-141-12/+0
* vtenc: Properly handle keyframesSebastian Dröge2014-10-142-15/+15
* vtdec: Fix compilationSebastian Dröge2014-10-141-1/+1
* vtdec: Handle 0/1 framerates correctly by not calculating their frame durationSebastian Dröge2014-10-141-2/+10
* atdec: Fix some compiler warnings with newer clangSebastian Dröge2014-10-141-2/+3
* vtenc: Prepare encoder after setupSebastian Dröge2014-10-141-1/+11
* vtenc: Only drain the encoder in ::finish(), not on every frameSebastian Dröge2014-10-142-23/+47
* vtenc: Error out if encoding returned an errorSebastian Dröge2014-10-141-0/+6
* vtenc: Check for errors from VTCompressionSessionCompleteFrames()Sebastian Dröge2014-10-141-1/+6
* vtenc: Properly scale timestamps for the API and set invalid valuesSebastian Dröge2014-10-141-2/+5
* vtdec: Properly scale timestamps for the API and set invalid valuesSebastian Dröge2014-10-141-3/+17
* applemedia: Remove old code that is of no use anymoreSebastian Dröge2014-10-146-627/+0
* applemedia: Do weak linking with the VideoToolbox frameworkSebastian Dröge2014-10-142-3/+6
* vtenc: Port to GstVideoEncoder base classSebastian Dröge2014-10-142-185/+121
* vtenc: Use correct instance struct sizeSebastian Dröge2014-10-141-1/+1
* vtdec: Fix compiler warningsSebastian Dröge2014-10-141-5/+5
* vtenc: Port to the real VideoToolbox API instead of using our dlopen() wrapperSebastian Dröge2014-10-1412-1094/+65
* h264parse: expose parsed profile and level to downstreamSreerenj Balachandran2014-10-141-0/+13
* h265parse: expose parsed profile, tier and level to downstreamSebastian Dröge2014-10-141-0/+13
* curlsmtpsink: Set CURLOPT_UPLOAD to 1 to not use VRFY and other unneeded comm...Vivia Nikolaidou2014-10-141-0/+7
* videoaggregator: Unmap and free GstVideoFrames as needed after conversion and...Sebastian Dröge2014-10-141-0/+4
* aggregator: Unref the taglist in GstAggregator::stop()Sebastian Dröge2014-10-141-0/+4
* vc1parse: unref caps when it is empty in renegotiate()Aurélien Zanelli2014-10-141-0/+1
* androidmedia: Fix calculation of the frame size for COLOR_FormatYUV420PlanarSebastian Dröge2014-10-141-1/+1
* fluiddec: don't crash on 0-sized input buffersTim-Philipp Müller2014-10-141-0/+6
* gltransformation: requires graphene 1.0.0Lubosz Sarnecki2014-10-141-1/+1
* tsdemux: do not discard on discont if PES startJesper Larsen2014-10-141-1/+2
* dashdemux: mark first buffer as discont after restarting a download taskMatthieu Bouron2014-10-142-0/+8
* dashdemux: push a time segment when restarting streamingThiago Santos2014-10-141-3/+8
* glcolorconvert: output why we cannot convert a bufferMatthew Waters2014-10-091-0/+6
* glcolorconvert: fix planar YUV downloadMatthew Waters2014-10-091-5/+54
* glcolorconvert: fix UYVY download green screenMatthew Waters2014-10-071-3/+4
* glcolrconvert: fix YUY2 downloadMatthew Waters2014-10-071-16/+23
* gltransformation: graphene multiplication order has changedLubosz Sarnecki2014-09-301-2/+2
* gl: Let gst_gl_context_get_thread() return a new reference to the GThreadSebastian Dröge2014-09-301-1/+5
* glcolorconvert: convert xRGB into ARGB properlyMatthew Waters2014-09-301-2/+11
* glmemory: unset the opposite corresponding transfer flags when mapped with writeMatthew Waters2014-09-301-0/+2
* glcontext: Initialize variableEdward Hervey2014-09-301-1/+1
* glcontext: fixup error in sharegroup commentMatthew Waters2014-09-301-1/+1
* glcontext: detect the sharegroup case where the context are in different chainsMatthew Waters2014-09-301-5/+31
* glupload: fallback to upload if contexts cannot share GL resourcesMatthew Waters2014-09-301-0/+6
* glcontext: add gst_gl_context_can_shareMatthew Waters2014-09-303-3/+52