summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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