Commit Graph

  • b15216b5b8 code refacor Suneet Agrawal 2019-08-05 14:32:10 +0530
  • 5f1dcbaccb added annotations Suneet Agrawal 2019-08-05 14:25:43 +0530
  • 34f1a49ed2 changed allignmen and filters Suneet Agrawal 2019-08-05 14:05:25 +0530
  • fb77c2d9d9 Merge branch 'feature-filters' of github.com:natario1/CameraView into feature-filters Suneet Agrawal 2019-08-05 13:59:58 +0530
  • 77464875be changed folder structure Suneet Agrawal 2019-08-05 13:59:41 +0530
  • 42ab7d3c30 modified shaders and removed the glsurfaceview dependency Suneet Agrawal 2019-08-05 13:33:29 +0530
  • ab48a33249 Fix javadocs Mattia Iavarone 2019-08-03 21:47:39 +0200
  • 82ce5cd762
    Release v2.0.0 (#531) v2.0.0 Mattia Iavarone 2019-08-03 16:34:57 +0200
  • 1fc006496a Merge branch 'master' into feature-filters Mattia Iavarone 2019-08-02 14:20:08 +0200
  • 0dd4756b57 Merge branch 'feature-filters' of github.com:natario1/CameraView into feature-filters Suneet Agrawal 2019-08-02 17:00:49 +0530
  • 8b631c06d7 added control to filter Suneet Agrawal 2019-08-02 16:53:37 +0530
  • f656e489d7 modified all filters range to 0.0f-1.0f Suneet Agrawal 2019-08-02 16:18:18 +0530
  • 396428f82d updated all effects Suneet Agrawal 2019-07-31 12:18:37 +0530
  • 8bad1ce5a7 implemented shader while taking picture and video Suneet Agrawal 2019-07-30 15:43:32 +0530
  • 7706c5ea3c modified all effects Suneet Agrawal 2019-07-29 18:08:53 +0530
  • 65f876a2bc modified few filters Suneet Agrawal 2019-07-29 15:27:48 +0530
  • dcba33d26e implemented initial effects Suneet Agrawal 2019-07-29 15:09:22 +0530
  • bcaed31a49 refatored code Suneet Agrawal 2019-07-29 13:10:55 +0530
  • 4f4dd74bec added shader implementation Suneet Agrawal 2019-07-26 18:55:20 +0530
  • 4c6c4db8b7 intermediate commit Suneet Agrawal 2019-07-24 18:47:16 +0530
  • 27e12ef572 added setting shaders Suneet Agrawal 2019-07-24 17:54:11 +0530
  • 278785c6c1 added shader effects Suneet Agrawal 2019-07-24 16:13:16 +0530
  • 935a5e1461 added control to filter Suneet Agrawal 2019-08-02 16:53:37 +0530
  • 5d17c4a1c1 Release v2.0.0 Mattia Iavarone 2019-08-02 12:51:38 +0200
  • 230ba97702 modified all filters range to 0.0f-1.0f Suneet Agrawal 2019-08-02 16:18:18 +0530
  • c824c7db6c
    Improve video snapshots (#530) Mattia Iavarone 2019-08-01 13:07:18 +0200
  • 13387dc89b Fix #526 Mattia Iavarone 2019-08-01 12:36:17 +0200
  • a553955a84 Correctly recycle OutputBuffer Mattia Iavarone 2019-08-01 12:07:16 +0200
  • 11088d7864 Create AudioNoise Mattia Iavarone 2019-08-01 11:50:35 +0200
  • e6562daa78 Fix README Mattia Iavarone 2019-08-01 10:33:06 +0200
  • e773285c78 Request key frames when the first is lost Mattia Iavarone 2019-07-31 22:17:24 +0200
  • 72af5b65ca Ensure first frame is a sync one Mattia Iavarone 2019-07-31 21:59:02 +0200
  • 116404a371 Improve audio noise Mattia Iavarone 2019-07-31 21:02:42 +0200
  • d150bd2681 Warmup worker threads, enlarge audio buffers, use EncoderEngine thread Mattia Iavarone 2019-07-31 20:35:00 +0200
  • 43148ca49b Drop frames when we have too many pending events Mattia Iavarone 2019-07-31 19:49:20 +0200
  • 8c4c909bdc Small improvements Mattia Iavarone 2019-07-31 18:37:39 +0200
  • 3d8838409f Replace zero buffer with sample noise Mattia Iavarone 2019-07-31 17:19:58 +0200
  • 8c480f7c68 Fix button elevation Mattia Iavarone 2019-07-31 17:01:37 +0200
  • 42de6e30a4
    Fix issue 514 (#528) Mattia Iavarone 2019-08-01 02:19:53 +0200
  • 9edd01387a Improve WorkerHandler tests Mattia Iavarone 2019-08-01 01:47:22 +0200
  • cb61391802 Add OverlayDrawer tests Mattia Iavarone 2019-08-01 01:35:50 +0200
  • ee3df95bad Move blending code to OverlayDrawer Mattia Iavarone 2019-07-31 14:58:35 +0200
  • e3efc5ed91 Improve comments and readability Mattia Iavarone 2019-07-31 14:56:23 +0200
  • 9fa43a1120 Use lock instead of afterOverlayGlDrawn Mattia Iavarone 2019-07-31 14:31:28 +0200
  • d6eea6e08f Draw overlays on the encoder thread Mattia Iavarone 2019-07-31 13:52:31 +0200
  • 356b52de36 Reuse fallback WorkerHandler Mattia Iavarone 2019-07-31 13:04:26 +0200
  • bba869680b Simplify workaround Mattia Iavarone 2019-07-31 12:42:51 +0200
  • 87b4886783 Remove bindTexture from EglViewport Mattia Iavarone 2019-07-31 12:05:15 +0200
  • e79d130dc4 use glBindTexture instead of workaround Mattia Iavarone 2019-07-31 11:58:26 +0200
  • 293a07140d Move workaround.start() Mattia Iavarone 2019-07-31 11:18:28 +0200
  • 7da1d4e759 Small changes Mattia Iavarone 2019-07-31 11:12:07 +0200
  • 13429bcd9d updated all effects Suneet Agrawal 2019-07-31 12:18:37 +0530
  • 56317ec03d Add issue description Mattia Iavarone 2019-07-30 17:20:26 +0200
  • 47053a3fbb Use workaround in SnapshotVideoRecorder Mattia Iavarone 2019-07-30 16:07:07 +0200
  • ffde57c20b Add hasOverlay boolean Mattia Iavarone 2019-07-30 15:41:15 +0200
  • d44c16341a Call onStart at each frame Mattia Iavarone 2019-07-30 15:20:12 +0200
  • a6038227c5 Remove setDefaultBufferSize Mattia Iavarone 2019-07-30 15:02:13 +0200
  • 5d9f429b8a Add size Mattia Iavarone 2019-07-30 14:45:20 +0200
  • 15f73b1c82 Simplify SnapshotGlPictureRecorder Mattia Iavarone 2019-07-29 20:05:34 +0200
  • fc05682eeb implemented shader while taking picture and video Suneet Agrawal 2019-07-30 15:43:32 +0530
  • 28d7c605ba modified all effects Suneet Agrawal 2019-07-29 18:08:53 +0530
  • 2d5ad43e25 modified few filters Suneet Agrawal 2019-07-29 15:27:48 +0530
  • ffdd071b96 implemented initial effects Suneet Agrawal 2019-07-29 15:09:22 +0530
  • 6f8b3e2297 refatored code Suneet Agrawal 2019-07-29 13:10:55 +0530
  • 41e3e7c1f5 Add RGB overlays debug-base Mattia Iavarone 2019-07-28 16:50:27 +0200
  • 3e0ae65dad
    New colors and logo (#523) Mattia Iavarone 2019-07-28 15:48:23 +0200
  • b42b5cb7a7 Add banner in website Mattia Iavarone 2019-07-28 15:15:38 +0200
  • b0b105ce75 Add banner in README Mattia Iavarone 2019-07-28 15:08:28 +0200
  • 33a20f8b54 Update first screenshot Mattia Iavarone 2019-07-28 14:13:15 +0200
  • 2565d8b9fb Update app overlay Mattia Iavarone 2019-07-28 14:08:40 +0200
  • 9d1cf347cd Update logo in static folder Mattia Iavarone 2019-07-28 13:40:46 +0200
  • ced1d6e3cb Update logo in demo app Mattia Iavarone 2019-07-28 13:38:53 +0200
  • 260760c394 Align screenshots Mattia Iavarone 2019-07-28 12:40:10 +0200
  • 9d013bcef3 Change logo Mattia Iavarone 2019-07-28 12:37:58 +0200
  • b0ccb2c932 Change demo app colors Mattia Iavarone 2019-07-25 18:07:05 +0200
  • be037d6393
    Small fixes (#524) Mattia Iavarone 2019-07-28 15:04:35 +0200
  • 22afd5efed Fix auto focus callback Mattia Iavarone 2019-07-28 14:33:50 +0200
  • 70db8763c4 Review snapshot picture recorder again Mattia Iavarone 2019-07-28 13:07:06 +0200
  • 92a82c4f04 added shader implementation Suneet Agrawal 2019-07-26 18:55:20 +0530
  • bcd331c495 Avoid weird sizes in snapshot output Mattia Iavarone 2019-07-26 12:00:16 +0200
  • 50e9a2499a Use surface size instead of view size for snapshot ratio Mattia Iavarone 2019-07-26 11:44:25 +0200
  • f45f43f7f2 Improve demo app Mattia Iavarone 2019-07-26 11:26:17 +0200
  • fdf959a627 Increase I frame interval, add comments Mattia Iavarone 2019-07-26 11:14:12 +0200
  • 9a3e1e4bb7 Merge branch 'master' of github.com:natario1/CameraView into feature-filters Suneet Agrawal 2019-07-26 12:30:10 +0530
  • ef32a15d1f Fix default camera Mattia Iavarone 2019-07-25 21:28:55 +0200
  • 5f2a5d65d3 Add ImageReader version of picture recorder Mattia Iavarone 2019-07-25 20:28:04 +0200
  • ff6b63b0bb Release temp viewport Mattia Iavarone 2019-07-25 19:36:40 +0200
  • 0718139abb Add picture snapshot comments Mattia Iavarone 2019-07-25 19:18:40 +0200
  • bc3c72cdc8
    Fix Camera2 picture recorder (#521) Mattia Iavarone 2019-07-25 13:38:04 +0200
  • 014fd9dcd1 Improve logic, check focusLock when releasing Mattia Iavarone 2019-07-25 13:04:53 +0200
  • e4b0b5cda5 Fix Camera2 picture recorder Mattia Iavarone 2019-07-24 17:29:45 +0200
  • b241e505dc intermediate commit Suneet Agrawal 2019-07-24 18:47:16 +0530
  • 32ef8f5538 added setting shaders Suneet Agrawal 2019-07-24 17:54:11 +0530
  • 3f7dfc3d9b added shader effects Suneet Agrawal 2019-07-24 16:13:16 +0530
  • 03b5df7a10
    Release v2.0.0-rc2 (#519) v2.0.0-rc2 Mattia Iavarone 2019-07-22 20:18:12 -0300
  • 944525e639 Release v2.0.0-rc2 Mattia Iavarone 2019-07-22 19:35:52 -0300
  • 535eebc865
    Fix pom file (#517) Mattia Iavarone 2019-07-22 14:25:19 -0300
  • bfd9d31d66 Fix pom file Mattia Iavarone 2019-07-22 13:17:20 -0300
  • f2350512f0
    Fix #512 (#513) Mattia Iavarone 2019-07-21 19:04:35 -0300
  • a2167ce785 Fix #512 Mattia Iavarone 2019-07-21 18:22:49 -0300