├── .gitignore ├── README.md ├── README_rtc.md ├── ReplayKit_Live.md ├── UPLiveSDKDemo.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ ├── IDEWorkspaceChecks.plist │ └── WorkspaceSettings.xcsettings ├── UPLiveSDKDemo ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── BeautifyFilter.h ├── BeautifyFilter.m ├── Info.plist ├── LiveVC.h ├── LiveVC.m ├── LiveVC.xib ├── PlayerVC.h ├── PlayerVC.m ├── PlayerVC.xib ├── UPLivePlayerDemoViewController.h ├── UPLivePlayerDemoViewController.m ├── UPLivePlayerVC.h ├── UPLivePlayerVC.m ├── UPLivePlayerVC.xib ├── UPLiveSDKDemoHomeVC.h ├── UPLiveSDKDemoHomeVC.m ├── UPLiveSDKDemoHomeVC.xib ├── UPLiveStreamerDemoViewController.h ├── UPLiveStreamerDemoViewController.m ├── UPLiveStreamerLivingVC.h ├── UPLiveStreamerLivingVC.m ├── UPLiveStreamerLivingVC.xib ├── UPLiveStreamerSettingVC.h ├── UPLiveStreamerSettingVC.m ├── UPLiveStreamerSettingVC.xib ├── huzi.png ├── main.m └── upyun_logo.png └── UPLiveService ├── GPUImage ├── GLProgram.h ├── GLProgram.m ├── GPUImage.h ├── GPUImage3x3ConvolutionFilter.h ├── GPUImage3x3ConvolutionFilter.m ├── GPUImage3x3TextureSamplingFilter.h ├── GPUImage3x3TextureSamplingFilter.m ├── GPUImageAdaptiveThresholdFilter.h ├── GPUImageAdaptiveThresholdFilter.m ├── GPUImageAddBlendFilter.h ├── GPUImageAddBlendFilter.m ├── GPUImageAlphaBlendFilter.h ├── GPUImageAlphaBlendFilter.m ├── GPUImageAmatorkaFilter.h ├── GPUImageAmatorkaFilter.m ├── GPUImageAverageColor.h ├── GPUImageAverageColor.m ├── GPUImageAverageLuminanceThresholdFilter.h ├── GPUImageAverageLuminanceThresholdFilter.m ├── GPUImageBilateralFilter.h ├── GPUImageBilateralFilter.m ├── GPUImageBoxBlurFilter.h ├── GPUImageBoxBlurFilter.m ├── GPUImageBrightnessFilter.h ├── GPUImageBrightnessFilter.m ├── GPUImageBuffer.h ├── GPUImageBuffer.m ├── GPUImageBulgeDistortionFilter.h ├── GPUImageBulgeDistortionFilter.m ├── GPUImageCGAColorspaceFilter.h ├── GPUImageCGAColorspaceFilter.m ├── GPUImageCannyEdgeDetectionFilter.h ├── GPUImageCannyEdgeDetectionFilter.m ├── GPUImageChromaKeyBlendFilter.h ├── GPUImageChromaKeyBlendFilter.m ├── GPUImageChromaKeyFilter.h ├── GPUImageChromaKeyFilter.m ├── GPUImageClosingFilter.h ├── GPUImageClosingFilter.m ├── GPUImageColorBlendFilter.h ├── GPUImageColorBlendFilter.m ├── GPUImageColorBurnBlendFilter.h ├── GPUImageColorBurnBlendFilter.m ├── GPUImageColorConversion.h ├── GPUImageColorConversion.m ├── GPUImageColorDodgeBlendFilter.h ├── GPUImageColorDodgeBlendFilter.m ├── GPUImageColorInvertFilter.h ├── GPUImageColorInvertFilter.m ├── GPUImageColorLocalBinaryPatternFilter.h ├── GPUImageColorLocalBinaryPatternFilter.m ├── GPUImageColorMatrixFilter.h ├── GPUImageColorMatrixFilter.m ├── GPUImageColorPackingFilter.h ├── GPUImageColorPackingFilter.m ├── GPUImageColourFASTFeatureDetector.h ├── GPUImageColourFASTFeatureDetector.m ├── GPUImageColourFASTSamplingOperation.h ├── GPUImageColourFASTSamplingOperation.m ├── GPUImageContrastFilter.h ├── GPUImageContrastFilter.m ├── GPUImageCropFilter.h ├── GPUImageCropFilter.m ├── GPUImageCrosshairGenerator.h ├── GPUImageCrosshairGenerator.m ├── GPUImageCrosshatchFilter.h ├── GPUImageCrosshatchFilter.m ├── GPUImageDarkenBlendFilter.h ├── GPUImageDarkenBlendFilter.m ├── GPUImageDifferenceBlendFilter.h ├── GPUImageDifferenceBlendFilter.m ├── GPUImageDilationFilter.h ├── GPUImageDilationFilter.m ├── GPUImageDirectionalNonMaximumSuppressionFilter.h ├── GPUImageDirectionalNonMaximumSuppressionFilter.m ├── GPUImageDirectionalSobelEdgeDetectionFilter.h ├── GPUImageDirectionalSobelEdgeDetectionFilter.m ├── GPUImageDissolveBlendFilter.h ├── GPUImageDissolveBlendFilter.m ├── GPUImageDivideBlendFilter.h ├── GPUImageDivideBlendFilter.m ├── GPUImageEmbossFilter.h ├── GPUImageEmbossFilter.m ├── GPUImageErosionFilter.h ├── GPUImageErosionFilter.m ├── GPUImageExclusionBlendFilter.h ├── GPUImageExclusionBlendFilter.m ├── GPUImageExposureFilter.h ├── GPUImageExposureFilter.m ├── GPUImageFASTCornerDetectionFilter.h ├── GPUImageFASTCornerDetectionFilter.m ├── GPUImageFalseColorFilter.h ├── GPUImageFalseColorFilter.m ├── GPUImageFilter.h ├── GPUImageFilter.m ├── GPUImageFilterGroup.h ├── GPUImageFilterGroup.m ├── GPUImageFilterPipeline.h ├── GPUImageFilterPipeline.m ├── GPUImageFourInputFilter.h ├── GPUImageFourInputFilter.m ├── GPUImageFramebuffer.h ├── GPUImageFramebuffer.m ├── GPUImageFramebufferCache.h ├── GPUImageFramebufferCache.m ├── GPUImageGammaFilter.h ├── GPUImageGammaFilter.m ├── GPUImageGaussianBlurFilter.h ├── GPUImageGaussianBlurFilter.m ├── GPUImageGaussianBlurPositionFilter.h ├── GPUImageGaussianBlurPositionFilter.m ├── GPUImageGaussianSelectiveBlurFilter.h ├── GPUImageGaussianSelectiveBlurFilter.m ├── GPUImageGlassSphereFilter.h ├── GPUImageGlassSphereFilter.m ├── GPUImageGrayscaleFilter.h ├── GPUImageGrayscaleFilter.m ├── GPUImageHSBFilter.h ├── GPUImageHSBFilter.m ├── GPUImageHalftoneFilter.h ├── GPUImageHalftoneFilter.m ├── GPUImageHardLightBlendFilter.h ├── GPUImageHardLightBlendFilter.m ├── GPUImageHarrisCornerDetectionFilter.h ├── GPUImageHarrisCornerDetectionFilter.m ├── GPUImageHazeFilter.h ├── GPUImageHazeFilter.m ├── GPUImageHighPassFilter.h ├── GPUImageHighPassFilter.m ├── GPUImageHighlightShadowFilter.h ├── GPUImageHighlightShadowFilter.m ├── GPUImageHighlightShadowTintFilter.h ├── GPUImageHighlightShadowTintFilter.m ├── GPUImageHistogramEqualizationFilter.h ├── GPUImageHistogramEqualizationFilter.m ├── GPUImageHistogramFilter.h ├── GPUImageHistogramFilter.m ├── GPUImageHistogramGenerator.h ├── GPUImageHistogramGenerator.m ├── GPUImageHoughTransformLineDetector.h ├── GPUImageHoughTransformLineDetector.m ├── GPUImageHueBlendFilter.h ├── GPUImageHueBlendFilter.m ├── GPUImageHueFilter.h ├── GPUImageHueFilter.m ├── GPUImageJFAVoronoiFilter.h ├── GPUImageJFAVoronoiFilter.m ├── GPUImageKuwaharaFilter.h ├── GPUImageKuwaharaFilter.m ├── GPUImageKuwaharaRadius3Filter.h ├── GPUImageKuwaharaRadius3Filter.m ├── GPUImageLanczosResamplingFilter.h ├── GPUImageLanczosResamplingFilter.m ├── GPUImageLaplacianFilter.h ├── GPUImageLaplacianFilter.m ├── GPUImageLevelsFilter.h ├── GPUImageLevelsFilter.m ├── GPUImageLightenBlendFilter.h ├── GPUImageLightenBlendFilter.m ├── GPUImageLineGenerator.h ├── GPUImageLineGenerator.m ├── GPUImageLinearBurnBlendFilter.h ├── GPUImageLinearBurnBlendFilter.m ├── GPUImageLocalBinaryPatternFilter.h ├── GPUImageLocalBinaryPatternFilter.m ├── GPUImageLookupFilter.h ├── GPUImageLookupFilter.m ├── GPUImageLowPassFilter.h ├── GPUImageLowPassFilter.m ├── GPUImageLuminanceRangeFilter.h ├── GPUImageLuminanceRangeFilter.m ├── GPUImageLuminanceThresholdFilter.h ├── GPUImageLuminanceThresholdFilter.m ├── GPUImageLuminosity.h ├── GPUImageLuminosity.m ├── GPUImageLuminosityBlendFilter.h ├── GPUImageLuminosityBlendFilter.m ├── GPUImageMaskFilter.h ├── GPUImageMaskFilter.m ├── GPUImageMedianFilter.h ├── GPUImageMedianFilter.m ├── GPUImageMissEtikateFilter.h ├── GPUImageMissEtikateFilter.m ├── GPUImageMonochromeFilter.h ├── GPUImageMonochromeFilter.m ├── GPUImageMosaicFilter.h ├── GPUImageMosaicFilter.m ├── GPUImageMotionBlurFilter.h ├── GPUImageMotionBlurFilter.m ├── GPUImageMotionDetector.h ├── GPUImageMotionDetector.m ├── GPUImageMovie.h ├── GPUImageMovie.m ├── GPUImageMovieComposition.h ├── GPUImageMovieComposition.m ├── GPUImageMultiplyBlendFilter.h ├── GPUImageMultiplyBlendFilter.m ├── GPUImageNobleCornerDetectionFilter.h ├── GPUImageNobleCornerDetectionFilter.m ├── GPUImageNonMaximumSuppressionFilter.h ├── GPUImageNonMaximumSuppressionFilter.m ├── GPUImageNormalBlendFilter.h ├── GPUImageNormalBlendFilter.m ├── GPUImageOpacityFilter.h ├── GPUImageOpacityFilter.m ├── GPUImageOpeningFilter.h ├── GPUImageOpeningFilter.m ├── GPUImageOutput.h ├── GPUImageOutput.m ├── GPUImageOverlayBlendFilter.h ├── GPUImageOverlayBlendFilter.m ├── GPUImageParallelCoordinateLineTransformFilter.h ├── GPUImageParallelCoordinateLineTransformFilter.m ├── GPUImagePerlinNoiseFilter.h ├── GPUImagePerlinNoiseFilter.m ├── GPUImagePinchDistortionFilter.h ├── GPUImagePinchDistortionFilter.m ├── GPUImagePixellateFilter.h ├── GPUImagePixellateFilter.m ├── GPUImagePixellatePositionFilter.h ├── GPUImagePixellatePositionFilter.m ├── GPUImagePoissonBlendFilter.h ├── GPUImagePoissonBlendFilter.m ├── GPUImagePolarPixellateFilter.h ├── GPUImagePolarPixellateFilter.m ├── GPUImagePolkaDotFilter.h ├── GPUImagePolkaDotFilter.m ├── GPUImagePosterizeFilter.h ├── GPUImagePosterizeFilter.m ├── GPUImagePrewittEdgeDetectionFilter.h ├── GPUImagePrewittEdgeDetectionFilter.m ├── GPUImageRGBClosingFilter.h ├── GPUImageRGBClosingFilter.m ├── GPUImageRGBDilationFilter.h ├── GPUImageRGBDilationFilter.m ├── GPUImageRGBErosionFilter.h ├── GPUImageRGBErosionFilter.m ├── GPUImageRGBFilter.h ├── GPUImageRGBFilter.m ├── GPUImageRGBOpeningFilter.h ├── GPUImageRGBOpeningFilter.m ├── GPUImageRawDataInput.h ├── GPUImageRawDataInput.m ├── GPUImageRawDataOutput.h ├── GPUImageRawDataOutput.m ├── GPUImageSaturationBlendFilter.h ├── GPUImageSaturationBlendFilter.m ├── GPUImageSaturationFilter.h ├── GPUImageSaturationFilter.m ├── GPUImageScreenBlendFilter.h ├── GPUImageScreenBlendFilter.m ├── GPUImageSepiaFilter.h ├── GPUImageSepiaFilter.m ├── GPUImageSharpenFilter.h ├── GPUImageSharpenFilter.m ├── GPUImageShiTomasiFeatureDetectionFilter.h ├── GPUImageShiTomasiFeatureDetectionFilter.m ├── GPUImageSingleComponentGaussianBlurFilter.h ├── GPUImageSingleComponentGaussianBlurFilter.m ├── GPUImageSketchFilter.h ├── GPUImageSketchFilter.m ├── GPUImageSkinToneFilter.h ├── GPUImageSkinToneFilter.m ├── GPUImageSmoothToonFilter.h ├── GPUImageSmoothToonFilter.m ├── GPUImageSobelEdgeDetectionFilter.h ├── GPUImageSobelEdgeDetectionFilter.m ├── GPUImageSoftEleganceFilter.h ├── GPUImageSoftEleganceFilter.m ├── GPUImageSoftLightBlendFilter.h ├── GPUImageSoftLightBlendFilter.m ├── GPUImageSolarizeFilter.h ├── GPUImageSolarizeFilter.m ├── GPUImageSolidColorGenerator.h ├── GPUImageSolidColorGenerator.m ├── GPUImageSourceOverBlendFilter.h ├── GPUImageSourceOverBlendFilter.m ├── GPUImageSphereRefractionFilter.h ├── GPUImageSphereRefractionFilter.m ├── GPUImageStillCamera.h ├── GPUImageStillCamera.m ├── GPUImageStretchDistortionFilter.h ├── GPUImageStretchDistortionFilter.m ├── GPUImageSubtractBlendFilter.h ├── GPUImageSubtractBlendFilter.m ├── GPUImageSwirlFilter.h ├── GPUImageSwirlFilter.m ├── GPUImageTextureInput.h ├── GPUImageTextureInput.m ├── GPUImageTextureOutput.h ├── GPUImageTextureOutput.m ├── GPUImageThreeInputFilter.h ├── GPUImageThreeInputFilter.m ├── GPUImageThresholdEdgeDetectionFilter.h ├── GPUImageThresholdEdgeDetectionFilter.m ├── GPUImageThresholdSketchFilter.h ├── GPUImageThresholdSketchFilter.m ├── GPUImageThresholdedNonMaximumSuppressionFilter.h ├── GPUImageThresholdedNonMaximumSuppressionFilter.m ├── GPUImageTiltShiftFilter.h ├── GPUImageTiltShiftFilter.m ├── GPUImageToneCurveFilter.h ├── GPUImageToneCurveFilter.m ├── GPUImageToonFilter.h ├── GPUImageToonFilter.m ├── GPUImageTransformFilter.h ├── GPUImageTransformFilter.m ├── GPUImageTwoInputCrossTextureSamplingFilter.h ├── GPUImageTwoInputCrossTextureSamplingFilter.m ├── GPUImageTwoInputFilter.h ├── GPUImageTwoInputFilter.m ├── GPUImageTwoPassFilter.h ├── GPUImageTwoPassFilter.m ├── GPUImageTwoPassTextureSamplingFilter.h ├── GPUImageTwoPassTextureSamplingFilter.m ├── GPUImageUIElement.h ├── GPUImageUIElement.m ├── GPUImageUnsharpMaskFilter.h ├── GPUImageUnsharpMaskFilter.m ├── GPUImageVibranceFilter.h ├── GPUImageVibranceFilter.m ├── GPUImageVideoCamera.h ├── GPUImageVideoCamera.m ├── GPUImageVignetteFilter.h ├── GPUImageVignetteFilter.m ├── GPUImageVoronoiConsumerFilter.h ├── GPUImageVoronoiConsumerFilter.m ├── GPUImageWeakPixelInclusionFilter.h ├── GPUImageWeakPixelInclusionFilter.m ├── GPUImageWhiteBalanceFilter.h ├── GPUImageWhiteBalanceFilter.m ├── GPUImageXYDerivativeFilter.h ├── GPUImageXYDerivativeFilter.m ├── GPUImageZoomBlurFilter.h ├── GPUImageZoomBlurFilter.m ├── GPUImageiOSBlurFilter.h ├── GPUImageiOSBlurFilter.m └── iOS │ ├── Framework │ ├── GPUImageFramework.h │ └── module.modulemap │ ├── GPUImage-Prefix.pch │ ├── GPUImageContext.h │ ├── GPUImageContext.m │ ├── GPUImageMovieWriter.h │ ├── GPUImageMovieWriter.m │ ├── GPUImagePicture+TextureSubimage.h │ ├── GPUImagePicture+TextureSubimage.m │ ├── GPUImagePicture.h │ ├── GPUImagePicture.m │ ├── GPUImageView.h │ └── GPUImageView.m ├── UPAVCapturer ├── Class │ ├── AudioMonitorPlayer.h │ ├── AudioMonitorPlayer.m │ ├── UPAudioCapture.h │ ├── UPAudioCapture.m │ ├── UPAudioGraph.h │ ├── UPAudioGraph.m │ ├── UPVideoCapture.h │ ├── UPVideoCapture.m │ └── focus.png ├── ImageProcessor │ ├── Custom Filters │ │ ├── FILTERSIMAGE │ │ │ ├── 1977blowout.png │ │ │ ├── 1977map.png │ │ │ ├── amaroMap.png │ │ │ ├── blackboard1024.png │ │ │ ├── brannanBlowout.png │ │ │ ├── brannanContrast.png │ │ │ ├── brannanLuma.png │ │ │ ├── brannanProcess.png │ │ │ ├── brannanScreen.png │ │ │ ├── earlyBirdCurves.png │ │ │ ├── earlybirdBlowout.png │ │ │ ├── earlybirdMap.png │ │ │ ├── earlybirdOverlayMap.png │ │ │ ├── edgeBurn.png │ │ │ ├── hefeGradientMap.png │ │ │ ├── hefeMap.png │ │ │ ├── hefeMetal.png │ │ │ ├── hefeSoftLight.png │ │ │ ├── hudsonBackground.png │ │ │ ├── hudsonMap.png │ │ │ ├── inkwellMap.png │ │ │ ├── kelvinMap.png │ │ │ ├── lomoMap.png │ │ │ ├── lookup.png │ │ │ ├── lookup_amatorka.png │ │ │ ├── lookup_miss_etikate.png │ │ │ ├── lookup_soft_elegance_1.png │ │ │ ├── lookup_soft_elegance_2.png │ │ │ ├── nashvilleMap.png │ │ │ ├── overlayMap.png │ │ │ ├── riseMap.png │ │ │ ├── sierraMap.png │ │ │ ├── sierraVignette.png │ │ │ ├── softLight.png │ │ │ ├── sutroCurves.png │ │ │ ├── sutroEdgeBurn.png │ │ │ ├── sutroMetal.png │ │ │ ├── toasterColorShift.png │ │ │ ├── toasterCurves.png │ │ │ ├── toasterMetal.png │ │ │ ├── toasterOverlayMapWarm.png │ │ │ ├── toasterSoftLight.png │ │ │ ├── valenciaGradientMap.png │ │ │ ├── valenciaMap.png │ │ │ ├── vignetteMap.png │ │ │ ├── waldenMap.png │ │ │ └── xproMap.png │ │ ├── FW1977Filter.h │ │ ├── FW1977Filter.m │ │ ├── FWAmaroFilter.h │ │ ├── FWAmaroFilter.m │ │ ├── FWBrannanFilter.h │ │ ├── FWBrannanFilter.m │ │ ├── FWEarlybirdFilter.h │ │ ├── FWEarlybirdFilter.m │ │ ├── FWFiveInputFilter.h │ │ ├── FWFiveInputFilter.m │ │ ├── FWHefeFilter.h │ │ ├── FWHefeFilter.m │ │ ├── FWHudsonFilter.h │ │ ├── FWHudsonFilter.m │ │ ├── FWInkwellFilter.h │ │ ├── FWInkwellFilter.m │ │ ├── FWLomofiFilter.h │ │ ├── FWLomofiFilter.m │ │ ├── FWLordKelvinFilter.h │ │ ├── FWLordKelvinFilter.m │ │ ├── FWNashvilleFilter.h │ │ ├── FWNashvilleFilter.m │ │ ├── FWRiseFilter.h │ │ ├── FWRiseFilter.m │ │ ├── FWSierraFilter.h │ │ ├── FWSierraFilter.m │ │ ├── FWSixInputFilter.h │ │ ├── FWSixInputFilter.m │ │ ├── FWSutroFilter.h │ │ ├── FWSutroFilter.m │ │ ├── FWToasterFilter.h │ │ ├── FWToasterFilter.m │ │ ├── FWValenciaFilter.h │ │ ├── FWValenciaFilter.m │ │ ├── FWWaldenFilter.h │ │ ├── FWWaldenFilter.m │ │ ├── FWXproIIFilter.h │ │ ├── FWXproIIFilter.m │ │ ├── UPCustonFilters.h │ │ └── UPCustonFilters.m │ └── VideoFilter │ │ ├── GPUImageBeautifyFilter.h │ │ ├── GPUImageBeautifyFilter.m │ │ ├── LFGPUImageBeautyFilter.h │ │ └── LFGPUImageBeautyFilter.m ├── UPAVCapturer.h └── UPAVCapturer.m └── UPLiveSDKDll.framework ├── Headers ├── AudioProcessor.h ├── RtcManager.h ├── UPAVPlayer.h ├── UPAVStreamer.h ├── UPLiveSDKConfig.h └── UPLiveSDKLogger.h ├── Info.plist └── UPLiveSDKDll /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/README.md -------------------------------------------------------------------------------- /README_rtc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/README_rtc.md -------------------------------------------------------------------------------- /ReplayKit_Live.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/ReplayKit_Live.md -------------------------------------------------------------------------------- /UPLiveSDKDemo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /UPLiveSDKDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UPLiveSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /UPLiveSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /UPLiveSDKDemo/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/AppDelegate.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/AppDelegate.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /UPLiveSDKDemo/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /UPLiveSDKDemo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /UPLiveSDKDemo/BeautifyFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/BeautifyFilter.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/BeautifyFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/BeautifyFilter.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/Info.plist -------------------------------------------------------------------------------- /UPLiveSDKDemo/LiveVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/LiveVC.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/LiveVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/LiveVC.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/LiveVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/LiveVC.xib -------------------------------------------------------------------------------- /UPLiveSDKDemo/PlayerVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/PlayerVC.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/PlayerVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/PlayerVC.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/PlayerVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/PlayerVC.xib -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLivePlayerDemoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLivePlayerDemoViewController.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLivePlayerDemoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLivePlayerDemoViewController.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLivePlayerVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLivePlayerVC.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLivePlayerVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLivePlayerVC.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLivePlayerVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLivePlayerVC.xib -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveSDKDemoHomeVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveSDKDemoHomeVC.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveSDKDemoHomeVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveSDKDemoHomeVC.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveSDKDemoHomeVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveSDKDemoHomeVC.xib -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerDemoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerDemoViewController.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerDemoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerDemoViewController.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerLivingVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerLivingVC.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerLivingVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerLivingVC.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerLivingVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerLivingVC.xib -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerSettingVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerSettingVC.h -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerSettingVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerSettingVC.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/UPLiveStreamerSettingVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/UPLiveStreamerSettingVC.xib -------------------------------------------------------------------------------- /UPLiveSDKDemo/huzi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/huzi.png -------------------------------------------------------------------------------- /UPLiveSDKDemo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/main.m -------------------------------------------------------------------------------- /UPLiveSDKDemo/upyun_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveSDKDemo/upyun_logo.png -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GLProgram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GLProgram.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GLProgram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GLProgram.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImage.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImage3x3ConvolutionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImage3x3ConvolutionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImage3x3ConvolutionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImage3x3ConvolutionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImage3x3TextureSamplingFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImage3x3TextureSamplingFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImage3x3TextureSamplingFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImage3x3TextureSamplingFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAdaptiveThresholdFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAdaptiveThresholdFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAdaptiveThresholdFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAdaptiveThresholdFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAddBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAddBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAddBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAddBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAlphaBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAlphaBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAlphaBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAlphaBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAmatorkaFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAmatorkaFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAmatorkaFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAmatorkaFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAverageColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAverageColor.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAverageColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAverageColor.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAverageLuminanceThresholdFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAverageLuminanceThresholdFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageAverageLuminanceThresholdFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageAverageLuminanceThresholdFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBilateralFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBilateralFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBilateralFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBilateralFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBoxBlurFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBoxBlurFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBoxBlurFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBoxBlurFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBrightnessFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBrightnessFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBrightnessFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBrightnessFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBuffer.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBuffer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBuffer.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBulgeDistortionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBulgeDistortionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageBulgeDistortionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageBulgeDistortionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCGAColorspaceFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCGAColorspaceFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCGAColorspaceFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCGAColorspaceFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCannyEdgeDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCannyEdgeDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCannyEdgeDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCannyEdgeDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageChromaKeyBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageChromaKeyBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageChromaKeyBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageChromaKeyBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageChromaKeyFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageChromaKeyFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageChromaKeyFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageChromaKeyFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageClosingFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageClosingFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageClosingFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageClosingFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorBurnBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorBurnBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorBurnBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorBurnBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorConversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorConversion.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorConversion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorConversion.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorDodgeBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorDodgeBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorDodgeBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorDodgeBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorInvertFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorInvertFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorInvertFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorInvertFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorLocalBinaryPatternFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorLocalBinaryPatternFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorLocalBinaryPatternFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorLocalBinaryPatternFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorMatrixFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorMatrixFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorMatrixFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorMatrixFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorPackingFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorPackingFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColorPackingFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColorPackingFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColourFASTFeatureDetector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColourFASTFeatureDetector.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColourFASTFeatureDetector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColourFASTFeatureDetector.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColourFASTSamplingOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColourFASTSamplingOperation.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageColourFASTSamplingOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageColourFASTSamplingOperation.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageContrastFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageContrastFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageContrastFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageContrastFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCropFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCropFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCropFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCropFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCrosshairGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCrosshairGenerator.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCrosshairGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCrosshairGenerator.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCrosshatchFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCrosshatchFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageCrosshatchFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageCrosshatchFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDarkenBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDarkenBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDarkenBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDarkenBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDifferenceBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDifferenceBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDifferenceBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDifferenceBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDilationFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDilationFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDilationFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDilationFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDirectionalNonMaximumSuppressionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDirectionalNonMaximumSuppressionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDirectionalNonMaximumSuppressionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDirectionalNonMaximumSuppressionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDirectionalSobelEdgeDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDirectionalSobelEdgeDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDirectionalSobelEdgeDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDirectionalSobelEdgeDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDissolveBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDissolveBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDissolveBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDissolveBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDivideBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDivideBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageDivideBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageDivideBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageEmbossFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageEmbossFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageEmbossFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageEmbossFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageErosionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageErosionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageErosionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageErosionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageExclusionBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageExclusionBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageExclusionBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageExclusionBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageExposureFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageExposureFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageExposureFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageExposureFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFASTCornerDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFASTCornerDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFASTCornerDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFASTCornerDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFalseColorFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFalseColorFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFalseColorFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFalseColorFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFilterGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFilterGroup.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFilterGroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFilterGroup.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFilterPipeline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFilterPipeline.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFilterPipeline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFilterPipeline.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFourInputFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFourInputFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFourInputFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFourInputFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFramebuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFramebuffer.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFramebuffer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFramebuffer.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFramebufferCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFramebufferCache.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageFramebufferCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageFramebufferCache.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGammaFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGammaFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGammaFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGammaFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGaussianBlurFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGaussianBlurFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGaussianBlurFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGaussianBlurFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGaussianBlurPositionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGaussianBlurPositionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGaussianBlurPositionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGaussianBlurPositionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGaussianSelectiveBlurFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGaussianSelectiveBlurFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGaussianSelectiveBlurFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGaussianSelectiveBlurFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGlassSphereFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGlassSphereFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGlassSphereFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGlassSphereFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGrayscaleFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGrayscaleFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageGrayscaleFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageGrayscaleFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHSBFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHSBFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHSBFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHSBFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHalftoneFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHalftoneFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHalftoneFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHalftoneFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHardLightBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHardLightBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHardLightBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHardLightBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHarrisCornerDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHarrisCornerDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHarrisCornerDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHarrisCornerDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHazeFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHazeFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHazeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHazeFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHighPassFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHighPassFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHighPassFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHighPassFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHighlightShadowFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHighlightShadowFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHighlightShadowFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHighlightShadowFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHighlightShadowTintFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHighlightShadowTintFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHighlightShadowTintFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHighlightShadowTintFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHistogramEqualizationFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHistogramEqualizationFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHistogramEqualizationFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHistogramEqualizationFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHistogramFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHistogramFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHistogramFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHistogramFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHistogramGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHistogramGenerator.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHistogramGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHistogramGenerator.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHoughTransformLineDetector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHoughTransformLineDetector.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHoughTransformLineDetector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHoughTransformLineDetector.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHueBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHueBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHueBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHueBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHueFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHueFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageHueFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageHueFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageJFAVoronoiFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageJFAVoronoiFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageJFAVoronoiFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageJFAVoronoiFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageKuwaharaFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageKuwaharaFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageKuwaharaFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageKuwaharaFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageKuwaharaRadius3Filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageKuwaharaRadius3Filter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageKuwaharaRadius3Filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageKuwaharaRadius3Filter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLanczosResamplingFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLanczosResamplingFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLanczosResamplingFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLanczosResamplingFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLaplacianFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLaplacianFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLaplacianFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLaplacianFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLevelsFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLevelsFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLevelsFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLevelsFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLightenBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLightenBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLightenBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLightenBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLineGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLineGenerator.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLineGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLineGenerator.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLinearBurnBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLinearBurnBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLinearBurnBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLinearBurnBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLocalBinaryPatternFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLocalBinaryPatternFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLocalBinaryPatternFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLocalBinaryPatternFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLookupFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLookupFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLookupFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLookupFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLowPassFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLowPassFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLowPassFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLowPassFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminanceRangeFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminanceRangeFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminanceRangeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminanceRangeFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminanceThresholdFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminanceThresholdFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminanceThresholdFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminanceThresholdFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminosity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminosity.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminosity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminosity.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminosityBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminosityBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageLuminosityBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageLuminosityBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMaskFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMaskFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMaskFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMaskFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMedianFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMedianFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMedianFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMedianFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMissEtikateFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMissEtikateFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMissEtikateFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMissEtikateFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMonochromeFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMonochromeFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMonochromeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMonochromeFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMosaicFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMosaicFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMosaicFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMosaicFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMotionBlurFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMotionBlurFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMotionBlurFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMotionBlurFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMotionDetector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMotionDetector.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMotionDetector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMotionDetector.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMovie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMovie.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMovie.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMovie.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMovieComposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMovieComposition.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMovieComposition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMovieComposition.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMultiplyBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMultiplyBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageMultiplyBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageMultiplyBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageNobleCornerDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageNobleCornerDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageNobleCornerDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageNobleCornerDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageNonMaximumSuppressionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageNonMaximumSuppressionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageNonMaximumSuppressionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageNonMaximumSuppressionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageNormalBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageNormalBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageNormalBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageNormalBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOpacityFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOpacityFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOpacityFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOpacityFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOpeningFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOpeningFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOpeningFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOpeningFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOutput.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOutput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOutput.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOverlayBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOverlayBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageOverlayBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageOverlayBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageParallelCoordinateLineTransformFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageParallelCoordinateLineTransformFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageParallelCoordinateLineTransformFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageParallelCoordinateLineTransformFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePerlinNoiseFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePerlinNoiseFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePerlinNoiseFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePerlinNoiseFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePinchDistortionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePinchDistortionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePinchDistortionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePinchDistortionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePixellateFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePixellateFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePixellateFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePixellateFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePixellatePositionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePixellatePositionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePixellatePositionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePixellatePositionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePoissonBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePoissonBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePoissonBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePoissonBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePolarPixellateFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePolarPixellateFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePolarPixellateFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePolarPixellateFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePolkaDotFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePolkaDotFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePolkaDotFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePolkaDotFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePosterizeFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePosterizeFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePosterizeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePosterizeFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePrewittEdgeDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePrewittEdgeDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImagePrewittEdgeDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImagePrewittEdgeDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBClosingFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBClosingFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBClosingFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBClosingFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBDilationFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBDilationFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBDilationFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBDilationFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBErosionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBErosionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBErosionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBErosionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBOpeningFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBOpeningFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRGBOpeningFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRGBOpeningFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRawDataInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRawDataInput.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRawDataInput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRawDataInput.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRawDataOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRawDataOutput.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageRawDataOutput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageRawDataOutput.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSaturationBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSaturationBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSaturationBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSaturationBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSaturationFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSaturationFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSaturationFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSaturationFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageScreenBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageScreenBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageScreenBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageScreenBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSepiaFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSepiaFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSepiaFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSepiaFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSharpenFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSharpenFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSharpenFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSharpenFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageShiTomasiFeatureDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageShiTomasiFeatureDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageShiTomasiFeatureDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageShiTomasiFeatureDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSingleComponentGaussianBlurFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSingleComponentGaussianBlurFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSingleComponentGaussianBlurFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSingleComponentGaussianBlurFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSketchFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSketchFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSketchFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSketchFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSkinToneFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSkinToneFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSkinToneFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSkinToneFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSmoothToonFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSmoothToonFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSmoothToonFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSmoothToonFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSobelEdgeDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSobelEdgeDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSobelEdgeDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSobelEdgeDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSoftEleganceFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSoftEleganceFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSoftEleganceFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSoftEleganceFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSoftLightBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSoftLightBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSoftLightBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSoftLightBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSolarizeFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSolarizeFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSolarizeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSolarizeFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSolidColorGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSolidColorGenerator.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSolidColorGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSolidColorGenerator.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSourceOverBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSourceOverBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSourceOverBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSourceOverBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSphereRefractionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSphereRefractionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSphereRefractionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSphereRefractionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageStillCamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageStillCamera.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageStillCamera.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageStillCamera.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageStretchDistortionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageStretchDistortionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageStretchDistortionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageStretchDistortionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSubtractBlendFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSubtractBlendFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSubtractBlendFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSubtractBlendFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSwirlFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSwirlFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageSwirlFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageSwirlFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTextureInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTextureInput.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTextureInput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTextureInput.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTextureOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTextureOutput.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTextureOutput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTextureOutput.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThreeInputFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThreeInputFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThreeInputFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThreeInputFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThresholdEdgeDetectionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThresholdEdgeDetectionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThresholdEdgeDetectionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThresholdEdgeDetectionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThresholdSketchFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThresholdSketchFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThresholdSketchFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThresholdSketchFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThresholdedNonMaximumSuppressionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThresholdedNonMaximumSuppressionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageThresholdedNonMaximumSuppressionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageThresholdedNonMaximumSuppressionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTiltShiftFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTiltShiftFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTiltShiftFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTiltShiftFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageToneCurveFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageToneCurveFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageToneCurveFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageToneCurveFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageToonFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageToonFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageToonFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageToonFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTransformFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTransformFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTransformFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTransformFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoInputCrossTextureSamplingFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoInputCrossTextureSamplingFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoInputCrossTextureSamplingFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoInputCrossTextureSamplingFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoInputFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoInputFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoInputFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoInputFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoPassFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoPassFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoPassFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoPassFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoPassTextureSamplingFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoPassTextureSamplingFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageTwoPassTextureSamplingFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageTwoPassTextureSamplingFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageUIElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageUIElement.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageUIElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageUIElement.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageUnsharpMaskFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageUnsharpMaskFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageUnsharpMaskFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageUnsharpMaskFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVibranceFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVibranceFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVibranceFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVibranceFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVideoCamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVideoCamera.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVideoCamera.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVideoCamera.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVignetteFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVignetteFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVignetteFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVignetteFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVoronoiConsumerFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVoronoiConsumerFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageVoronoiConsumerFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageVoronoiConsumerFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageWeakPixelInclusionFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageWeakPixelInclusionFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageWeakPixelInclusionFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageWeakPixelInclusionFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageWhiteBalanceFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageWhiteBalanceFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageWhiteBalanceFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageWhiteBalanceFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageXYDerivativeFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageXYDerivativeFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageXYDerivativeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageXYDerivativeFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageZoomBlurFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageZoomBlurFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageZoomBlurFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageZoomBlurFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageiOSBlurFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageiOSBlurFilter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/GPUImageiOSBlurFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/GPUImageiOSBlurFilter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/Framework/GPUImageFramework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/Framework/GPUImageFramework.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/Framework/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/Framework/module.modulemap -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImage-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImage-Prefix.pch -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImageContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImageContext.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImageContext.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImageContext.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImageMovieWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImageMovieWriter.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImageMovieWriter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImageMovieWriter.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImagePicture+TextureSubimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImagePicture+TextureSubimage.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImagePicture+TextureSubimage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImagePicture+TextureSubimage.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImagePicture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImagePicture.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImagePicture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImagePicture.m -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImageView.h -------------------------------------------------------------------------------- /UPLiveService/GPUImage/iOS/GPUImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/GPUImage/iOS/GPUImageView.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/AudioMonitorPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/AudioMonitorPlayer.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/AudioMonitorPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/AudioMonitorPlayer.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/UPAudioCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/UPAudioCapture.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/UPAudioCapture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/UPAudioCapture.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/UPAudioGraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/UPAudioGraph.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/UPAudioGraph.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/UPAudioGraph.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/UPVideoCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/UPVideoCapture.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/UPVideoCapture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/UPVideoCapture.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/Class/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/Class/focus.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/1977blowout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/1977blowout.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/1977map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/1977map.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/amaroMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/amaroMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/blackboard1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/blackboard1024.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanBlowout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanBlowout.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanContrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanContrast.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanLuma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanLuma.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanProcess.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/brannanScreen.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlyBirdCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlyBirdCurves.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlybirdBlowout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlybirdBlowout.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlybirdMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlybirdMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlybirdOverlayMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/earlybirdOverlayMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/edgeBurn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/edgeBurn.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeGradientMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeGradientMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeMetal.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeSoftLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hefeSoftLight.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hudsonBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hudsonBackground.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hudsonMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/hudsonMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/inkwellMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/inkwellMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/kelvinMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/kelvinMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lomoMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lomoMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_amatorka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_amatorka.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_miss_etikate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_miss_etikate.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_soft_elegance_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_soft_elegance_1.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_soft_elegance_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/lookup_soft_elegance_2.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/nashvilleMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/nashvilleMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/overlayMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/overlayMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/riseMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/riseMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sierraMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sierraMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sierraVignette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sierraVignette.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/softLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/softLight.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sutroCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sutroCurves.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sutroEdgeBurn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sutroEdgeBurn.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sutroMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/sutroMetal.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterColorShift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterColorShift.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterCurves.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterMetal.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterOverlayMapWarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterOverlayMapWarm.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterSoftLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/toasterSoftLight.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/valenciaGradientMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/valenciaGradientMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/valenciaMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/valenciaMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/vignetteMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/vignetteMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/waldenMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/waldenMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/xproMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FILTERSIMAGE/xproMap.png -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FW1977Filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FW1977Filter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FW1977Filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FW1977Filter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWAmaroFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWAmaroFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWAmaroFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWAmaroFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWBrannanFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWBrannanFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWBrannanFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWBrannanFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWEarlybirdFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWEarlybirdFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWEarlybirdFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWEarlybirdFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWFiveInputFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWFiveInputFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWFiveInputFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWFiveInputFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHefeFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHefeFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHefeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHefeFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHudsonFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHudsonFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHudsonFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWHudsonFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWInkwellFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWInkwellFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWInkwellFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWInkwellFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLomofiFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLomofiFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLomofiFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLomofiFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLordKelvinFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLordKelvinFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLordKelvinFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWLordKelvinFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWNashvilleFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWNashvilleFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWNashvilleFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWNashvilleFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWRiseFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWRiseFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWRiseFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWRiseFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSierraFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSierraFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSierraFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSierraFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSixInputFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSixInputFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSixInputFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSixInputFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSutroFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSutroFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSutroFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWSutroFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWToasterFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWToasterFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWToasterFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWToasterFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWValenciaFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWValenciaFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWValenciaFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWValenciaFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWWaldenFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWWaldenFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWWaldenFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWWaldenFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWXproIIFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWXproIIFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWXproIIFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/FWXproIIFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/UPCustonFilters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/UPCustonFilters.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/UPCustonFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/Custom Filters/UPCustonFilters.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/GPUImageBeautifyFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/GPUImageBeautifyFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/GPUImageBeautifyFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/GPUImageBeautifyFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/LFGPUImageBeautyFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/LFGPUImageBeautyFilter.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/LFGPUImageBeautyFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/ImageProcessor/VideoFilter/LFGPUImageBeautyFilter.m -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/UPAVCapturer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/UPAVCapturer.h -------------------------------------------------------------------------------- /UPLiveService/UPAVCapturer/UPAVCapturer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPAVCapturer/UPAVCapturer.m -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/Headers/AudioProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/Headers/AudioProcessor.h -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/Headers/RtcManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/Headers/RtcManager.h -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/Headers/UPAVPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/Headers/UPAVPlayer.h -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/Headers/UPAVStreamer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/Headers/UPAVStreamer.h -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/Headers/UPLiveSDKConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/Headers/UPLiveSDKConfig.h -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/Headers/UPLiveSDKLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/Headers/UPLiveSDKLogger.h -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/Info.plist -------------------------------------------------------------------------------- /UPLiveService/UPLiveSDKDll.framework/UPLiveSDKDll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upyun/ios-live-sdk/HEAD/UPLiveService/UPLiveSDKDll.framework/UPLiveSDKDll --------------------------------------------------------------------------------