summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-17h264parse: Consider SEI NALU as "HEADER" packetsmultifileEdward Hervey1-0/+1
2015-04-17mpegtsmux: Carry over GST_BUFFER_FLAG_HEADEREdward Hervey2-1/+8
2015-04-17mpegtspacketizer: Unify debug statementsEdward Hervey1-5/+6
2015-04-17tsdemux: Unify duration querying codeEdward Hervey1-16/+31
2015-04-17videoaggregator: fix caps leak when early returningGuillaume Desmottes1-1/+2
2015-04-17glmixer: unref owned caps when finalizing the mixerGuillaume Desmottes1-0/+3
2015-04-17glmixer: pass the proper free function to frames and buffers arrayGuillaume Desmottes1-2/+2
2015-04-17gldownloadelement: Download *from* OpenGL, not intoSebastian Dröge1-1/+1
2015-04-17openh264enc: Add complexity property for speed/quality tradeoffRobert Swain1-0/+38
2015-04-17glcontext: Make gst_gl_context_egl_activate fail if the old surface could not...Matthieu Bouron1-1/+6
2015-04-17gluploadelement: Unref GstGLUpload object and caps in ::stop()Matthieu Bouron1-7/+6
2015-04-17gl: Remove some empty ::finalize() implementationsSebastian Dröge5-42/+0
2015-04-17gldownloadelement: Fix element descriptionSebastian Dröge1-1/+1
2015-04-17gldownloadelement: Remove unused ::finalize() implementationSebastian Dröge1-9/+0
2015-04-17glcolorconvertelement: Also unref caps in ::stop() alreadySebastian Dröge1-14/+3
2015-04-17glcolorconvertelement: fix GstGLColorConvert leakGuillaume Desmottes1-0/+16
2015-04-16apexsink: Fix buffer overflow, in case anyone ever ports it.Jan Schmidt1-2/+2
2015-04-16mpegdemux: fix pad leak when not adding a new pad after no-more-padsVincent Penquerc'h1-0/+3
2015-04-16tsdemux: fix segment position tracking for the general caseVincent Penquerc'h1-1/+5
2015-04-16glcontext: Make gst_gl_context_egl_activate fail if the surface could not be ...Matthieu Bouron1-0/+14
2015-04-15h264parse: Don't unref buffer that was unreffed just a few lines before alreadySebastian Dröge1-1/+0
2015-04-15Add adaptivedemux, badvideo and badbase to the link-list for the docscannerРуслан Ижбулатов1-0/+3
2015-04-15avfvideosrc: remove unused variablesIlya Konstantinov1-4/+0
2015-04-14applemedia: vtdec: fix GL negotiationAlessandro Decina1-21/+32
2015-04-14avfvideosrc: log timestampsAlessandro Decina1-3/+10
2015-04-14avfvideosrc: subtract time spent in AVF queuesIlya Konstantinov1-4/+18
2015-04-14avfvideosrc: fix GL texture negotiationIlya Konstantinov1-20/+26
2015-04-13dtlsdec: Fix typoSebastian Dröge1-1/+1
2015-04-13dtlssrtpdec: Add some more debug outputSebastian Dröge1-0/+2
2015-04-13srtpdec: Add some more debug outputSebastian Dröge1-0/+3
2015-04-13dashdemux: enable playback of content with text streamsYujin Lee1-0/+3
2015-04-12winks: Reset DTS to GST_CLOCK_TIME_NONESebastian Dröge1-1/+2
2015-04-11amc: Use new JNI utils almost everywhereSebastian Dröge2-526/+177
2015-04-11amc: Allow creating global and local references of objectsSebastian Dröge2-11/+23
2015-04-11amc: Make GError argument order more consistentSebastian Dröge2-71/+75
2015-04-11amc: Add helper function for getting a direct buffer arraySebastian Dröge2-0/+73
2015-04-11amc: Java longs are gint64sSebastian Dröge2-8/+8
2015-04-11amc: Improve JNI utilities and add some missing onesSebastian Dröge2-113/+205
2015-04-11glcolorconvert: Fix last commitSebastian Dröge1-8/+12
2015-04-11gl: Remove iOS/EAGL workaround for R/RG texturesSebastian Dröge2-12/+0
2015-04-11glcolorconvert: Add correct check for RG/R textures in glcolorconvert tooSebastian Dröge1-4/+8
2015-04-11winks: fix debug message parameter formatTim-Philipp Müller1-1/+1
2015-04-10pcapparse: Take buffer directly from the adapterOlivier Crête2-29/+24
2015-04-10pcapparse: Produce GstBufferListOlivier Crête1-13/+24
2015-04-10wrappercamerabinsrc: remove unused attribute and related pad probeThiago Santos2-35/+0
2015-04-10glbasefilter: avoid segfault when gl platform is not availableAnton Obzhirov1-0/+9
2015-04-09tests: fix type mismatch in varargs passingVincent Penquerc'h1-1/+1
2015-04-09tsdemux: handle seeks with no target (ie, keep current position)Vincent Penquerc'h2-14/+33
2015-04-09tsparse: fix timestamps not updating after a PMT changeVincent Penquerc'h2-3/+18
2015-04-09tsdemux: send new segment when a stream is addedVincent Penquerc'h1-1/+2