summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix .gitmodules to use baserock upstreambaserock/1.4Javier Jardón2014-11-141-1/+1
* glimagesink: clamp the resize width/height to >= 1 to avoid a GL errorMatthew Waters2014-11-071-0/+3
* Release 1.4.41.4.4Sebastian Dröge2014-11-0678-88/+1012
* Update .po filesSebastian Dröge2014-11-0640-40/+40
* h265parse: don't unnecesarily set src_capsSebastian Dröge2014-11-061-13/+13
* h264parse: don't unnecesarily set src_capsMatej Knopp2014-11-061-13/+13
* glimagesink: resize the viewport correctly on a caps changeMatthew Waters2014-11-052-0/+16
* gl/cocoa: include gl3.h in configure too for consistency with gstglapi.hSebastian Dröge2014-11-041-0/+4
* gl/cocoa: use NSAutoreleasePool to free resize dataJulien Isorce2014-11-041-0/+2
* gl/cocoa: include gl3.h to have GL_CONTEXT_PROFILE_MASKJulien Isorce2014-11-041-0/+4
* gl/cocoa: make sure to turn on frame rectangle changes notificationsJulien Isorce2014-11-041-0/+1
* gl/cocoa: fix uncaught exception 'unrecognized selector sent to instance'Julien Isorce2014-11-041-1/+1
* gl/cocoa: fix compiler warningJulien Isorce2014-11-041-4/+4
* gl/cocoa: Fix compiler warningSebastian Dröge2014-11-041-2/+2
* glshader: Fix memory leakLuis de Bethencourt2014-11-031-2/+2
* gl: sprinkle some Since markersMatthew Waters2014-11-033-1/+69
* mpegtsbase: do not remove programs on EOSMatthieu Bouron2014-10-301-13/+0
* gl/examples: use the current X Display from SDLMatthew Waters2014-10-301-4/+1
* configure.ac: auto decision to include GL library failsVincent Abriou2014-10-291-1/+1
* faad: fix wrong unrefs in set_format error code pathTim-Philipp Müller2014-10-281-3/+0
* glfilter: avoid uninitialized variable size when chaining multiple glfiltersMatthew Waters2014-10-281-0/+4
* rawparse: fix handling of segment event in sink event handlerVootele Vesterblom2014-10-241-2/+2
* rawparse: Check for 0-size after adjusting the size for the frame sizeSebastian Dröge2014-10-241-5/+2
* rawparse: Don't try to retrieve 0 byte buffers from the adapter in multi-fram...Sebastian Dröge2014-10-241-3/+7
* hlsdemux: reset end_of_playlist attribute when we receive a seekMatthieu Bouron2014-10-241-0/+2
* vc1parser: fix expected level in sequence-layer parsing unit testAurélien Zanelli2014-10-241-1/+1
* vc1parser: fix level values for simple/main profileAurélien Zanelli2014-10-241-2/+2
* vc1parse: select caps according to wmv format at negotiationAurélien Zanelli2014-10-242-4/+39
* rtmpsink: Declare sink variable that was forgotten in last commitSebastian Dröge2014-10-241-0/+2
* rtmpsink: Free URI string in finalize()Havard Graff2014-10-241-0/+1
* vc1parse: parse frame header when stream format is ASF/raw for simple/main pr...Aurélien Zanelli2014-10-241-0/+36
* vc1parse: just assume none header-format when no codec_data is presentAurélien Zanelli2014-10-241-3/+1
* vc1parse: fix framesize when input is frame-layerAurélien Zanelli2014-10-241-1/+1
* fluiddec: don't leak incoming caps eventTim-Philipp Müller2014-10-241-0/+1
* fluiddec: fix some memory leaksAntonio Ospite2014-10-241-0/+4
* vtenc: Fix lockingSebastian Dröge2014-10-241-13/+10
* vtenc: Use kVTProfileLevel_H264_Baseline_AutoLevel only on iOSSebastian Dröge2014-10-191-0/+3
* vtenc: VTCompressionSessionPrepareToEncodeFrames only exists since 10.9.6Sebastian Dröge2014-10-192-5/+19
* vtenc: Remove unused #defineSebastian Dröge2014-10-191-2/+0
* glimagesink: Only finalize the other context in finalize()Sebastian Dröge2014-10-141-10/+5
* glimagesink: Don't leak other-contextSebastian Dröge2014-10-141-0/+10
* glmixer: Call the pad's parent class finalize methodSebastian Dröge2014-10-141-0/+2
* gl/cocoa: Add support for HiDPI displaysSebastian Dröge2014-10-141-0/+4
* gl/cocoa: Always update our viewport if Cocoa tells us something has changedSebastian Dröge2014-10-141-17/+8
* gl/cocoa: Handle NSView::renewGState() properlySebastian Dröge2014-10-141-0/+10
* gl/cocoa: Update viewport according to the current clippingSebastian Dröge2014-10-141-12/+28
* gl/cocoa: Improve the NSApplication initializationSebastian Dröge2014-10-141-14/+30
* gl/cocoa: NSView::drawRect() should call into reshape tooSebastian Dröge2014-10-141-0/+4
* gl/cocoa: Call UI related API from the application main threadSebastian Dröge2014-10-142-118/+108
* gl/cocoa: Switch to a plain NSView subclass instead of NSOpenGLViewSebastian Dröge2014-10-143-53/+76